~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/having.test

  • Committer: Monty Taylor
  • Date: 2008-10-02 20:45:51 UTC
  • mfrom: (413.2.3 drizzle)
  • Revision ID: monty@inaugust.com-20081002204551-gousb6hhqlr6q1br
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
INSERT INTO t1 VALUES (469713,1,164123,1,164123,1),(317330,164124,317193,101,153170,1),(469434,317194,375620,101,58527,1),(591816,375621,484273,1,108653,1),(591807,484274,534671,91,50488,1),(318885,534672,649362,101,114791,1),(318728,649363,775520,102,126259,1),(336829,775521,813997,101,38577,1),(317740,813998,953227,101,139330,1),(1,813998,953227,101,139330,1);
30
30
 
31
31
CREATE TABLE t2 (
32
 
  id int(10) unsigned NOT NULL default '0',
33
 
  contig_id int(10) unsigned NOT NULL default '0',
 
32
  id int(10) NOT NULL default '0',
 
33
  contig_id int(10) NOT NULL default '0',
34
34
  seq_start int(10) NOT NULL default '0',
35
35
  seq_end int(10) NOT NULL default '0',
36
36
  strand int(2) NOT NULL default '0',