~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge refactored command line using for innodb

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       2       
267
 
2       SUBQUERY        t3      ref     a       a       5       test.t1.a       2       
 
266
2       SUBQUERY        t2      ref     a       a       5       test.t1.a       1       
 
267
2       SUBQUERY        t3      ref     a       a       5       test.t1.a       1       
268
268
drop table t0, t1,t2,t3;
269
269
CREATE TABLE t1 (
270
270
ID int NOT NULL auto_increment,