~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_wcomp.cc

  • Committer: Lee Bieber
  • Date: 2011-02-23 21:21:20 UTC
  • mfrom: (2195.1.4 build)
  • Revision ID: kalebral@gmail.com-20110223212120-jr9bo1nckyk4n5h4
Merge Olaf - remove register keyword
Merge Stewart - 646898: Query causes RAM usage spike    
Merge Stewart - 710818: SHOW TABLE doesn't use generator    
Merge Patrick - 723828: dbqp should integrate with the randgen

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
char wild_one='_';
32
32
char wild_prefix= '\\';
33
33
 
34
 
int wild_compare(register const char *str, register const char *wildstr,
35
 
                 bool str_is_pattern)
 
34
int wild_compare(const char *str, const char *wildstr, bool str_is_pattern)
36
35
{
37
36
  char cmp;
38
37