1
0
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:
Sergei Golubchik
2013-04-09 16:07:35 +02:00
parent 4853c7192d
commit 2d788ff5ca
19 changed files with 565 additions and 18 deletions

View File

@ -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 */