summaryrefslogtreecommitdiff
path: root/mysql-test/main/windows_debug.result
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-09-21 12:10:27 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2020-09-21 12:10:27 +0300
commitfba6ffe433fdba7aa397f1de8eb4ee0a74f55800 (patch)
tree6e8fc562485f18e82dc647949460883b85af9925 /mysql-test/main/windows_debug.result
parentcbcb4ecabbb82a09794d825ca246d64e3d4b2c8c (diff)
downloadmariadb-git-fba6ffe433fdba7aa397f1de8eb4ee0a74f55800.tar.gz
MDEV-23741: Fix the result
Diffstat (limited to 'mysql-test/main/windows_debug.result')
-rw-r--r--mysql-test/main/windows_debug.result2
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;