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:
@ -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));
|
||||
|
Reference in New Issue
Block a user