~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/subselect_sj2.test

  • Committer: Brian Aker
  • Date: 2008-07-01 20:14:24 UTC
  • Revision ID: brian@tangent.org-20080701201424-rsof5enxl7gkr50p
More cleanup on pread()

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 int(6) DEFAULT NULL,
 
244
  IndepYear smallint(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,