~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-05 17:07:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705170746-8aq11u9fuwtfwy85
Removed my_alarm. Made my_lock only do the non-alarm version. Moved my_lock to MyISAM where it belongs.

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,