~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_relay_space_myisam.test

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
###################################
 
14
#Change Author: JBM               #
 
15
#Change Date: 2006-02-03          #
 
16
#Change: Added Comments           #
 
17
###################################
 
18
-- source include/not_ndb_default.inc
 
19
let $engine_type=MyISAM;
 
20
-- source extra/rpl_tests/rpl_sv_relay_space.test
 
21