1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MENT-510 Failing test(s): perfschema.threads_insert_delayed.

orig_test_id should be set properly.
Also fixed sporadic test failure.
This commit is contained in:
HF
2019-11-29 21:25:52 +00:00
parent bd11bd63cc
commit 3fb0fe400c
3 changed files with 15 additions and 7 deletions

View File

@ -152,12 +152,12 @@ connection default;
let $wait_condition= SELECT COUNT(*) = 2 FROM t1;
--source include/wait_condition.inc
drop table t1;
disconnect cn1;
drop user user1@localhost;
set global server_audit_logging= off;
set global server_audit_incl_users='';
set global server_audit_incl_users='root';
set global server_audit_logging= on;
disconnect cn1;
drop user user1@localhost;
set global server_audit_events='';