Commit 8eaf4bc5 authored by Aleksey Midenkov's avatar Aleksey Midenkov

Comment on assertion in row_rename_table_for_mysql()

Related to commit f0baa864 and MDEV-23632.
parent 34c65402
......@@ -4335,6 +4335,7 @@ row_rename_table_for_mysql(
"END;\n"
, FALSE, trx);
/* Assume the caller guarantees destination name doesn't exist. */
ut_ad(err != DB_DUPLICATE_KEY);
/* SYS_TABLESPACES and SYS_DATAFILES need to be updated if
......
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