mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge branch '5.5' into 10.0
This commit is contained in:
commit
1623995158
80 changed files with 1022 additions and 258 deletions
|
|
@ -2773,7 +2773,7 @@ dict_index_find_cols(
|
|||
dict_field_t* field = dict_index_get_nth_field(index, i);
|
||||
|
||||
for (j = 0; j < table->n_cols; j++) {
|
||||
if (!strcmp(dict_table_get_col_name(table, j),
|
||||
if (!innobase_strcasecmp(dict_table_get_col_name(table, j),
|
||||
field->name)) {
|
||||
field->col = dict_table_get_nth_col(table, j);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue