diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:07:35 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:07:35 +0200 |
commit | 2d788ff5ca24d88853d3e201253a724392135f06 (patch) | |
tree | d7b3dd1b344b2dad4a8f9ead268e46574e82abfa /sql/sql_rename.h | |
parent | 4853c7192ded76ede690746cde9eaabbc448479b (diff) | |
download | mariadb-git-2d788ff5ca24d88853d3e201253a724392135f06.tar.gz |
test_sql_discovery storage engine
use it to test main test cases with need_full_discover_for_existence > 0
Diffstat (limited to 'sql/sql_rename.h')
-rw-r--r-- | sql/sql_rename.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_rename.h b/sql/sql_rename.h index 039a3b8b4a1..aaf09a8d030 100644 --- a/sql/sql_rename.h +++ b/sql/sql_rename.h @@ -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 */ |