~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/global_sort_join_constraints.test

  • Committer: Monty Taylor
  • Date: 2011-03-08 23:28:46 UTC
  • mfrom: (2225.1.1 build)
  • Revision ID: mordred@inaugust.com-20110308232846-tbc4emy0qvjb2zew
Merged brian's auth patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# Test for join buffer constraint
12
12
--error ER_OUT_OF_GLOBAL_JOINMEMORY
13
13
select SQL_BIG_RESULT * from t1 join t2 on (t1.charcol1 = t2.charcol2) join t2 as t3 on (t1.charcol1 = t3.charcol2);
 
14
 
 
15
--source include/teardown-global-constraints.inc