mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: unused function argument
This commit is contained in:
@@ -4292,7 +4292,7 @@ static bool upgrade_lock_if_not_exists(THD *thd,
|
||||
DEBUG_SYNC(thd,"create_table_before_check_if_exists");
|
||||
if (!create_info.or_replace() &&
|
||||
ha_table_exists(thd, &create_table->db, &create_table->table_name,
|
||||
NULL, NULL, &create_table->db_type))
|
||||
NULL, &create_table->db_type))
|
||||
{
|
||||
if (create_info.if_not_exists())
|
||||
{
|
||||
|
Reference in New Issue
Block a user