~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/key_primary.result

  • Committer: Monty Taylor
  • Date: 2008-09-13 20:24:20 UTC
  • mfrom: (383.1.35 drizzle)
  • Revision ID: monty@inaugust.com-20080913202420-lkj76ewbabl8ljvp
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
AB%
14
14
describe select * from t1 where t1="ABC";
15
15
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
16
 
1       SIMPLE  t1      const   PRIMARY PRIMARY 5       const   1       Using index
 
16
1       SIMPLE  t1      const   PRIMARY PRIMARY 14      const   1       Using index
17
17
describe select * from t1 where t1="ABCD";
18
18
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
19
19
1       SIMPLE  NULL    NULL    NULL    NULL    NULL    NULL    NULL    Impossible WHERE noticed after reading const tables