~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Olaf van der Spek
  • Date: 2011-02-23 13:59:17 UTC
  • mto: (2195.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2196.
  • Revision ID: olafvdspek@gmail.com-20110223135917-1rqm1wbp7z4nt73n
Remove register keyword

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
int wild_case_compare(const charset_info_st * const cs, const char *str, const char *wildstr)
58
58
{
59
 
  register int flag;
 
59
  int flag;
60
60
 
61
61
  while (*wildstr)
62
62
  {