summaryrefslogtreecommitdiff
path: root/mysql-test/main/windows_debug.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/windows_debug.result')
-rw-r--r--mysql-test/main/windows_debug.result4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/windows_debug.result b/mysql-test/main/windows_debug.result
new file mode 100644
index 00000000000..e6816cdd99b
--- /dev/null
+++ b/mysql-test/main/windows_debug.result
@@ -0,0 +1,4 @@
+# mdev-23741 sharing violation when renaming .frm file in ALTER
+CREATE TABLE t(i int);
+SET STATEMENT debug_dbug='+d,rename_sharing_violation' FOR ALTER TABLE t ADD PRIMARY KEY (i);
+DROP TABLE t;