mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
9ff59511a5
Added new big select test
5 lines
177 B
Text
5 lines
177 B
Text
Table Create Table
|
|
t1 CREATE TABLE `t1` (
|
|
`test_set` set('val1','val2','val3') NOT NULL default '',
|
|
`name` char(20) default 'O''Brien'
|
|
) TYPE=MyISAM COMMENT='it''s a table'
|