Commit 1ca73ab4 authored by Inaam Rana's avatar Inaam Rana

merge from 5.1

parents 2ceb1177 04c96834
......@@ -7003,6 +7003,8 @@ ha_innobase::create(
DBUG_RETURN(HA_ERR_TO_BIG_ROW);
}
ut_a(strlen(name) < sizeof(name2));
strcpy(name2, name);
normalize_table_name(norm_name, name2);
......
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