1
0
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:
Oleksandr Byelkin
2018-07-25 22:24:40 +02:00
61 changed files with 799 additions and 265 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;