We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79ed51 commit 4deb5d5Copy full SHA for 4deb5d5
storage/innobase/dict/dict0dd.cc
@@ -2867,8 +2867,8 @@ template const dict_index_t *dd_find_index<dd::Partition_index>(
2867
2868
index->n_uniq = n_uniq;
2869
2870
- const ulint max_len = DICT_MAX_FIELD_LEN_BY_FORMAT(table);
2871
DBUG_EXECUTE_IF("ib_create_table_fail_at_create_index",
+ const ulint max_len = DICT_MAX_FIELD_LEN_BY_FORMAT(table);
2872
dict_mem_index_free(index);
2873
my_error(ER_INDEX_COLUMN_TOO_LONG, MYF(0), max_len);
2874
return HA_ERR_TOO_BIG_ROW;);
0 commit comments