Commit 87088b91 authored by Alexey Botchkov's avatar Alexey Botchkov

MDEV-8211 plugins.server_audit fails sporadically in buildbot.

  This test also should be fixed - delay added so the connection
  event doesn't happen before the query.
parent 96b37035
......@@ -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