diff options
author | Monty <monty@mariadb.org> | 2014-10-07 11:39:42 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2014-10-07 11:39:42 +0300 |
commit | 4af97bc0e3290461eb872fcfc0fbf51c00c0c6bf (patch) | |
tree | 1317948fa25694160448cbdc142699f3365b4c24 /storage/oqgraph | |
parent | cc8aed3eb7a671d353c453a255b53e8d91d7fa73 (diff) | |
download | mariadb-git-4af97bc0e3290461eb872fcfc0fbf51c00c0c6bf.tar.gz |
Removed files that had been accidentally committed
Removed compiler warnings
Diffstat (limited to 'storage/oqgraph')
-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 |