1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED. Bug #478

This commit is contained in:
monty@narttu.mysql.fi
2003-06-01 12:32:53 +03:00
parent 889db1aa5e
commit 02adbe6599
6 changed files with 118 additions and 53 deletions

View File

@ -422,7 +422,6 @@ bool mysql_rename_table(enum db_type base,
const char * old_name,
const char *new_db,
const char * new_name);
bool close_cached_table(THD *thd,TABLE *table);
int mysql_create_index(THD *thd, TABLE_LIST *table_list, List<Key> &keys);
int mysql_drop_index(THD *thd, TABLE_LIST *table_list,
List<Alter_drop> &drop_list);