summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_relay_space_innodb.test
blob: 156d53ef856c0c448796a5a8370996719994601c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
###################################
# Wrapper rpl_sv_relay_space.test #
# This test has to be wrapped as  #
# It tests ndb, innodb and MyISAM.#
# By Wrapping we are saving some  #
# space and making the test more  #
# Maintainable by only having one #
# test file and reusing the code  #
# In Addition, INNODB has to have #
# Option files during this test   #
# to force innodb on the slave    #
# else the test will fail         #
###################################
#Change Author: JBM               #
#Change Date: 2006-02-03          #
#Change: Added Comments           #
###################################
-- source include/not_ndb_default.inc
-- source include/have_innodb.inc
let $engine_type=InnoDB;
-- source extra/rpl_tests/rpl_sv_relay_space.test