From 34d48ce10a1498897f74e202bb46a016b7d7d3bc Mon Sep 17 00:00:00 2001 From: "msvensson@neptunus.(none)" <> Date: Thu, 3 Aug 2006 19:35:00 +0200 Subject: [PATCH] Use "--source" command instead of "source", makes mysql-test-run.pl dtecte this as test case that need binlog format row. --- mysql-test/t/rpl_row_stop_middle.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/t/rpl_row_stop_middle.test b/mysql-test/t/rpl_row_stop_middle.test index 553a026e5e7..da363736100 100644 --- a/mysql-test/t/rpl_row_stop_middle.test +++ b/mysql-test/t/rpl_row_stop_middle.test @@ -4,8 +4,8 @@ # forget to close its tables. # Can be run with statement-based but no interest (and long test) -source include/have_binlog_format_row.inc; -source include/master-slave.inc; +--source include/have_binlog_format_row.inc +--source include/master-slave.inc connection master; create table t1 (a int not null auto_increment primary key, b int, key(b));