~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/having.test

  • Committer: Brian Aker
  • Date: 2008-10-02 19:18:43 UTC
  • mto: (438.4.1 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 435.
  • Revision ID: brian@tangent.org-20081002191843-tw3nnufik8qwf9rz
Removed UNSIGNED from parser.

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',