1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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:
msvensson@neptunus.(none)
2006-08-03 19:35:00 +02:00
parent fbad0da826
commit 34d48ce10a

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