~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/delete.test

  • Committer: Brian Aker
  • Date: 2009-11-13 00:56:59 UTC
  • Revision ID: brian@gir.local-20091113005659-c8e29r7wt6x4irqw
Removed bits of charset support from the parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
CREATE TEMPORARY TABLE t1 (
73
73
  bool     char(0) default NULL,
74
 
  not_null varchar(20) binary NOT NULL default '',
 
74
  not_null varchar(20) NOT NULL default '',
75
75
  misc     integer not null,
76
76
  PRIMARY KEY  (not_null)
77
77
) ENGINE=MyISAM;