Commit 1707cfc9 authored by Alexey Botchkov's avatar Alexey Botchkov

MDEV-8211 plugins.server_audit fails sporadically in buildbot.

   More fixes to assure the order of queries in the log.
parent 87088b91
...@@ -50,6 +50,7 @@ show variables like 'server_audit%'; ...@@ -50,6 +50,7 @@ show variables like 'server_audit%';
set global server_audit_mode=1; set global server_audit_mode=1;
set global server_audit_events=''; set global server_audit_events='';
create database sa_db; create database sa_db;
--sleep 2
connect (con1,localhost,root,,test); connect (con1,localhost,root,,test);
connection con1; connection con1;
--sleep 2 --sleep 2
......
...@@ -50,6 +50,7 @@ show variables like 'server_audit%'; ...@@ -50,6 +50,7 @@ show variables like 'server_audit%';
set global server_audit_mode=1; set global server_audit_mode=1;
set global server_audit_events=''; set global server_audit_events='';
create database sa_db; create database sa_db;
--sleep 2
connect (con1,localhost,root,,test); connect (con1,localhost,root,,test);
connection con1; connection con1;
--sleep 2 --sleep 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment