~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/mix1.inc

merge latest dev work

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
  a2 blob,
185
185
  a4 blob,
186
186
  a5 char(175) DEFAULT NULL,
187
 
  a6 timestamp NOT NULL DEFAULT NOW(),
 
187
  a6 timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
188
188
  a7 blob,
189
189
  INDEX idx (a6,a7(239),a5)
190
190
) ENGINE=InnoDB;