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:
@@ -5694,7 +5694,6 @@ int ha_discover_table_names(THD *thd, const LEX_CSTRING *db, MY_DIR *dirp,
|
||||
bool ha_table_exists(THD *thd, const LEX_CSTRING *db,
|
||||
const LEX_CSTRING *table_name,
|
||||
LEX_CUSTRING *table_version= 0,
|
||||
LEX_CSTRING *partition_engine_name= 0,
|
||||
handlerton **hton= 0, bool *is_sequence= 0);
|
||||
bool ha_check_if_updates_are_ignored(THD *thd, handlerton *hton,
|
||||
const char *op);
|
||||
|
Reference in New Issue
Block a user