mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.0' into bb-10.1-merge-sanja
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user