~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/xtrabackup/xtrabackup.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:
491
491
  const void *cs,
492
492
  char char_to_test)
493
493
{
494
 
  return my_isspace(static_cast<const CHARSET_INFO *>(cs), char_to_test);
 
494
  return static_cast<const CHARSET_INFO*>(cs)->isspace(char_to_test);
495
495
}
496
496
 
497
497
UNIV_INTERN