~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/subselect_sj2.test

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
  Continent enum('Asia','Europe','North America','Africa','Oceania','Antarctica','South America') NOT NULL DEFAULT 'Asia',
242
242
  Region char(26) NOT NULL DEFAULT '',
243
243
  SurfaceArea float(10,2) NOT NULL DEFAULT '0.00',
244
 
  IndepYear smallint(6) DEFAULT NULL,
 
244
  IndepYear int(6) DEFAULT NULL,
245
245
  Population int(11) NOT NULL DEFAULT '0',
246
246
  LifeExpectancy float(3,1) DEFAULT NULL,
247
247
  GNP float(10,2) DEFAULT NULL,