~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_wcomp.c

  • Committer: Brian Aker
  • Date: 2008-07-14 04:46:28 UTC
  • Revision ID: brian@tangent.org-20080714044628-mk3nt2rbaeqt8oe9
Removed oddball types in my_global.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
char wild_prefix=0; /* QQ this can potentially cause a SIGSEGV */
26
26
 
27
27
int wild_compare(register const char *str, register const char *wildstr,
28
 
                 pbool str_is_pattern)
 
28
                 bool str_is_pattern)
29
29
{
30
30
  char cmp;
31
31
  DBUG_ENTER("wild_compare");