diff options
author | unknown <monty@hundin.mysql.fi> | 2002-02-11 12:56:48 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-02-11 12:56:48 +0200 |
commit | 501650c5b16a4c7cf7b673b19f9a2ae9c319e24f (patch) | |
tree | 5b75a97939d14c43bba962b490f9bb41a45931bc /sql/sql_table.cc | |
parent | 5081986810e6d88853e18457c1fb997b865c5604 (diff) | |
download | mariadb-git-501650c5b16a4c7cf7b673b19f9a2ae9c319e24f.tar.gz |
Updated changelog of 3.23.48 with InnoDB changes.
sql/sql_table.cc:
Fixed comment
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 62ebf04a9f3..7b5fc5797c9 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -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)) |