Commit f9eeeae3 authored by Michael Widenius's avatar Michael Widenius

Fixed failing testcase

parent 1a3d33c5
call mtr.add_suppression("99999999 is open on delete");
Performing OQGraph regression test mdev5996 - using db=``, table=`999999999` Performing OQGraph regression test mdev5996 - using db=``, table=`999999999`
use test; use test;
drop table if exists `999999999` ; drop table if exists `999999999` ;
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# MidSchipDB_unstable # MidSchipDB_unstable
--let $oqgraph_table_name= 999999999 --let $oqgraph_table_name= 999999999
call mtr.add_suppression("99999999 is open on delete");
--let $oqgraph_database_name= --let $oqgraph_database_name=
--source regression_mdev5996.inc --source regression_mdev5996.inc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment