1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Adjust innodb.innodb-wl5522-debug result

The test result was affected by
commit 007f68c37f
but the adjustment was inadvertently omitted.
This commit is contained in:
Marko Mäkelä
2019-05-23 10:16:23 +03:00
parent 55a2ca3e6a
commit 483536ec3a

View File

@@ -867,8 +867,6 @@ SELECT COUNT(*) FROM test_wl5522.t1;
ERROR HY000: Tablespace has been discarded for table `t1`
SET SESSION debug_dbug="+d,ib_import_create_index_failure_1";
ALTER TABLE test_wl5522.t1 ADD INDEX idx(c1);
Warnings:
Warning 1814 Tablespace has been discarded for table `t1`
SET SESSION debug_dbug=@saved_debug_dbug;
DROP TABLE test_wl5522.t1;
unlink: t1.ibd