diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-09-21 12:10:27 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-09-21 12:10:27 +0300 |
commit | fba6ffe433fdba7aa397f1de8eb4ee0a74f55800 (patch) | |
tree | 6e8fc562485f18e82dc647949460883b85af9925 /mysql-test/main/windows_debug.result | |
parent | cbcb4ecabbb82a09794d825ca246d64e3d4b2c8c (diff) | |
download | mariadb-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.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; |