Skip to content

Commit

Permalink
MDEV-21599 plugins.server_audit fails sporadically in buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Mar 14, 2020
1 parent b7362d5 commit 2b3f6ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql-test/suite/plugins/t/server_audit.test
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ set global server_audit_logging= off;
set global server_audit_incl_users='root';
set global server_audit_logging= on;
disconnect cn1;
let $count_sessions=1;
source include/wait_until_count_sessions.inc;

drop user user1@localhost;

set global server_audit_events='';
Expand Down

0 comments on commit 2b3f6ab

Please sign in to comment.