mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-6720 - enable connection log in mysqltest by default
This commit is contained in:
@ -90,8 +90,6 @@ select * from test.t1 where b=5;
|
||||
select * from test.t2 where b=5;
|
||||
select * from test.t3 where b=5;
|
||||
|
||||
echo "================== con1 marker ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
echo "================== Step 3 ==================";
|
||||
@ -151,8 +149,6 @@ select * from test.t1 where b=5;
|
||||
select * from test.t2 where b=5;
|
||||
select * from test.t3 where b=5;
|
||||
|
||||
echo "================== con2 marker ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
echo "================== Step 5 ==================";
|
||||
@ -208,8 +204,6 @@ select * from test.t1 where b=5;
|
||||
select * from test.t2 where b=5;
|
||||
select * from test.t3 where b=5;
|
||||
|
||||
echo "================== con3 marker ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
echo "================== Step 7 ==================";
|
||||
@ -265,8 +259,6 @@ select * from test.t1 where b=5;
|
||||
select * from test.t2 where b=5;
|
||||
select * from test.t3 where b=5;
|
||||
|
||||
echo "================== con4 marker ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
echo "================== Step 9 ==================";
|
||||
@ -288,8 +280,6 @@ unlock tables;
|
||||
lock tables test.t1 write, test.t2 write, test.t3 write;
|
||||
unlock tables;
|
||||
|
||||
echo "================== con1 marker ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
echo "================== Step 10 ==================";
|
||||
@ -347,8 +337,6 @@ let $wait_condition=
|
||||
where `TYPE`='FOREGROUND' and PROCESSLIST_USER= 'user1';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
echo "================== con1 disconnected ==================";
|
||||
|
||||
echo "================== Step 13 ==================";
|
||||
call dump_thread();
|
||||
execute dump_waits_account;
|
||||
@ -369,8 +357,6 @@ let $wait_condition=
|
||||
where `TYPE`='FOREGROUND' and PROCESSLIST_USER= 'user2';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
echo "================== con2 disconnected ==================";
|
||||
|
||||
echo "================== Step 14 ==================";
|
||||
call dump_thread();
|
||||
execute dump_waits_account;
|
||||
@ -391,8 +377,6 @@ let $wait_condition=
|
||||
where `TYPE`='FOREGROUND' and PROCESSLIST_USER= 'user3';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
echo "================== con3 disconnected ==================";
|
||||
|
||||
echo "================== Step 15 ==================";
|
||||
call dump_thread();
|
||||
execute dump_waits_account;
|
||||
@ -413,8 +397,6 @@ let $wait_condition=
|
||||
where `TYPE`='FOREGROUND' and PROCESSLIST_USER= 'user4';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
echo "================== con4 disconnected ==================";
|
||||
|
||||
echo "================== Step 16 ==================";
|
||||
call dump_thread();
|
||||
execute dump_waits_account;
|
||||
|
Reference in New Issue
Block a user