1
0
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:
Sergey Vojtovich
2016-03-25 20:51:22 +04:00
parent 5052e2479e
commit 282497dd6d
1559 changed files with 38534 additions and 9891 deletions

View File

@ -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