mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
MDEV-6720 - enable connection log in mysqltest by default
This commit is contained in:
parent
5052e2479e
commit
282497dd6d
1559 changed files with 38534 additions and 9891 deletions
|
|
@ -83,11 +83,9 @@ if ($slave_count != $master_count)
|
|||
echo slave: $slave_count;
|
||||
|
||||
connection master;
|
||||
echo === master ===;
|
||||
select count(*) t1;
|
||||
select * from t1;
|
||||
connection slave;
|
||||
echo === slave ===;
|
||||
select count(*) t1;
|
||||
select * from t1;
|
||||
query_vertical show slave status;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue