mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
Fix failing innodb.test (missing "connection default;").
This commit is contained in:
parent
0579ac3eab
commit
5d554cff0d
1 changed files with 1 additions and 0 deletions
|
@ -2104,6 +2104,7 @@ drop trigger t2t;
|
|||
drop trigger t3t;
|
||||
drop trigger t4t;
|
||||
drop table t1, t2, t3, t4, t5;
|
||||
connection default;
|
||||
disconnect a;
|
||||
disconnect b;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue