~jaypipes/drizzle/replication-ddl

« back to all changes in this revision

Viewing changes to tests/t/select.test

  • Committer: Jay Pipes
  • Date: 2010-04-05 20:46:51 UTC
  • mfrom: (1405.4.28 bad-staging)
  • Revision ID: jpipes@serialcoder-20100405204651-i3cduqz35ai9n54b
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
3471
3471
SELECT * FROM t2 LEFT JOIN t1 ON a = b + 1;
3472
3472
EXPLAIN EXTENDED SELECT * FROM t2 LEFT JOIN t1 ON a = b + 1;
3473
3473
EXPLAIN EXTENDED SELECT * FROM t1 WHERE a > UNIX_TIMESTAMP('2009-03-10 00:00:00');
 
3474
 
 
3475
DROP TABLE t1, t2;