An error occurred fetching the project authors.
  1. 06 Apr, 2008 1 commit
  2. 03 Apr, 2008 1 commit
    • skozlov/ksm@mysql.com/virtop.(none)'s avatar
      Bug#32653. · b1dafe5e
      skozlov/ksm@mysql.com/virtop.(none) authored
      Added --log-slave-updates because test requires it. 
      The events based on LOAD DATA INFILE masked by --replace_regex instead restarting of slave.
      Added waiting start and stop of slave after START|STOP SLAVE statements.
      b1dafe5e
  3. 30 Nov, 2007 1 commit
    • mleich@four.local.lan's avatar
      Fix for · c3b8d897
      mleich@four.local.lan authored
         Bug#31030 rpl000015.test fails if $MYSQL_TCP_PORT != 3306
      Note:
        This bug does not occur in MySQL 5.0 and up, because
        ChangeSet 1.2328.2.1 2006/11/27 for MySQL 5.0 prevents this.
        The 5.0 fix uses the environment variable DEFAULT_MASTER_PORT
        which is set by mysql-test-run.pl.
        mysql-test-run.pl in 4.1 does not set this variable.
        There are two alternatives:
        1) Backport the 5.0 fix for this test including modifications
           to mysql-test-run.pl and mysql-test-run-shell.
           This is a not acceptable impact on an old MySQL version.
        2) Fix the problem different than in 5.0 like in the current
           ChangeSet + do not apply these changes when upmerging to 5.0
      c3b8d897
  4. 28 Nov, 2007 1 commit
  5. 27 Nov, 2007 1 commit
  6. 26 Nov, 2007 1 commit
  7. 23 Nov, 2007 3 commits
  8. 02 Nov, 2007 1 commit
  9. 30 May, 2007 1 commit
  10. 14 May, 2007 3 commits
  11. 11 May, 2007 1 commit
  12. 23 Mar, 2007 1 commit
  13. 10 Mar, 2007 1 commit
  14. 23 Feb, 2007 1 commit
    • gbichot@dl145h.mysql.com's avatar
      the fix for BUG#24432 · 44c6c4cc
      gbichot@dl145h.mysql.com authored
        "INSERT... ON DUPLICATE KEY UPDATE skips auto_increment values"
      didn't make it into 5.0.36 and 5.1.16,
      so we need to adjust the bug-detection-based-on-version-number code.
      Because the rpl tree has a too old version, rpl_insert_id cannot pass,
      so I disable it (like is already the case in 5.1-rpl for the same reason),
      and the repl team will re-enable it when they merge 5.0 and 5.1 into
      their trees (thus getting the right version number).
      44c6c4cc
  15. 20 Feb, 2007 1 commit
    • anozdrin/alik@alik.opbmk's avatar
      Fix for BUG#24415: Instance manager test im_daemon_life_cycle fails randomly. · 76f813a5
      anozdrin/alik@alik.opbmk authored
      The cause of im_daemon_life_cycle.imtest random failures was the following
      behaviour of some implementations of LINUX threads: let's suppose that a
      process has several threads (in LINUX threads, there is a separate process for
      each thread). When the main process gets killed, the parent receives SIGCHLD
      before all threads (child processes) die. In other words, the parent receives
      SIGCHLD, when its child is not completely dead.
      
      In terms of IM, that means that IM-angel receives SIGCHLD when IM-main is not dead
      and still holds some resources. After receiving SIGCHLD, IM-angel restarts
      IM-main, but IM-main failed to initialize, because previous instance (copy) of
      IM-main still holds server socket (TCP-port).
      
      Another problem here was that IM-angel restarted IM-main only if it was killed
      by signal. If it exited with error, IM-angel thought it's intended / graceful
      shutdown and exited itself.
      
      So, when the second instance of IM-main failed to initialize, IM-angel thought
      it's intended shutdown and quit.
      
      The fix is
        1. to change IM-angel so that it restarts IM-main if it exited with error code;
        2. to change IM-main so that it returns proper exit code in case of failure.
      76f813a5
  16. 06 Feb, 2007 1 commit
  17. 24 Jan, 2007 1 commit
  18. 22 Jan, 2007 1 commit
  19. 20 Dec, 2006 2 commits
  20. 07 Dec, 2006 1 commit
  21. 05 Dec, 2006 1 commit
  22. 04 Dec, 2006 1 commit
  23. 15 Nov, 2006 1 commit
  24. 04 Nov, 2006 1 commit
  25. 03 Aug, 2006 1 commit
  26. 02 Aug, 2006 1 commit
  27. 28 Apr, 2006 1 commit
  28. 27 Apr, 2006 2 commits
  29. 24 Apr, 2006 1 commit
  30. 21 Apr, 2006 1 commit
  31. 18 Apr, 2006 1 commit
    • pem@mysql.com's avatar
      Fixed BUG#18949: Test case sp-goto is disabled · a6fbde9d
      pem@mysql.com authored
        Removed sp-goto.test, sp-goto.result and all (disabled) GOTO code.
        Also removed some related code that's not needed any more (no possible
        unresolved label references any more, so no need to check for them).
        NB: Keeping the ER_SP_GOTO_IN_HNDLR in errmsg.txt; it might become useful
            in the future, and removing it (and thus re-enumerating error codes)
            might upset things. (Anything referring to explicit error codes.)
      a6fbde9d
  32. 13 Apr, 2006 1 commit
  33. 12 Apr, 2006 1 commit
  34. 28 Mar, 2006 1 commit