mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Fix test results
This commit is contained in:
parent
8a865250c4
commit
0c68e80609
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ DROP DATABASE IF EXISTS test_$1;
|
||||||
create database test_$1;
|
create database test_$1;
|
||||||
create table test_$1.r1 (i int) raid_type=1;
|
create table test_$1.r1 (i int) raid_type=1;
|
||||||
create table test_$1.r2 (i int) raid_type=1 raid_chunks=32;
|
create table test_$1.r2 (i int) raid_type=1 raid_chunks=32;
|
||||||
DROP TABLE IF EXISTS t1,t2;
|
|
||||||
drop database test_$1;
|
drop database test_$1;
|
||||||
CREATE TABLE t1 (
|
CREATE TABLE t1 (
|
||||||
id int unsigned not null auto_increment primary key,
|
id int unsigned not null auto_increment primary key,
|
||||||
|
|
Loading…
Reference in a new issue