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:
Oleksandr Byelkin
2018-07-24 18:24:21 +02:00
parent e0139c2b92
commit 9fbe360e9f
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,6 @@
create table t1 (a int) engine=innodb;
start transaction;
insert t1 values (1);
state from show engine innodb status
state from show engine innodb status, must be empty
state from show processlist
drop table t1;