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