~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/global_read_constraints.test

  • Committer: patrick crews
  • Date: 2011-03-15 12:12:09 UTC
  • mfrom: (1099.4.216 drizzle)
  • Revision ID: gleebix@gmail.com-20110315121209-8g2tkf31w0rx9ter
Tags: 2011.03.12
Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
insert into t3 select * from t1;
8
8
--error ER_OUT_OF_GLOBAL_READMEMORY
9
9
select SQL_BIG_RESULT * from t3, (select * from t1) as t4 where t3.a != '';
 
10
 
 
11
--source include/teardown-global-constraints.inc