~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/delete.test

MergedĀ build.

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;