1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

sql_table.cc:

Fix CREATE LIKE TABLE .. temporary case
This commit is contained in:
venu@myvenu.com
2002-12-28 01:38:29 -08:00
parent d85a01db2c
commit 2e0b01b315
6 changed files with 235 additions and 5 deletions

View File

@ -422,6 +422,9 @@ int mysql_alter_table(THD *thd, char *new_db, char *new_name,
enum enum_duplicates handle_duplicates,
enum enum_enable_or_disable keys_onoff=LEAVE_AS_IS,
bool simple_alter=0);
int mysql_create_like_table(THD *thd, TABLE_LIST *table,
HA_CREATE_INFO *create_info,
Table_ident *src_table);
bool mysql_rename_table(enum db_type base,
const char *old_db,
const char * old_name,