~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/r/func_str.result

  • Committer: paul-mccullagh
  • Date: 2008-03-10 11:36:34 UTC
  • Revision ID: paul-mccullagh-417ebf175a9c8ee6e5b3777d9e2398e1fb197391
Implemented full durability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1364
1364
WHERE id='a12' AND (LENGTH(code)=5 OR code < 'a00');
1365
1365
id      select_type     table   type    possible_keys   key     key_len ref     rows    filtered        Extra
1366
1366
1       SIMPLE  t2      const   PRIMARY PRIMARY 12      const   1       100.00  Using index
1367
 
1       SIMPLE  t1      ref     code    code    13      const   1       100.00  Using where; Using index
 
1367
1       SIMPLE  t1      ref     code    code    13      const   3       100.00  Using where; Using index
1368
1368
Warnings:
1369
 
Note    1003    select `test`.`t1`.`code` AS `code`,`test`.`t2`.`id` AS `id` from `test`.`t1` join `test`.`t2` where ((`test`.`t1`.`code` = _latin1'a12') and (length(`test`.`t1`.`code`) = 5))
 
1369
Note    1003    select `test`.`t1`.`code` AS `code`,'a12' AS `id` from `test`.`t1` join `test`.`t2` where ((`test`.`t1`.`code` = _latin1'a12') and (length(`test`.`t1`.`code`) = 5))
1370
1370
DROP TABLE t1,t2;
1371
1371
select encode(NULL, NULL);
1372
1372
encode(NULL, NULL)