~maria-captains/maria/mysql-6.0-backup

« back to all changes in this revision

Viewing changes to mysql-test/r/myisam_mrr.result

  • Committer: Thava Alagu
  • Date: 2010-03-18 17:40:22 UTC
  • mfrom: (3719.14.67 mysql-6.0-codebase)
  • Revision ID: thavamuni.alagu@sun.com-20100318174022-d1yknocintpcgbp2
Auto-merge from mysql-6.0-codebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
348
348
);
349
349
id      select_type     table   type    possible_keys   key     key_len ref     rows    filtered        Extra
350
350
1       PRIMARY NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    Impossible WHERE
351
 
2       SUBQUERY        t2      ALL     int_key int_key 5               3       33.33   Using index condition; Using filesort
 
351
2       SUBQUERY        t2      ALL     int_key int_key 5       const   3       33.33   Using index condition; Using filesort
352
352
Warnings:
353
353
Note    1003    select min(`test`.`t1`.`pk`) AS `MIN(t1.pk)` from `test`.`t1` where 0
354
354
DROP TABLE t1, t2;