mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
After-merge fix for XtraDB 9: missing DBUG_RETURN.
This commit is contained in:
parent
fa2b339664
commit
a9ecb19832
1 changed files with 1 additions and 1 deletions
|
|
@ -9729,7 +9729,7 @@ ha_innobase::check_if_incompatible_data(
|
|||
if (table->field[i]->flags & FIELD_IN_ADD_INDEX
|
||||
&& innobase_strcasecmp(table->field[i]->field_name,
|
||||
dict_table_get_col_name(prebuilt->table, i))) {
|
||||
return(COMPATIBLE_DATA_NO);
|
||||
DBUG_RETURN(COMPATIBLE_DATA_NO);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue