mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge 10.0 into 10.1
This commit is contained in:
9
mysql-test/suite/innodb/r/innodb_28867993.result
Normal file
9
mysql-test/suite/innodb/r/innodb_28867993.result
Normal file
@@ -0,0 +1,9 @@
|
||||
create table t1 (a int) engine=innodb;
|
||||
insert t1 values (1),(2);
|
||||
create database ib_logfile2;
|
||||
select * from t1;
|
||||
a
|
||||
1
|
||||
2
|
||||
drop table t1;
|
||||
drop database ib_logfile2;
|
Reference in New Issue
Block a user