~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/innodb.result

  • Committer: Brian Aker
  • Date: 2009-07-28 23:44:32 UTC
  • mfrom: (1100.1.6 merge)
  • Revision ID: brian@gaz-20090728234432-t5hpryg40a4rz20b
Removal of all basic MRR

Show diffs side-by-side

added added

removed removed

Lines of Context:
1221
1221
623
1222
1222
explain select * from t1 where c between 1 and 2500;
1223
1223
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
1224
 
1       SIMPLE  t1      range   c       c       5       NULL    #       Using where; Using MRR
 
1224
1       SIMPLE  t1      range   c       c       5       NULL    #       Using where
1225
1225
update t1 set c=a;
1226
1226
explain select * from t1 where c between 1 and 2500;
1227
1227
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra