~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/myisam.result

  • Committer: Stewart Smith
  • Date: 2009-02-16 04:19:00 UTC
  • mfrom: (869.2.6 dollhouse)
  • mto: This revision was merged to the branch mainline in revision 887.
  • Revision ID: stewart@flamingspork.com-20090216041900-idx8llj31btz5as3
merge unireg_type removal, mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
CREATE TABLE `t1` (
303
303
`post_id` int NOT NULL auto_increment,
304
304
`topic_id` int NOT NULL default '0',
305
 
`post_time` datetime NOT NULL default '0000-00-00 00:00:00',
 
305
`post_time` datetime,
306
306
`post_text` text NOT NULL,
307
307
`icon_url` varchar(10) NOT NULL default '',
308
308
`sign` int NOT NULL default '0',