From c25e6f91da2eb04fe222aac1c79c6a5c1f94c760 Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 1 Mar 2021 22:08:47 +0200 Subject: [PATCH] Fixed typo in comment --- sql/sql_table.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 54e382a6c24..61b6023c6a1 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -7759,7 +7759,7 @@ static bool mysql_inplace_alter_table(THD *thd, Rename to the new name (if needed) will be handled separately below. 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). */ if (mysql_rename_table(db_type, &alter_ctx->new_db, &alter_ctx->tmp_name,