1. 07 Mar, 2008 1 commit
    • aelkin/andrei@mysql1000.(none)'s avatar
      Bug #26622 MASTER_POS_WAIT does not work as documented · 8a4c6521
      aelkin/andrei@mysql1000.(none) authored
      Affected tests fixing. After the fix for st_relay_log_info::wait_for_pos() that
      handles widely used select('master-bin.xxxx',pos) invoked by mysqltest
      there appeared to be four tests that either tried synchronizing when
      the slave was stopped or used incorrect synchronization method like
      to call `sync_with_master' from the current connection being to the
      master itself.
      
      Fixed with correcting the current connection or/and using the correct
      synchronization macro when possible.
      8a4c6521
  2. 06 Mar, 2008 1 commit
  3. 05 Mar, 2008 1 commit
  4. 03 Mar, 2008 1 commit
  5. 02 Mar, 2008 1 commit
  6. 28 Feb, 2008 2 commits
  7. 27 Feb, 2008 3 commits
  8. 26 Feb, 2008 2 commits
  9. 23 Feb, 2008 1 commit
  10. 22 Feb, 2008 1 commit
  11. 21 Feb, 2008 7 commits
  12. 20 Feb, 2008 3 commits
  13. 19 Feb, 2008 1 commit
    • vvaintroub@wva.'s avatar
      Bug#31745 - crash handler does not work on Windows · f5932c0d
      vvaintroub@wva. authored
      - Replace per-thread signal()'s with  SetUnhandledExceptionFilter(). 
        The only remaining signal() is for SIGABRT (default abort()
        handler in VS2005 is broken, i.e removes user exception filter)
      - remove MessageBox()'es  from error handling code
      - Windows port for print_stacktrace() and write_core() 
      - Cleanup, removed some unused functions
      f5932c0d
  14. 18 Feb, 2008 4 commits
  15. 15 Feb, 2008 1 commit
  16. 14 Feb, 2008 4 commits
  17. 13 Feb, 2008 4 commits
  18. 12 Feb, 2008 2 commits