~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/group_by.test

  • Committer: Brian Aker
  • Date: 2009-02-11 17:03:03 UTC
  • mfrom: (873.1.6 temporal-new)
  • Revision ID: brian@tangent.org-20090211170303-vd2ebowng4iozwtm
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
CREATE TABLE t1 (
64
64
  PID int NOT NULL auto_increment,
65
65
  payDate date,
66
 
  recDate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
 
66
  recDate datetime,
67
67
  URID int DEFAULT '0' NOT NULL,
68
68
  CRID int DEFAULT '0' NOT NULL,
69
69
  amount int DEFAULT '0' NOT NULL,