mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-6720 - enable connection log in mysqltest by default
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
include/master-slave.inc
|
||||
[connection master]
|
||||
connection master;
|
||||
create table t1(a int not null auto_increment, b int, primary key(a));
|
||||
create table t2(a int not null auto_increment, b int, primary key(a)) engine=innodb;
|
||||
load data infile '../../std_data/rpl_loaddata.dat' into table t1;
|
||||
@@ -9,8 +10,11 @@ insert into t2(b) values (2);
|
||||
load data infile '../../std_data/rpl_loaddata.dat' into table t2;
|
||||
load data infile '../../std_data/rpl_loaddata.dat' into table t2;
|
||||
commit;
|
||||
connection slave;
|
||||
include/diff_tables.inc [master:t1, slave:t1]
|
||||
include/diff_tables.inc [master:t2, slave:t2]
|
||||
connection master;
|
||||
drop table t1;
|
||||
drop table t2;
|
||||
connection slave;
|
||||
include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user