~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to mysql-test/t/rpl_ddl.test

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#         effects like failing 'sync_slave_with_master', crashes of the slave or
23
23
#         abort of the test case etc..
24
24
#
25
 
#      3. The assignment of the DDL command to be tested to $my_stmt can
26
 
#         be a bit difficult. "'" must be avoided, because the test
27
 
#        routine "include/rpl_stmt_seq.inc" performs a
28
 
#         eval SELECT CONCAT('######## ','$my_stmt','  ########') as "";
29
 
#
30
25
--source include/not_ndb_default.inc
 
26
--source include/master-slave.inc
31
27
--source include/have_innodb.inc
32
 
--source include/master-slave.inc
33
 
let $engine_type= "InnoDB";
 
28
let $engine_type= InnoDB;
 
29
let $temp_engine_type= MEMORY;
 
30
let $show_binlog = 0;
 
31
let $manipulate = 0;
34
32
-- source extra/rpl_tests/rpl_ddl.test