summaryrefslogtreecommitdiff
path: root/mysql-test/r/raid.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-05-05 23:29:35 +0300
committerunknown <bell@sanja.is.com.ua>2004-05-05 23:29:35 +0300
commit1f32e9a19985554a0e79f16b349f7afcc0dbbe57 (patch)
tree68f11d17b74b9049f73f70e6d99182b405433fe0 /mysql-test/r/raid.result
parent66842d6e570dbf502ea4e3ea758f4502429e3380 (diff)
downloadmariadb-git-1f32e9a19985554a0e79f16b349f7afcc0dbbe57.tar.gz
fixed test results
Diffstat (limited to 'mysql-test/r/raid.result')
-rw-r--r--mysql-test/r/raid.result2
1 files changed, 1 insertions, 1 deletions
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,