Commit a726dbd6 authored by Alexey Botchkov's avatar Alexey Botchkov

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.
parent ffc0ef63
......@@ -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);
......
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