Skip to content

Commit 94b68b3

Browse files
committed
Reverting part of da34c7d that was already fixed by MDEV-17531 by Marko
1 parent 959f741 commit 94b68b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

storage/innobase/row/row0mysql.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5129,9 +5129,6 @@ row_rename_table_for_mysql(
51295129
" = TO_BINARY(:old_table_name);\n"
51305130
"END;\n"
51315131
, FALSE, trx);
5132-
if (err != DB_SUCCESS) {
5133-
goto end;
5134-
}
51355132

51365133
} else if (n_constraints_to_drop > 0) {
51375134
/* Drop some constraints of tmp tables. */

0 commit comments

Comments
 (0)