summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_relayrotate.test
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2004-07-30 01:10:21 +0200
committerunknown <guilhem@mysql.com>2004-07-30 01:10:21 +0200
commit9aa4a2d215fcfc690c5f9216d533c6d2788944d6 (patch)
treed467358450bc83f67fd2a378f4f99bbbcf3fbf77 /mysql-test/t/rpl_relayrotate.test
parent2be153efbefb0b37d45440a8a3fce2e61632a999 (diff)
downloadmariadb-git-9aa4a2d215fcfc690c5f9216d533c6d2788944d6.tar.gz
rpl_relayrotate.test requires InnoDB (because what we want to test is
if slave resumes at BEGIN). mysql-test/t/rpl_relayrotate.test: require InnoDB (does not make sense without InnoDB)
Diffstat (limited to 'mysql-test/t/rpl_relayrotate.test')
-rw-r--r--mysql-test/t/rpl_relayrotate.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/t/rpl_relayrotate.test b/mysql-test/t/rpl_relayrotate.test
index 46e6f1bd157..1bc6b574663 100644
--- a/mysql-test/t/rpl_relayrotate.test
+++ b/mysql-test/t/rpl_relayrotate.test
@@ -8,8 +8,7 @@
# The slave is started with max_binlog_size=16384 bytes,
# to force many rotations (approximately 30 rotations)
-# If the master or slave does not support InnoDB, this test will pass
-
+source include/have_innodb.inc;
source include/master-slave.inc;
connection slave;
stop slave;