1. 03 Feb, 2010 2 commits
    • Bjorn Munch's avatar
      upmerge 50414 · 0aa948dc
      Bjorn Munch authored
      0aa948dc
    • unknown's avatar
      Bug #50414 valgrind warnings: invalid file descriptor -1 in syscall · 6a402e7c
      unknown 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.
      
      
      mysql-test/include/mtr_warnings.sql:
        Added code to suppress valgrind warnings: invalid file
        descriptor -1 in syscall write()/read().
      6a402e7c
  2. 29 Jan, 2010 1 commit
  3. 28 Jan, 2010 2 commits
  4. 25 Jan, 2010 2 commits
  5. 22 Jan, 2010 1 commit
  6. 20 Jan, 2010 8 commits
  7. 19 Jan, 2010 1 commit
    • Bjorn Munch's avatar
      Bug#43005 main.init_connect fails on Windows due to wrong quoting of args · 9ff20f55
      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
      9ff20f55
  8. 07 Jan, 2010 4 commits
  9. 06 Jan, 2010 8 commits
  10. 05 Jan, 2010 5 commits
  11. 04 Jan, 2010 1 commit
  12. 24 Dec, 2009 1 commit
  13. 23 Dec, 2009 3 commits
    • Alexander Nozdrin's avatar
      Fix default.conf. · 5be5b55f
      Alexander Nozdrin authored
      5be5b55f
    • Alexander Nozdrin's avatar
      Backporting fix for Bug#49834 from mysql-next-mr-bugfixing · ba60b39c
      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
      ------------------------------------------------------------
      ba60b39c
    • Alexander Nozdrin's avatar
      Auto-merge from mysql-trunk. · a987a27d
      Alexander Nozdrin authored
      a987a27d
  14. 22 Dec, 2009 1 commit