~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#######################################################
 
2
# Wrapper for rpl_relayrotate.test to allow multi     #
 
3
# Engines to reuse test code. By JBM 2006-02-15       #
 
4
# Added comments section and to skip when ndb is      #
 
5
# Default engine.                                     #
 
6
#######################################################
 
7
-- source include/not_ndb_default.inc
 
8
-- source include/have_innodb.inc
 
9
-- source include/master-slave.inc
 
10
let $engine_type=innodb;
 
11
-- source extra/rpl_tests/rpl_relayrotate.test