1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

cleanup: remove redundant arguments

This commit is contained in:
Sergei Golubchik
2023-07-13 11:24:52 +02:00
parent bf5cc31d4c
commit 010f535b7f
3 changed files with 9 additions and 18 deletions

View File

@ -4523,9 +4523,7 @@ TABLE *select_create::create_table_from_items(THD *thd, List<Item> *items,
open_table().
*/
if (!mysql_create_table_no_lock(thd, &create_table->db,
&create_table->table_name,
create_info, alter_info, NULL,
if (!mysql_create_table_no_lock(thd, create_info, alter_info, NULL,
select_field_count, create_table))
{
DEBUG_SYNC(thd,"create_table_select_before_open");