An error occurred fetching the project authors.
  1. 03 Aug, 2007 1 commit
  2. 23 Apr, 2007 2 commits
  3. 20 Apr, 2007 1 commit
  4. 19 Apr, 2007 2 commits
  5. 18 Apr, 2007 3 commits
  6. 29 Mar, 2007 1 commit
  7. 28 Feb, 2007 2 commits
  8. 18 Jan, 2007 1 commit
  9. 23 Dec, 2006 1 commit
  10. 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
  11. 12 Dec, 2006 1 commit
  12. 08 Dec, 2006 1 commit
  13. 23 Nov, 2006 2 commits
  14. 20 Nov, 2006 1 commit
  15. 13 Nov, 2006 1 commit
  16. 10 Nov, 2006 1 commit
  17. 08 Nov, 2006 2 commits
  18. 15 Sep, 2006 1 commit
  19. 11 Aug, 2006 1 commit
    • cmiller@zippy.cornsilk.net's avatar
      Bug#21224: mysql_upgrade uses possibly insecure temporary files · d6b00b72
      cmiller@zippy.cornsilk.net authored
      We open for writing a known location, which is exploitable with a symlink
      attack.  Now, use the EXCLusive flag, so that the presence of anything at 
      that location causes a failure.  Try once to open safely, and if failure 
      then remove that location and try again to open safely.  If both fail, then
      raise an error.
      d6b00b72
  20. 21 Jul, 2006 1 commit
  21. 03 Jul, 2006 1 commit
  22. 02 May, 2006 1 commit
  23. 01 May, 2006 1 commit
  24. 28 Apr, 2006 1 commit