Commit fba6ffe4 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-23741: Fix the result

parent cbcb4eca
# mdev-23741 sharing violation when renaming .frm file in ALTER # mdev-23741 sharing violation when renaming .frm file in ALTER
CREATE TABLE t(i int); 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; DROP TABLE t;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment