Commit 94b68b35 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Reverting part of da34c7de that was already...

Reverting part of da34c7de that was already fixed by MDEV-17531 by Marko
parent 959f7415
......@@ -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. */
......
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