Comment on assertion in row_rename_table_for_mysql()
Related to commit f0baa864 and MDEV-23632.
This commit is contained in:
parent
34c654024c
commit
8eaf4bc5ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user