1. 23 Jun, 2006 2 commits
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-bug20622 · 46d19b74
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.1-vg-apr2
      
      
      mysys/mf_dirname.c:
        Auto merged
      server-tools/instance-manager/instance_options.cc:
        Manual merge.
      46d19b74
    • unknown's avatar
      BUG#20622: Fix one-byte buffer overrun in IM directory string handling. · 0f3cc95b
      unknown authored
      The problem was a call to convert_dirname() with a destination buffer
      that did not have room for the trailing slash added by that function.
      This could cause the instance manager to crash in some cases.
      
      
      mysys/mf_dirname.c:
        Clarify in comments that convert_dirname destination must be larger than
        source to accomodate a trailing slash.
      server-tools/instance-manager/instance_options.cc:
        Fix buffer overrun.
      0f3cc95b
  2. 21 Jun, 2006 1 commit
    • unknown's avatar
      BUG#20598 · 860c104d
      unknown authored
      Fix race between cleanup and thread kill at server shutdown that would
      sometimes prevent proper cleanup, leading to Valgrind warnings.
      
      
      sql/mysqld.cc:
        Move logger cleanup to avoid races with thread kill.
      860c104d
  3. 19 Jun, 2006 1 commit
  4. 16 Jun, 2006 1 commit
  5. 15 Jun, 2006 17 commits
  6. 14 Jun, 2006 18 commits