diff options
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index c9057849ed5..a10c9fc1b1b 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -8591,7 +8591,7 @@ bool mysql_alter_table(THD *thd, const char *new_db, const char *new_name, #endif } - THD_STAGE_INFO(thd, stage_init); + THD_STAGE_INFO(thd, stage_init_update); /* Code below can handle only base tables so ensure that we won't open a view. |