summaryrefslogtreecommitdiff
path: root/mysql-test/r/shw000001.result
blob: 28ad1296d67e890e656f171b80207f0cac16292b (plain)
1
2
3
4
5
Table	Create Table
test	CREATE TABLE `test` (
  `test_set` set('val1','val2','val3') NOT NULL default '',
  `name` char(20) default 'O''Brien'
) TYPE=MyISAM COMMENT='it''s a table'