1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

merge mysql-5.1->mysql-5.1-security

This commit is contained in:
Georgi Kodinov
2012-03-21 14:53:09 +02:00
30 changed files with 480 additions and 134 deletions

View File

@@ -6721,6 +6721,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);