1. 27 Aug, 2007 1 commit
  2. 24 Aug, 2007 6 commits
  3. 23 Aug, 2007 9 commits
  4. 22 Aug, 2007 4 commits
  5. 21 Aug, 2007 1 commit
  6. 20 Aug, 2007 1 commit
  7. 16 Aug, 2007 4 commits
  8. 14 Aug, 2007 3 commits
  9. 13 Aug, 2007 2 commits
  10. 11 Aug, 2007 1 commit
  11. 10 Aug, 2007 1 commit
  12. 09 Aug, 2007 5 commits
  13. 08 Aug, 2007 2 commits
    • jani@a88-113-38-195.elisa-laajakaista.fi's avatar
      BUG#30274 (Debug server crashes because mutex isn't initialized): · 283e9529
      Completion patch, since it is possible that Log_event::write_header()
      is called with no current thread.
      
      When starting the server, there is no thread available, but
      MYSQL_BIN_LOG::open() is called to initialize the binary log. The
      function writes a format description log event to the binary log,
      which means that Log_event::write_header() can be called with no
      current thread object available.
      283e9529
    • mats@a88-113-38-195.elisa-laajakaista.fi's avatar
      BUG#30274 (Debug server crashes because mutex isn't initialized): · d52d076f
      Completion patch, since it is possible that Log_event::write_header()
      is called with no current thread.
      
      When starting the server, there is no thread available, but
      MYSQL_BIN_LOG::open() is called to initialize the binary log. The
      function writes a format description log event to the binary log,
      which means that Log_event::write_header() can be called with no
      current thread object available.
      d52d076f