~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.cc

  • Committer: Olaf van der Spek
  • Date: 2011-10-23 19:30:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2447.
  • Revision ID: olafvdspek@gmail.com-20111023193049-yci63y74smzkt98i
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
4388
4388
  return my_wildcmp(cmp.cmp_collation.collation,
4389
4389
                    res->ptr(),res->ptr()+res->length(),
4390
4390
                    res2->ptr(),res2->ptr()+res2->length(),
4391
 
                    make_escape_code(cmp.cmp_collation.collation, escape),
4392
 
                    internal::wild_one,internal::wild_many) ? 0 : 1;
 
4391
                    make_escape_code(cmp.cmp_collation.collation, escape), internal::wild_one,internal::wild_many) ? 0 : 1;
4393
4392
}
4394
4393
 
4395
4394