diff options
Diffstat (limited to 'sql/sql_rename.cc')
-rw-r--r-- | sql/sql_rename.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/sql_rename.cc b/sql/sql_rename.cc index 2c4c6216ab7..f2a0351361b 100644 --- a/sql/sql_rename.cc +++ b/sql/sql_rename.cc @@ -35,8 +35,10 @@ bool mysql_rename_tables(THD *thd, TABLE_LIST *table_list) TABLE_LIST *lock_table,*ren_table=0; DBUG_ENTER("mysql_rename_tables"); - /* Avoid problems with a rename on a table that we have locked or - if the user is trying to to do this in a transcation context */ + /* + Avoid problems with a rename on a table that we have locked or + if the user is trying to to do this in a transcation context + */ if (thd->locked_tables || thd->active_transaction()) { |