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:
@@ -39,8 +39,6 @@ execute dump_hosts;
|
||||
|
||||
connect (con1, localhost, user1, , );
|
||||
|
||||
echo "================== con1 connected ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
# Wait for the connect to complete
|
||||
@@ -76,8 +74,6 @@ select get_lock("marker", 10);
|
||||
select release_lock("marker");
|
||||
insert into test.t1 values ("marker");
|
||||
|
||||
echo "================== con1 marker ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
# Wait for the payload to complete
|
||||
@@ -113,8 +109,6 @@ execute dump_hosts;
|
||||
|
||||
connect (con2, localhost, user2, , );
|
||||
|
||||
echo "================== con2 connected ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
# Wait for the connect to complete
|
||||
@@ -150,8 +144,6 @@ select get_lock("marker", 10);
|
||||
select release_lock("marker");
|
||||
insert into test.t1 values ("marker");
|
||||
|
||||
echo "================== con2 marker ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
# Wait for the payload to complete
|
||||
@@ -183,8 +175,6 @@ execute dump_hosts;
|
||||
|
||||
connect (con3, localhost, user3, , );
|
||||
|
||||
echo "================== con3 connected ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
# Wait for the connect to complete
|
||||
@@ -220,8 +210,6 @@ select get_lock("marker", 10);
|
||||
select release_lock("marker");
|
||||
insert into test.t1 values ("marker");
|
||||
|
||||
echo "================== con3 marker ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
# Wait for the payload to complete
|
||||
@@ -253,8 +241,6 @@ execute dump_hosts;
|
||||
|
||||
connect (con4, localhost, user4, , );
|
||||
|
||||
echo "================== con4 connected ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
# Wait for the connect to complete
|
||||
@@ -290,8 +276,6 @@ select get_lock("marker", 10);
|
||||
select release_lock("marker");
|
||||
insert into test.t1 values ("marker");
|
||||
|
||||
echo "================== con4 marker ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
# Wait for the payload to complete
|
||||
@@ -331,8 +315,6 @@ let $wait_condition=
|
||||
where `TYPE`='FOREGROUND' and PROCESSLIST_USER= 'user1';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
echo "================== con1 disconnected ==================";
|
||||
|
||||
echo "================== Step 10 ==================";
|
||||
call dump_thread();
|
||||
execute dump_waits_account;
|
||||
@@ -364,8 +346,6 @@ let $wait_condition=
|
||||
where `TYPE`='FOREGROUND' and PROCESSLIST_USER= 'user2';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
echo "================== con2 disconnected ==================";
|
||||
|
||||
echo "================== Step 11 ==================";
|
||||
call dump_thread();
|
||||
execute dump_waits_account;
|
||||
@@ -397,8 +377,6 @@ let $wait_condition=
|
||||
where `TYPE`='FOREGROUND' and PROCESSLIST_USER= 'user3';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
echo "================== con3 disconnected ==================";
|
||||
|
||||
echo "================== Step 12 ==================";
|
||||
call dump_thread();
|
||||
execute dump_waits_account;
|
||||
@@ -430,8 +408,6 @@ let $wait_condition=
|
||||
where `TYPE`='FOREGROUND' and PROCESSLIST_USER= 'user4';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
echo "================== con4 disconnected ==================";
|
||||
|
||||
echo "================== Step 13 ==================";
|
||||
call dump_thread();
|
||||
execute dump_waits_account;
|
||||
|
Reference in New Issue
Block a user