1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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

This commit is contained in:
unknown
2006-08-03 19:35:00 +02:00
parent 358400a83d
commit 5f61f0268a

View File

@@ -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));