Commit 2b3f6ab4 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-21599 plugins.server_audit fails sporadically in buildbot

parent b7362d5f
...@@ -157,6 +157,9 @@ set global server_audit_logging= off; ...@@ -157,6 +157,9 @@ set global server_audit_logging= off;
set global server_audit_incl_users='root'; set global server_audit_incl_users='root';
set global server_audit_logging= on; set global server_audit_logging= on;
disconnect cn1; disconnect cn1;
let $count_sessions=1;
source include/wait_until_count_sessions.inc;
drop user user1@localhost; drop user user1@localhost;
set global server_audit_events=''; set global server_audit_events='';
......
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