mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
fixed test results
This commit is contained in:
parent
66842d6e57
commit
1f32e9a199
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue