diff options
author | Elena Stepanova <elenst@ubuntu11.home> | 2013-02-27 10:43:07 +0400 |
---|---|---|
committer | Elena Stepanova <elenst@ubuntu11.home> | 2013-02-27 10:43:07 +0400 |
commit | 154aac8eb002f5d167153e09f1d13570989521e0 (patch) | |
tree | 1ebb0bd8fd80d319f1c60536927af11751c56f96 | |
parent | 2c97d5a3057dc8ce58ac5fc67593d8717575c6f2 (diff) | |
download | mariadb-git-154aac8eb002f5d167153e09f1d13570989521e0.tar.gz |
MDEV-4208: Test rpl.rpl_rotate_purge_deadlock has incorrect preamble
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_rotate_purge_deadlock.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_rotate_purge_deadlock.test b/mysql-test/suite/rpl/t/rpl_rotate_purge_deadlock.test index a63844b451c..6db4e2bea04 100644 --- a/mysql-test/suite/rpl/t/rpl_rotate_purge_deadlock.test +++ b/mysql-test/suite/rpl/t/rpl_rotate_purge_deadlock.test @@ -1,10 +1,10 @@ # # Bug#11763573 - 56299: MUTEX DEADLOCK WITH COM_BINLOG_DUMP, BINLOG PURGE, AND PROCESSLIST/KILL # -source include/master-slave.inc; source include/have_debug_sync.inc; source include/have_binlog_format_row.inc; source include/have_innodb.inc; +source include/master-slave.inc; # # Testing that execution of two concurrent INSERTing connections both |