~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/innodb_mysql.result

  • Committer: Jay Pipes
  • Date: 2009-02-28 20:43:31 UTC
  • mto: (910.2.6 mordred-noatomics)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: jpipes@serialcoder-20090228204331-6x804cdbfzyy9w8i
Merged in remove-timezone work

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
a2 blob,
146
146
a4 blob,
147
147
a5 char(175) DEFAULT NULL,
148
 
a6 timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
 
148
a6 timestamp NOT NULL DEFAULT NOW(),
149
149
a7 blob,
150
150
INDEX idx (a6,a7(239),a5)
151
151
) ENGINE=InnoDB;