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

make plugins.processlist more robust

This commit is contained in:
Sergei Golubchik
2018-06-28 09:05:01 +02:00
parent 00ccff48af
commit 78a0646fe4
2 changed files with 4 additions and 5 deletions

View File

@ -2,10 +2,8 @@ create table t1 (a int) engine=innodb;
start transaction;
insert t1 values (1);
connect con2,localhost,root;
state from show engine innodb status
state from show engine innodb status, must be empty
state from show processlist
disconnect con2;
connection default;
drop table t1;