Fixed failing testcase

This commit is contained in:
Michael Widenius 2014-07-30 23:16:49 +03:00
parent 1a3d33c5f7
commit f9eeeae3c9
2 changed files with 3 additions and 0 deletions

View file

@ -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` ;

View file

@ -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