1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-8211 plugins.server_audit fails sporadically in buildbot.

More fixes to assure the order of queries in the log.
This commit is contained in:
Alexey Botchkov
2015-06-08 21:55:52 +05:00
parent 87088b91f7
commit 1707cfc9ef
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ show variables like 'server_audit%';
set global server_audit_mode=1;
set global server_audit_events='';
create database sa_db;
--sleep 2
connect (con1,localhost,root,,test);
connection con1;
--sleep 2