Commit 5030d280 authored by bell@sanja.is.com.ua's avatar bell@sanja.is.com.ua

fixed test results

parent ae85306e
...@@ -10,7 +10,7 @@ show create table test_$1.r2; ...@@ -10,7 +10,7 @@ show create table test_$1.r2;
Table Create Table Table Create Table
r2 CREATE TABLE `r2` ( r2 CREATE TABLE `r2` (
`i` int(11) default NULL `i` int(11) default NULL
) TYPE=MyISAM RAID_TYPE=striped RAID_CHUNKS=255 RAID_CHUNKSIZE=256 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 RAID_TYPE=striped RAID_CHUNKS=255 RAID_CHUNKSIZE=256
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment