~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/mix1.inc

Phase 1 - temporal changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
CREATE TABLE t1 (
183
183
  a1 decimal(10,0) DEFAULT NULL,
184
184
  a2 blob,
185
 
  a3 time DEFAULT NULL,
186
185
  a4 blob,
187
186
  a5 char(175) DEFAULT NULL,
188
187
  a6 timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',