1. 08 Dec, 2003 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#2045 "Sending SIGHUP to mysqld crashes it if running with --log-bin". · dba12258
      guilhem@mysql.com authored
      The constructor of Rotate_log_event used when we are rotating our binlog or
      relay log, should not assume that there is a nonzero THD available.
      For example, when we are reacting to SIGHUP, the THD is 0.
      In fact we don't need to use the THD in this constructor;
      we can do like for Stop_log_event, and use the minimal Log_event
      constructor.
      If we were allowed to put Unix-specific commands in the testsuite,
      I'd add a test for this (<sigh>).
      dba12258
  2. 04 Dec, 2003 12 commits
  3. 03 Dec, 2003 3 commits
  4. 02 Dec, 2003 6 commits
  5. 01 Dec, 2003 2 commits
  6. 28 Nov, 2003 7 commits
  7. 27 Nov, 2003 3 commits
  8. 26 Nov, 2003 2 commits
  9. 25 Nov, 2003 3 commits
  10. 24 Nov, 2003 1 commit