~kalebral-deactivatedaccount/drizzle/change-error_num_to_enum-2

« back to all changes in this revision

Viewing changes to tests/r/explain.result

  • Committer: Patrick Crews
  • Date: 2010-08-17 17:42:29 UTC
  • mfrom: (1711.1.24 build)
  • Revision ID: gleebix@gmail.com-20100817174229-e28p5025ndgkkxif
Rollup patch - optimizer fixes, mutex removal, client cleanup, translations update

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
insert into ☃ (☢) values (2);
50
50
explain select ☢ from ☃ where ☢=1;
51
51
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
52
 
1       SIMPLE  ☃       ref     ☢,☣     ☢       5       const   1       Using index
 
52
1       SIMPLE  ☃       ref     ☢,☣     ☢       5       const   1       Using where; Using index
53
53
drop table ☃;
54
54
select 3 into @v1;
55
55
explain select 3 into @v1;