Skip to content

Commit

Permalink
Fixed failing testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Jul 30, 2014
1 parent 1a3d33c commit f9eeeae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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` ;
Expand Down
2 changes: 2 additions & 0 deletions storage/oqgraph/mysql-test/oqgraph/regression_mdev5996.test
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f9eeeae

Please sign in to comment.