Commit c25e6f91 authored by Monty's avatar Monty

Fixed typo in comment

parent 3f15d3ba
...@@ -7759,7 +7759,7 @@ static bool mysql_inplace_alter_table(THD *thd, ...@@ -7759,7 +7759,7 @@ static bool mysql_inplace_alter_table(THD *thd,
Rename to the new name (if needed) will be handled separately below. Rename to the new name (if needed) will be handled separately below.
TODO: remove this check of thd->is_error() (now it intercept TODO: remove this check of thd->is_error() (now it intercept
errors in some val_*() methoids and bring some single place to errors in some val_*() methods and bring some single place to
such error interception). such error interception).
*/ */
if (mysql_rename_table(db_type, &alter_ctx->new_db, &alter_ctx->tmp_name, if (mysql_rename_table(db_type, &alter_ctx->new_db, &alter_ctx->tmp_name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment