1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

ha_create_table: remove unused argument

This commit is contained in:
Sergei Golubchik
2013-04-09 15:49:39 +02:00
parent 556f568493
commit 5f69c8a594
5 changed files with 6 additions and 9 deletions

View File

@ -276,7 +276,7 @@ static bool recreate_temporary_table(THD *thd, TABLE *table)
on table and schema names.
*/
ha_create_table(thd, share->normalized_path.str, share->db.str,
share->table_name.str, &create_info, 1);
share->table_name.str, &create_info);
if (open_table_uncached(thd, share->path.str, share->db.str,
share->table_name.str, TRUE))