An error occurred fetching the project authors.
  1. 13 Jul, 2007 1 commit
  2. 19 Jun, 2007 1 commit
  3. 01 Jun, 2007 1 commit
  4. 31 May, 2007 1 commit
  5. 18 May, 2007 1 commit
  6. 16 May, 2007 1 commit
  7. 10 Apr, 2007 1 commit
  8. 05 Apr, 2007 1 commit
  9. 04 Apr, 2007 1 commit
  10. 19 Feb, 2007 3 commits
  11. 19 Jan, 2007 1 commit
  12. 14 Dec, 2006 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Fixed compiler warnings detected by option -Wshadow and -Wunused: · 88dd873d
      monty@mysql.com/narttu.mysql.fi authored
      - Removed not used variables and functions
      - Added #ifdef around code that is not used
      - Renamed variables and functions to avoid conflicts
      - Removed some not used arguments
      
      Fixed some class/struct warnings in ndb
      Added define IS_LONGDATA() to simplify code in libmysql.c
      
      I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
      88dd873d
  13. 30 Nov, 2006 1 commit
  14. 29 Nov, 2006 1 commit
  15. 19 Oct, 2006 1 commit
  16. 05 Oct, 2006 1 commit
  17. 04 Oct, 2006 2 commits
  18. 03 Oct, 2006 1 commit
  19. 29 Sep, 2006 1 commit
  20. 27 Sep, 2006 1 commit
    • cmiller@zippy.cornsilk.net's avatar
      Bug#21476: (Thread stack overrun not caught, causing SEGV) · c0ab40d3
      cmiller@zippy.cornsilk.net authored
      The STACK_MIN_SIZE is currently set to 8192, when we actually need 
      (emperically discovered) 9236 bytes to raise an fatal error, on Ubuntu 
      Dapper Drake, libc6 2.3.6-0ubuntu2, Linux kernel 2.6.15-27-686, on x86.
      
      I'm taking that as a new lower bound, plus 100B of wiggle-room for sundry
      word sizes and stack behaviors.
      
      The added test verifies in a cross-platform way that there are no gaps 
      between the space that we think we need and what we actually need to report 
      an error.
      
      DOCUMENTERS:  This also adds "let" to the mysqltest commands that evaluate
      an argument to expand variables therein.  (Only right of the "=", of course.)
      c0ab40d3
  21. 14 Aug, 2006 1 commit
  22. 30 Jul, 2006 2 commits
  23. 26 Jul, 2006 1 commit
  24. 11 Jun, 2006 1 commit
  25. 04 May, 2006 1 commit
  26. 07 Mar, 2006 1 commit
  27. 06 Mar, 2006 1 commit
  28. 28 Feb, 2006 1 commit
    • paul@snake-hub.snake.net's avatar
      mysql-test-run.sh: · d6654fe9
      paul@snake-hub.snake.net authored
        Fix URLs.
      README:
        Fix URL.
      mysqltest.result:
        Update test result for real_sleep error message.
      mysqltest.c:
        Fix do_sleep() to print correct command name for real_sleep.
      d6654fe9
  29. 24 Feb, 2006 1 commit
  30. 23 Feb, 2006 1 commit
  31. 15 Feb, 2006 1 commit
  32. 10 Feb, 2006 1 commit
  33. 06 Feb, 2006 1 commit
  34. 31 Jan, 2006 2 commits
  35. 24 Jan, 2006 1 commit