~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/select.result

  • Committer: Stewart Smith
  • Date: 2010-04-03 07:02:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1437.
  • Revision ID: stewart@flamingspork.com-20100403070251-mecnmff8dc7pbpp0
select test leaving around tables carelessly

Show diffs side-by-side

added added

removed removed

Lines of Context:
3713
3713
1       SIMPLE  t1      ALL     NULL    NULL    NULL    NULL    10      100.00  Using where
3714
3714
Warnings:
3715
3715
Note    1003    select `test`.`t1`.`a` AS `a` from `test`.`t1` where (`test`.`t1`.`a` > <cache>(unix_timestamp('2009-03-10 00:00:00')))
 
3716
DROP TABLE t1, t2;