~jaypipes/drizzle/transaction_log

« back to all changes in this revision

Viewing changes to tests/r/func_str.result

  • Committer: Jay Pipes
  • Date: 2009-12-22 03:07:38 UTC
  • mfrom: (1143.14.85 build)
  • Revision ID: jpipes@serialcoder-20091222030738-gnb0vyg77fmkt4cj
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
847
847
1       SIMPLE  t2      const   PRIMARY PRIMARY 42      const   1       100.00  Using index
848
848
1       SIMPLE  t1      ref     code    code    43      const   2       100.00  Using where; Using index
849
849
Warnings:
850
 
Note    1003    select `test`.`t1`.`code` AS `code`,'a12' AS `id` from `test`.`t1` join `test`.`t2` where ((`test`.`t1`.`code` = 'a12') and ('a12' = 'a12') and ((length(`test`.`t1`.`code`) = 5) or ('a12' < 'a00')))
 
850
Note    1003    select `test`.`t1`.`code` AS `code`,'a12' AS `id` from `test`.`t1` join `test`.`t2` where ((`test`.`t1`.`code` = 'a12') and <cache>(('a12' = 'a12')) and ((length(`test`.`t1`.`code`) = 5) or <cache>(('a12' < 'a00'))))
851
851
DROP TABLE t1,t2;
852
852
select benchmark(-1, 1);
853
853
benchmark(-1, 1)