Fix test results

This commit is contained in:
monty@mysql.com 2004-02-17 14:20:04 +02:00
parent 8a865250c4
commit 0c68e80609

View file

@ -3,7 +3,6 @@ DROP DATABASE IF EXISTS test_$1;
create database test_$1;
create table test_$1.r1 (i int) raid_type=1;
create table test_$1.r2 (i int) raid_type=1 raid_chunks=32;
DROP TABLE IF EXISTS t1,t2;
drop database test_$1;
CREATE TABLE t1 (
id int unsigned not null auto_increment primary key,