~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/pbxt/subselect_sj2.result

  • Committer: Andrew Hutchings
  • Date: 2010-09-23 17:56:06 UTC
  • mfrom: (1788 staging)
  • mto: (1792.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1793.
  • Revision ID: andrew@linuxjedi.co.uk-20100923175606-ns7qazss98flzmz4
Merge trunk into branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
264
264
1       PRIMARY t0      ALL     NULL    NULL    NULL    NULL    10      Using where
265
265
2       SUBQUERY        t1      ALL     NULL    NULL    NULL    NULL    10      
266
 
2       SUBQUERY        t2      ref     a       a       5       test.t1.a       1       
267
 
2       SUBQUERY        t3      ref     a       a       5       test.t1.a       1       
 
266
2       SUBQUERY        t2      ref     a       a       5       test.t1.a       2       
 
267
2       SUBQUERY        t3      ref     a       a       5       test.t1.a       2       
268
268
drop table t0, t1,t2,t3;
269
269
CREATE TABLE t1 (
270
270
ID int NOT NULL auto_increment,