1. 03 Feb, 2010 1 commit
    • 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. 28 Jan, 2010 1 commit
  3. 25 Jan, 2010 1 commit
  4. 22 Jan, 2010 1 commit
  5. 20 Jan, 2010 7 commits
  6. 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
  7. 07 Jan, 2010 2 commits
  8. 06 Jan, 2010 6 commits
  9. 05 Jan, 2010 2 commits
  10. 21 Dec, 2009 1 commit
  11. 16 Dec, 2009 2 commits
  12. 15 Dec, 2009 5 commits
  13. 08 Dec, 2009 1 commit
  14. 02 Dec, 2009 4 commits
  15. 01 Dec, 2009 5 commits