From 1f32e9a19985554a0e79f16b349f7afcc0dbbe57 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 5 May 2004 23:29:35 +0300 Subject: fixed test results --- mysql-test/r/raid.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/raid.result') diff --git a/mysql-test/r/raid.result b/mysql-test/r/raid.result index 05013cc0d5d..459da1cdf49 100644 --- a/mysql-test/r/raid.result +++ b/mysql-test/r/raid.result @@ -10,7 +10,7 @@ show create table test_$1.r2; Table Create Table r2 CREATE TABLE `r2` ( `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; CREATE TABLE t1 ( id int unsigned not null auto_increment primary key, -- cgit v1.2.1