mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
11
mysql-test/suite/plugins/r/processlist.result
Normal file
11
mysql-test/suite/plugins/r/processlist.result
Normal file
@ -0,0 +1,11 @@
|
||||
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 processlist
|
||||
|
||||
disconnect con2;
|
||||
connection default;
|
||||
drop table t1;
|
Reference in New Issue
Block a user