mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
test_sql_discovery storage engine
use it to test main test cases with need_full_discover_for_existence > 0
This commit is contained in:
@ -20,8 +20,5 @@ class THD;
|
||||
struct TABLE_LIST;
|
||||
|
||||
bool mysql_rename_tables(THD *thd, TABLE_LIST *table_list, bool silent);
|
||||
bool do_rename(THD *thd, TABLE_LIST *ren_table, char *new_db,
|
||||
char *new_table_name, char *new_table_alias,
|
||||
bool skip_error);
|
||||
|
||||
#endif /* SQL_RENAME_INCLUDED */
|
||||
|
Reference in New Issue
Block a user