1. 23 Jun, 2006 2 commits
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-bug20622 · e9069146
      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.
      e9069146
    • unknown's avatar
      BUG#20622: Fix one-byte buffer overrun in IM directory string handling. · 4c15f742
      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.
      4c15f742
  2. 21 Jun, 2006 1 commit
    • unknown's avatar
      BUG#20598 · 96395d5f
      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.
      96395d5f
  3. 19 Jun, 2006 1 commit
  4. 16 Jun, 2006 1 commit
  5. 15 Jun, 2006 17 commits
  6. 14 Jun, 2006 18 commits