diff options
-rw-r--r-- | mysql-test/main/windows_debug.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/windows_debug.result b/mysql-test/main/windows_debug.result index 7cc40b6de26..e6816cdd99b 100644 --- a/mysql-test/main/windows_debug.result +++ b/mysql-test/main/windows_debug.result @@ -1,4 +1,4 @@ # mdev-23741 sharing violation when renaming .frm file in ALTER CREATE TABLE t(i int); -SET STATEMENT debug_dbug='+d, win_simulate_rename_error' FOR ALTER TABLE t ADD PRIMARY KEY (i); +SET STATEMENT debug_dbug='+d,rename_sharing_violation' FOR ALTER TABLE t ADD PRIMARY KEY (i); DROP TABLE t; |