1. 24 May, 2005 15 commits
  2. 23 May, 2005 21 commits
  3. 22 May, 2005 2 commits
  4. 21 May, 2005 2 commits
    • kent@mysql.com's avatar
      default_modify.c: · 363fd141
      kent@mysql.com authored
        Use MY_STAT to declare argument to my_fstat()
      des_key_file.cc:
        Use local seach path for "mysql_priv.h"
      mysys.dsp, libmysqld.dsp, libmysql.dsp:
        New file needed, "../mysys/default_modify.c"
      363fd141
    • reggie@mdk10.(none)'s avatar
      BUG# 9148: Denial of service · 78b40d0a
      reggie@mdk10.(none) authored
      This is a second patch needing another review.  The first patch didn't solve
      the entire problem.  open and fopen on Windows will still open
      files like "com1.sym" when they shouldn't.  This patch
      checks that the file exists before trying to open it.
      78b40d0a