~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-07-01 14:33:36 UTC
  • mto: (28.1.12 backport_patch)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: monty@inaugust.com-20080701143336-8uihm7dhpu92rt0q
Somehow missed moving password.c. Duh.

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,