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