summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorunknown <monty@narttu.mysql.fi>2003-06-01 12:32:53 +0300
committerunknown <monty@narttu.mysql.fi>2003-06-01 12:32:53 +0300
commit2ef52d46a4f5b0c34bee26b0f70d672b6ee9325e (patch)
tree5524062586f42802c3aab500a005cf3dc593b2a1 /sql/mysql_priv.h
parentdbdcae8bef9092979a84ff490bb2eb791b5366fc (diff)
downloadmariadb-git-2ef52d46a4f5b0c34bee26b0f70d672b6ee9325e.tar.gz
Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED. Bug #478
mysql-test/r/alter_table.result: new results mysql-test/r/lowercase_table.result: new results mysql-test/t/alter_table.test: Test of ALTER TABLE DISABLE KEYS + INSERT DELAYED mysql-test/t/lowercase_table.test: Added test of alias name comparison sql/mysql_priv.h: Made closed_cached_table local sql/sql_table.cc: Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 614cb8cadf6..41a39f0d24c 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -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);