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:
@ -69,8 +69,6 @@ truncate performance_schema.events_statements_history_long;
|
||||
|
||||
connect (con1, localhost, user1, , );
|
||||
|
||||
echo "================== con1 connected ==================";
|
||||
|
||||
select "MARKER_BEGIN" as marker;
|
||||
|
||||
select "This is simple statement one" as payload;
|
||||
@ -88,8 +86,6 @@ select "MARKER_END" as marker;
|
||||
|
||||
select "Con1 is done with payload" as status;
|
||||
|
||||
echo "================== con1 done ==================";
|
||||
|
||||
--connection default
|
||||
|
||||
set @con1_tid = (select thread_id from performance_schema.threads
|
||||
|
Reference in New Issue
Block a user