~stewart/drizzle/use-catalog-for-path

« back to all changes in this revision

Viewing changes to drizzled/function/find_in_set.cc

  • Committer: Brian Aker
  • Date: 2011-03-28 02:46:21 UTC
  • Revision ID: brian@tangent.org-20110328024621-wtkdtlvdplqm0ybf
Shift CHARSET_INFO to charset_info_st

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  if ((diff=buffer->length() - find->length()) >= 0)
66
66
  {
67
67
    my_wc_t wc;
68
 
    const CHARSET_INFO * const cs= cmp_collation.collation;
 
68
    const charset_info_st * const cs= cmp_collation.collation;
69
69
    const char *str_begin= buffer->ptr();
70
70
    const char *str_end= buffer->ptr();
71
71
    const char *real_end= str_end+buffer->length();