Skip to content
Permalink
Browse files
Reverting part of da34c7d that was already fixed by MDEV-17531 by Marko
  • Loading branch information
sanja-byelkin committed Jan 28, 2019
1 parent 959f741 commit 94b68b3
Showing 1 changed file with 0 additions and 3 deletions.
@@ -5129,9 +5129,6 @@ row_rename_table_for_mysql(
" = TO_BINARY(:old_table_name);\n"
"END;\n"
, FALSE, trx);
if (err != DB_SUCCESS) {
goto end;
}

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

0 comments on commit 94b68b3

Please sign in to comment.