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

MDEV-7157 plugins.server_audit fails sporadically in buildbot.

Records can get to the different place in the log when multiple thread
    are logged. So the delay added to let the record be saved on the same
    place.
This commit is contained in:
Alexey Botchkov
2014-11-24 02:53:45 +04:00
parent ffc0ef6316
commit a726dbd634

View File

@ -43,6 +43,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;
create table t1 (id2 int);