mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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:
@@ -13,6 +13,7 @@ set global server_audit_incl_users=null;
|
|||||||
set global server_audit_file_path='server_audit.log';
|
set global server_audit_file_path='server_audit.log';
|
||||||
set global server_audit_output_type=file;
|
set global server_audit_output_type=file;
|
||||||
set global server_audit_logging=on;
|
set global server_audit_logging=on;
|
||||||
|
--sleep 2
|
||||||
connect (con1,localhost,root,,mysql);
|
connect (con1,localhost,root,,mysql);
|
||||||
connection default;
|
connection default;
|
||||||
disconnect con1;
|
disconnect con1;
|
||||||
|
Reference in New Issue
Block a user