~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/pbxt/func_str.result

  • Committer: lbieber
  • Date: 2010-09-22 13:48:54 UTC
  • mfrom: (1784.1.3 build)
  • Revision ID: lbieber@orisndriz08-20100922134854-y7mae2taqhn73vsx
Merge Paul M. - latest changes from PBXT 1.0.11-7
Merge Paul M. - fix bug 641038 - pbxt rollback not working (tables reported as non-transactional)
Merge Andrew - fix show stoppers for new drizzledump

Show diffs side-by-side

added added

removed removed

Lines of Context:
483
483
1       SIMPLE  NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    No tables used
484
484
Warnings:
485
485
Note    1003    select collation(conv(130,16,10)) AS `collation(conv(130,16,10))`
486
 
explain extended select coercibility(conv(130,16,10));
487
 
id      select_type     table   type    possible_keys   key     key_len ref     rows    filtered        Extra
488
 
1       SIMPLE  NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    No tables used
489
 
Warnings:
490
 
Note    1003    select coercibility(conv(130,16,10)) AS `coercibility(conv(130,16,10))`
491
486
explain extended select length('\n\t\r\b\0\_\%\\');
492
487
id      select_type     table   type    possible_keys   key     key_len ref     rows    filtered        Extra
493
488
1       SIMPLE  NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    No tables used