diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-05-23 10:16:23 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-05-23 10:17:00 +0300 |
commit | 483536ec3ae323b33cd97677809f26e7e585b42e (patch) | |
tree | 750f06685447a10fb1c9ec1e08183f65c4e33059 /mysql-test | |
parent | 55a2ca3e6a3cc0f9485ff5dd169c60b1dccf3c85 (diff) | |
download | mariadb-git-483536ec3ae323b33cd97677809f26e7e585b42e.tar.gz |
Adjust innodb.innodb-wl5522-debug result
The test result was affected by
commit 007f68c37f6b77588866a04d7515aca084ab950d
but the adjustment was inadvertently omitted.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/innodb/r/innodb-wl5522-debug.result | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/suite/innodb/r/innodb-wl5522-debug.result b/mysql-test/suite/innodb/r/innodb-wl5522-debug.result index ed7477fa033..2fb6d0edff5 100644 --- a/mysql-test/suite/innodb/r/innodb-wl5522-debug.result +++ b/mysql-test/suite/innodb/r/innodb-wl5522-debug.result @@ -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 |