~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/key_primary.result

Force client communication into UTF8

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