1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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.
This commit is contained in:
Alexey Botchkov
2015-06-08 21:44:13 +05:00
parent 96b37035e4
commit 87088b91f7

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;