~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/subselect_innodb.test

  • Committer: Monty Taylor
  • Date: 2009-08-20 18:12:39 UTC
  • mfrom: (1119.4.14 mtr2-tests)
  • mto: This revision was merged to the branch mainline in revision 1124.
  • Revision ID: mordred@inaugust.com-20090820181239-u6p274mht458feuc
Merging Stewart from lp:~stewart-flamingspork/drizzle/test-cleanup-from-mtr2-branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
      WHERE lt.t3_id=a.t3_id)
198
198
   ORDER BY b DESC LIMIT 1)
199
199
from t3 AS a;
 
200
 
 
201
DROP TABLE t1,t2,t3;