~skinny.moey/drizzle/branch-rev

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_extraCol_myisam.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
# Author: Jeb
 
3
# Date: 2006-09-07
 
4
# Purpose: Wapper for rpl_extraSlave_Col.test
 
5
#          Using MyISAM
 
6
########################################### 
 
7
-- source include/have_binlog_format_row.inc
 
8
-- source include/master-slave.inc
 
9
let $engine_type = 'MyISAM';
 
10
-- source extra/rpl_tests/rpl_extraSlave_Col.test
 
11
 
 
12