~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/r/ssl.result

  • Committer: paul-mccullagh
  • Date: 2008-03-10 11:36:34 UTC
  • Revision ID: paul-mccullagh-417ebf175a9c8ee6e5b3777d9e2398e1fb197391
Implemented full durability

Show diffs side-by-side

added added

removed removed

Lines of Context:
614
614
1       SIMPLE  t3      ref     period  period  4       test.t1.period  18      
615
615
explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period limit 10;
616
616
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
617
 
1       SIMPLE  t3      index   period  period  4       NULL    41810   
 
617
1       SIMPLE  t3      ALL     period  NULL    NULL    NULL    41810   Using filesort
618
618
1       SIMPLE  t1      ref     period  period  4       test.t3.period  18      
619
619
explain select * from t3 as t1,t3 where t1.period=t3.period order by t1.period limit 10;
620
620
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
621
 
1       SIMPLE  t1      index   period  period  4       NULL    41810   
 
621
1       SIMPLE  t1      ALL     period  NULL    NULL    NULL    41810   Using filesort
622
622
1       SIMPLE  t3      ref     period  period  4       test.t1.period  18      
623
623
select period from t1;
624
624
period
1441
1441
explain select distinct t2.companynr,t4.companynr from t2,t4 where t2.companynr=t4.companynr+1;
1442
1442
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
1443
1443
1       SIMPLE  t4      index   NULL    PRIMARY 1       NULL    12      Using index; Using temporary
1444
 
1       SIMPLE  t2      ALL     NULL    NULL    NULL    NULL    1199    Using where
 
1444
1       SIMPLE  t2      ALL     NULL    NULL    NULL    NULL    1199    Using where; Using join buffer
1445
1445
select t2.fld1,t2.companynr,fld3,period from t3,t2 where t2.fld1 = 38208 and t2.fld1=t3.t2nr and period = 1008 or t2.fld1 = 38008 and t2.fld1 =t3.t2nr and period = 1008;
1446
1446
fld1    companynr       fld3    period
1447
1447
038008  37      reporters       1008