mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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