Commit a9ecb198 authored by unknown's avatar unknown

After-merge fix for XtraDB 9: missing DBUG_RETURN.

parent fa2b3396
......@@ -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);
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment