summaryrefslogtreecommitdiff
path: root/mysql-test/t/3.23/shw000001.test
blob: 0abb940d2079e3a5ddaa5d436f7cbbe656845ba9 (plain)
1
2
3
4
5
6
7
use test;
drop table if exists test;
create table test (
  test_set set( 'val1', 'val2', 'val3' ) not null default '',
  name char(20) default 'O''Brien'
  ) comment = 'it\'s a table' ;
@r/3.23/shw000001.result show create table test ;