1. 04 Feb, 2010 2 commits
  2. 03 Feb, 2010 2 commits
    • Bjorn Munch's avatar
      upmerge 50414 · 74350ca1
      Bjorn Munch authored
      74350ca1
    • 's avatar
      Bug #50414 valgrind warnings: invalid file descriptor -1 in syscall · da012252
      authored
      write()/read()
      
      Sometimes stop/restart master or stop/restart salve can cause
      network error, which can cause the 'invalid file descriptor
      -1 in syscall write()/read()' warnings. All involved test
      cases except rpl_slave_load_remove_tmpfile belong to the
      kind of network error. So they are expected.
      The 'rpl_slave_load_remove_tmpfile' belongs to file error,
      but it is testing the file error as following code:
      DBUG_EXECUTE_IF("remove_slave_load_file_before_write",
      my_close(fd,MYF(0)); fd= -1; my_delete(fname, MYF(0)););
      So it's expected too.
      
      To fix the problem, add the valgrind warnings to the global
      suppression list to suppress it.
      da012252
  3. 29 Jan, 2010 1 commit
  4. 28 Jan, 2010 2 commits
  5. 25 Jan, 2010 2 commits
  6. 22 Jan, 2010 1 commit
  7. 20 Jan, 2010 8 commits
  8. 19 Jan, 2010 1 commit
    • Bjorn Munch's avatar
      Bug#43005 main.init_connect fails on Windows due to wrong quoting of args · 01795763
      Bjorn Munch authored
      - The arguments are properly quoted when mtr.pl calls my_safe_process but
        unfortunately the all off when running with active state perl and stays
        in cygwin perl.
      - Extend the patch to only quote args that are not already quoted
      This a redo of previous commit, will be included in next push
      01795763
  9. 07 Jan, 2010 4 commits
  10. 06 Jan, 2010 8 commits
  11. 05 Jan, 2010 5 commits
  12. 04 Jan, 2010 1 commit
  13. 24 Dec, 2009 1 commit
  14. 23 Dec, 2009 2 commits
    • Alexander Nozdrin's avatar
      Fix default.conf. · 97412d1d
      Alexander Nozdrin authored
      97412d1d
    • Alexander Nozdrin's avatar
      Backporting fix for Bug#49834 from mysql-next-mr-bugfixing · 84caa948
      Alexander Nozdrin authored
      into mysql-trunk-bugfixing.
      
      Original revision:
      ------------------------------------------------------------
      revision-id: vvaintroub@mysql.com-20091222115311-bam0xorumd8gvjyo
      parent: mattias.jonsson@sun.com-20091221104426-x2e6c93x8iik4fo0
      committer: Vladislav Vaintroub <vvaintroub@mysql.com>
      branch nick: mysql-next-mr-bugfixing
      timestamp: Tue 2009-12-22 12:53:11 +0100
      message:
        Bug#49834 - fixed a bug introduced by mismerge.
        restore original innobase version
      ------------------------------------------------------------
      84caa948