~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/default.cc

  • Committer: Brian Aker
  • Date: 2009-07-04 16:06:33 UTC
  • Revision ID: brian@gaz-20090704160633-7lsb6b5nm7ybod2y
Reversing patch that Solaris has issues with.

Show diffs side-by-side

added added

removed removed

Lines of Context:
708
708
 
709
709
          rc= readdir_r(dirp, &dirent_entry, &dirent_result);
710
710
        }
711
 
 
712
 
        (void) closedir(dirp);
713
711
      }
714
712
      else if ((!strncmp(ptr, include_keyword, sizeof(include_keyword) - 1)) &&
715
713
               my_isspace(&my_charset_utf8_general_ci, ptr[sizeof(include_keyword)-1]))