Commit 5f61f026 authored by unknown's avatar unknown
Browse files

Use "--source" command instead of "source", makes mysql-test-run.pl dtecte...

Use "--source" command instead of "source", makes mysql-test-run.pl dtecte this as test case that need binlog format row.


parent 358400a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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));