~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_cmpfunc.cc

  • Committer: Brian Aker
  • Date: 2008-08-21 02:21:23 UTC
  • Revision ID: brian@tangent.org-20080821022123-pemld4axwk9qnhvg
No more dead special flags...

Show diffs side-by-side

added added

removed removed

Lines of Context:
4464
4464
      We could also do boyer-more for non-const items, but as we would have to
4465
4465
      recompute the tables for each row it's not worth it.
4466
4466
    */
4467
 
    if (args[1]->const_item() && !use_strnxfrm(collation.collation) &&
4468
 
       !(specialflag & SPECIAL_NO_NEW_FUNC))
 
4467
    if (args[1]->const_item() && !use_strnxfrm(collation.collation)) 
4469
4468
    {
4470
4469
      String* res2 = args[1]->val_str(&tmp_value2);
4471
4470
      if (!res2)