From fba6ffe433fdba7aa397f1de8eb4ee0a74f55800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Mon, 21 Sep 2020 12:10:27 +0300 Subject: [PATCH] MDEV-23741: Fix the result --- mysql-test/main/windows_debug.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;