~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/default.cc

  • Committer: Brian Aker
  • Date: 2009-07-03 00:39:59 UTC
  • mfrom: (1081.3.3 my_dir_removal)
  • Revision ID: brian@gaz-20090703003959-7y7mwb8u7etz9jco
Merge David

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);
711
713
      }
712
714
      else if ((!strncmp(ptr, include_keyword, sizeof(include_keyword) - 1)) &&
713
715
               my_isspace(&my_charset_utf8_general_ci, ptr[sizeof(include_keyword)-1]))