1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Updated changelog of 3.23.48 with InnoDB changes.

This commit is contained in:
monty@hundin.mysql.fi
2002-02-11 12:56:48 +02:00
parent cf39ab2ff2
commit 1efcc3e35e
2 changed files with 37 additions and 6 deletions

View File

@@ -1574,8 +1574,8 @@ int mysql_alter_table(THD *thd,char *new_db, char *new_name,
#endif
{
/*
Win32 and InnoDB can't rename an open table, so we must close
the original table at before doing the rename
Win32 and InnoDB can't drop a table that is in use, so we must
close all the original table at before doing the rename
*/
table_name=thd->strdup(table_name); // must be saved
if (close_cached_table(thd,table))