~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Olaf van der Spek
  • Date: 2011-10-24 09:51:02 UTC
  • mto: This revision was merged to the branch mainline in revision 2447.
  • Revision ID: olafvdspek@gmail.com-20111024095102-jj62tzw3ro28ai9s
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
 
325
325
  while (*name)
326
326
  {
327
 
    last_char_is_space= my_isspace(system_charset_info, *name);
 
327
    last_char_is_space= system_charset_info->isspace(*name);
328
328
    if (use_mb(system_charset_info))
329
329
    {
330
330
      int len=my_ismbchar(system_charset_info, name,