Commit 96b37035 authored by Alexey Botchkov's avatar Alexey Botchkov

MDEV-8211 plugins.server_audit fails sporadically in buildbot.

   Connection event can happen before the query ends. Added a delay to
   confirm the order.
parent a765cca6
......@@ -13,6 +13,7 @@ set global server_audit_incl_users=null;
set global server_audit_file_path='server_audit.log';
set global server_audit_output_type=file;
set global server_audit_logging=on;
--sleep 2
connect (con1,localhost,root,,mysql);
connection default;
disconnect con1;
......
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