~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/ctype-simple.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:
1494
1494
 
1495
1495
 
1496
1496
 
1497
 
bool my_propagate_simple(const charset_info_st * const, const unsigned char *,
1498
 
                         size_t)
 
1497
bool my_propagate_simple()
1499
1498
{
1500
1499
  return 1;
1501
1500
}
1502
1501
 
1503
 
 
1504
 
bool my_propagate_complex(const charset_info_st * const, const unsigned char *,
1505
 
                          size_t)
 
1502
bool my_propagate_complex()
1506
1503
{
1507
1504
  return 0;
1508
1505
}