An error occurred fetching the project authors.
  1. 30 Nov, 2007 2 commits
  2. 29 Nov, 2007 1 commit
  3. 12 Oct, 2007 1 commit
    • kaa@polly.(none)'s avatar
      Fix for bug #31254: "Max_data_length" truncated / reported wrong · 56e85a8c
      kaa@polly.(none) authored
      (compiler issue ?)
      
      Problem:
      
      Improper compile-time flags on AIX prevented use of files > 2 GB. This
      resulted in Max_data_length being truncated to 2 GB by MyISAM code.
      
      Solution:
      
      Reverted large-file changes from the fix for bug10776. We need to define
      _LARGE_FILES on AIX to have support for files > 2 GB.
      
       Since _LARGE_FILE_API is incompatible with _LARGE_FILES and may be
      automatically defined by including standards.h, we also need a
      workaround to avoid this conflict.
      56e85a8c
  4. 07 Sep, 2007 1 commit
    • kaa@polly.(none)'s avatar
      This patch is a part of work on bug #5731 "key_buffer_size not properly restricted to 4GB". · 8da409ac
      kaa@polly.(none) authored
        
      The patch limits read_buffer_size and read_rnd_buffer_size by 2 GB on all platforms for the following reasons:
        
      - I/O code in mysys, code in mf_iocache.c and in some storage engines do not currently work with sizes > 2 GB for those buffers
      - even if the above had been fixed, Windows POSIX read() and write() calls are not 2GB-safe, so setting those buffer to sizes > 2GB would not work correctly on 64-bit Windows.
      8da409ac
  5. 22 Jun, 2007 1 commit
  6. 16 May, 2007 1 commit
  7. 14 May, 2007 1 commit
  8. 29 Apr, 2007 1 commit
  9. 18 Apr, 2007 1 commit
    • msvensson@pilot.blaudden's avatar
      Bug#25452 mysql_upgrade access denied · 20e622dc
      msvensson@pilot.blaudden authored
       - Improve mysql_upgrade and add comments describing it's logic
       - Don't look for mysql and mysqlcheck randomly, use dir where mysql_upgrade
        was started from
       - Don't look for mysql_fix_privilege_tables.sql randomly, compile
        in the mysql_fix_privilege_tables.sql file and use that to upgrade
        the system tables of MySQL
       - Check for any unexpected error returned from runnning the mysql_fix_privilege_tables SQL
       - Fix bug#26639, bug#24248 and bug#25405
      20e622dc
  10. 12 Apr, 2007 1 commit
  11. 11 Apr, 2007 1 commit
  12. 09 Mar, 2007 1 commit
  13. 22 Feb, 2007 1 commit
  14. 21 Feb, 2007 1 commit
  15. 30 Jan, 2007 1 commit
  16. 25 Jan, 2007 1 commit
  17. 23 Jan, 2007 1 commit
  18. 22 Jan, 2007 1 commit
  19. 04 Jan, 2007 2 commits
  20. 23 Dec, 2006 1 commit
  21. 14 Dec, 2006 1 commit
  22. 30 Nov, 2006 1 commit
  23. 02 Oct, 2006 3 commits
  24. 30 Sep, 2006 2 commits
  25. 17 Aug, 2006 1 commit
  26. 10 Aug, 2006 1 commit
  27. 26 Jul, 2006 1 commit
  28. 30 Jun, 2006 1 commit
    • kent@mysql.com's avatar
      mysql.spec.sh: · 593b359d
      kent@mysql.com authored
        Disable old RPM strip
      my_global.h:
        Fixed wrong cast, which caused problems with gcc 4.0 and
        floats in prepared statements (Bug #19694)
      mysqlmanager.vcproj:
        Place output files in common release/debug directory
      593b359d
  29. 29 Jun, 2006 1 commit
    • monty@mysql.com's avatar
      Fixed include file usage · 8e209929
      monty@mysql.com authored
      hp_test2 now works again
      Fixed wrong cast, which caused problems with gcc 4.0 and floats in prepared statements (Bug #19694)
      8e209929
  30. 15 Jun, 2006 1 commit
  31. 07 Jun, 2006 1 commit
  32. 01 Jun, 2006 1 commit
  33. 07 Apr, 2006 1 commit
  34. 27 Feb, 2006 1 commit
  35. 04 Jan, 2006 1 commit