1. 11 Jun, 2008 1 commit
  2. 21 May, 2008 1 commit
  3. 22 Mar, 2008 1 commit
  4. 19 Mar, 2008 3 commits
  5. 17 Mar, 2008 2 commits
  6. 14 Mar, 2008 1 commit
  7. 12 Mar, 2008 1 commit
  8. 01 Mar, 2008 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      mysql.spec.sh: · ab309491
      kent@mysql.com/kent-amd64.(none) authored
        - Aligned copyright headers and text with 5.0
        - Don't strip binaries on SuSE 9
        - Formatting alignment with spec file in 5.0
        - Run full test on "normal" binary, and less on "Max"
        - Let test runs on "Max" identify the runs with "max" and "max+ps"
      ab309491
  9. 29 Feb, 2008 2 commits
  10. 26 Feb, 2008 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      configure.in: · ff25b925
      kent@mysql.com/kent-amd64.(none) authored
        Corrected calculation of version id, incorrect last two digits if < 10
        Keep "sp1" or "a" in MYSQL_NO_DASH_VERSION, to set correct version in
        RPM spec file
        Added MYSQL_NUMERIC_VERSION that is like MYSQL_NO_DASH_VERSION before
        Added clear doc how the different version variables differ
      SocketServer.cpp:
        Corrected typo in debug error message
      ff25b925
  11. 17 Feb, 2008 1 commit
  12. 10 Feb, 2008 1 commit
  13. 31 Jan, 2008 1 commit
  14. 29 Jan, 2008 1 commit
  15. 28 Jan, 2008 1 commit
  16. 25 Jan, 2008 1 commit
    • cmiller@zippy.cornsilk.net's avatar
      Bug#33841: mysql client crashes when returning results for long-\ · b040a97c
      cmiller@zippy.cornsilk.net authored
      	running queries
      
      Bug#33976: buffer overflow of variable time_buff in function com_go()
      
      An internal buffer was too short.  Overextending could smash the 
      stack on some architectures and cause SEGVs.  This is not a problem
      that could be exploited to run arbitrary code.
      
      To fix, I expanded one buffer to cover all the size that could be
      written to (we know the abolute max).
      b040a97c
  17. 22 Jan, 2008 1 commit
  18. 21 Jan, 2008 1 commit
  19. 03 Jan, 2008 2 commits
  20. 27 Dec, 2007 1 commit
    • joerg@trift2.'s avatar
      scripts/make_binary_distribution.sh: · dc1fb075
      joerg@trift2. authored
      Fix the code to get the "libgcc" file name so that the failure of Intel's ICC
      to provide this information does not cause any problems.
      
      This fixes  bug#33536  Option "--print-libgcc-file" does not work with ICC compiler
      dc1fb075
  21. 17 Dec, 2007 3 commits
  22. 13 Dec, 2007 1 commit
  23. 10 Dec, 2007 2 commits
  24. 06 Dec, 2007 2 commits
  25. 05 Dec, 2007 1 commit
  26. 01 Dec, 2007 2 commits
  27. 30 Nov, 2007 4 commits
    • mleich@four.local.lan's avatar
      Merge four.local.lan:/work/merge/mysql-4.1-dev · ebe28cdc
      mleich@four.local.lan authored
      into  four.local.lan:/work/trees/mysql-4.1-build-src-clean
      ebe28cdc
    • holyfoot/hf@mysql.com/hfmain.(none)'s avatar
      Merge mysql.com:/home/hf/work/31900/my41-31900 · d02855d9
      holyfoot/hf@mysql.com/hfmain.(none) authored
      into  mysql.com:/home/hf/work/mrg/my41-mrg
      d02855d9
    • mleich@four.local.lan's avatar
      Fix for · c3b8d897
      mleich@four.local.lan authored
         Bug#31030 rpl000015.test fails if $MYSQL_TCP_PORT != 3306
      Note:
        This bug does not occur in MySQL 5.0 and up, because
        ChangeSet 1.2328.2.1 2006/11/27 for MySQL 5.0 prevents this.
        The 5.0 fix uses the environment variable DEFAULT_MASTER_PORT
        which is set by mysql-test-run.pl.
        mysql-test-run.pl in 4.1 does not set this variable.
        There are two alternatives:
        1) Backport the 5.0 fix for this test including modifications
           to mysql-test-run.pl and mysql-test-run-shell.
           This is a not acceptable impact on an old MySQL version.
        2) Fix the problem different than in 5.0 like in the current
           ChangeSet + do not apply these changes when upmerging to 5.0
      c3b8d897
    • kent@mysql.com/kent-amd64.(none)'s avatar
      my_global.h: · 666ec84b
      kent@mysql.com/kent-amd64.(none) authored
        Added 64 bit Mac OS X hard coded settings, for universal binaries
      666ec84b