diff options
author | Michael Widenius <monty@mariadb.org> | 2014-07-30 23:16:49 +0300 |
---|---|---|
committer | Michael Widenius <monty@mariadb.org> | 2014-07-30 23:16:49 +0300 |
commit | f9eeeae3c9ad537ad9a5acc5b5b7b445ec23e16a (patch) | |
tree | 5e6f050b005e92ed6ed62155a237efcd82279f53 /storage/oqgraph/mysql-test | |
parent | 1a3d33c5f7263dadfdb41202b4d2844e2dca1d2f (diff) | |
download | mariadb-git-f9eeeae3c9ad537ad9a5acc5b5b7b445ec23e16a.tar.gz |
Fixed failing testcase
Diffstat (limited to 'storage/oqgraph/mysql-test')
-rw-r--r-- | storage/oqgraph/mysql-test/oqgraph/regression_mdev5996.result | 1 | ||||
-rw-r--r-- | storage/oqgraph/mysql-test/oqgraph/regression_mdev5996.test | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/storage/oqgraph/mysql-test/oqgraph/regression_mdev5996.result b/storage/oqgraph/mysql-test/oqgraph/regression_mdev5996.result index a639a185ec2..39e476b2403 100644 --- a/storage/oqgraph/mysql-test/oqgraph/regression_mdev5996.result +++ b/storage/oqgraph/mysql-test/oqgraph/regression_mdev5996.result @@ -1,3 +1,4 @@ +call mtr.add_suppression("99999999 is open on delete"); Performing OQGraph regression test mdev5996 - using db=``, table=`999999999` use test; drop table if exists `999999999` ; diff --git a/storage/oqgraph/mysql-test/oqgraph/regression_mdev5996.test b/storage/oqgraph/mysql-test/oqgraph/regression_mdev5996.test index e5d04ef357d..cb4563a5759 100644 --- a/storage/oqgraph/mysql-test/oqgraph/regression_mdev5996.test +++ b/storage/oqgraph/mysql-test/oqgraph/regression_mdev5996.test @@ -2,6 +2,8 @@ # MidSchipDB_unstable --let $oqgraph_table_name= 999999999 +call mtr.add_suppression("99999999 is open on delete"); + --let $oqgraph_database_name= --source regression_mdev5996.inc |