mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Fixed failing testcase
This commit is contained in:
parent
1a3d33c5f7
commit
f9eeeae3c9
2 changed files with 3 additions and 0 deletions
|
@ -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` ;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue