1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-8211 plugins.server_audit fails sporadically in buildbot.

Connection event can happen before the query ends. Added a delay to
   confirm the order.
This commit is contained in:
Alexey Botchkov
2015-06-08 21:40:17 +05:00
parent a765cca69f
commit 96b37035e4

View File

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