1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-7635: Test fixes

This commit is contained in:
Nirbhay Choubey
2016-12-21 23:02:51 -05:00
parent 3435e8a515
commit 91991c1e2d
19 changed files with 1696 additions and 1636 deletions

View File

@@ -88,4 +88,6 @@ SET GLOBAL slave_parallel_threads=@old_parallel_threads;
include/start_slave.inc
connection server_1;
DROP TABLE t1, t2;
connection server_2;
call mtr.add_suppression("Deadlock found when trying to get lock.*");
include/rpl_end.inc