An error occurred fetching the project authors.
  1. 18 Jun, 2009 1 commit
    • Alexey Kopytov's avatar
      Bug #41710: MySQL 5.1.30 crashes on the latest OpenSolaris 10 · 7a512334
      Alexey Kopytov authored
       
      Change the default optimization level for Sun Studio to "-O1". 
      This is a workaround for a Sun Studio bug (see bug #41710 
      comments for details): 
       
      1. Use $GCC instead of $ac_cv_prog_gcc to check for gcc, since 
      the first one is the only documented way to do it. 
       
      2. Use $GXX instead of $ac_cv_prog_cxx_g to check for g++, 
      since the latter is set to "yes" when the C++ compiler accepts 
      "-g" which is the case for both g++ and CC. 
       
      3. When building with Sun Studio, set the default values for 
      CFLAGS/CXXFLAGS to "-O1", since unlike GCC, Sun Studio 
      interprets "-O" as "-xO3" (see the manual pages for cc and CC). 
      7a512334
  2. 29 May, 2009 1 commit
  3. 14 May, 2009 1 commit
  4. 07 May, 2009 1 commit
  5. 05 May, 2009 1 commit
  6. 30 Apr, 2009 1 commit
  7. 16 Apr, 2009 2 commits
  8. 13 Apr, 2009 1 commit
  9. 30 Mar, 2009 1 commit
  10. 24 Mar, 2009 1 commit
    • Alexey Kopytov's avatar
      Fix for bug #42965: isinf() on 32bit x86 with gcc 4.3 can · 73cb9b6e
      Alexey Kopytov authored
                          produce incorrect results for ROUND() 
      
      Added a workaround and a configure check to test whether 
      isinf() is affected by the GCC bug #39228. 
             
      Since no code in MySQL server is currently affected by that 
      bug, the patch is actually a safeguard for possible future 
      code modifications. No test cases or changelog entries are 
      needed. 
      73cb9b6e
  11. 20 Mar, 2009 1 commit
  12. 19 Mar, 2009 3 commits
    • Joerg Bruehe's avatar
      Set the version number for the SP build. · e8855a42
      Joerg Bruehe authored
      e8855a42
    • Joerg Bruehe's avatar
      This is a backport from 5.1.32 into 5.1.31sp1. · dc9f15ac
      Joerg Bruehe authored
      The original fix was done by Davi Arnaut on 2009-02-03
      All comments are copied from the original fix:
      
      
      Bug#42524: Function pthread_setschedprio() is defined but seems broken on i5/OS PASE
      
      The problem is that MySQL use of pthread_setschedprio is not
      supported i5/OS and the default system behavior for unsupported
      calls is to emit a SIGILL signal which causes the server to
      abort.
      
      The solution is to treat the pthread_setschedprio as inexistent
      when compiling binaries to i5/OS. This also does not invalidate
      the fix for bug 38477 as the only supported dispatch class is
      SCHED_OTHER (which is passed to pthread_setschedparam).
      dc9f15ac
    • Chad MILLER's avatar
      Copy include/config.h to include/my_config.h at configure-time. Also, · f30dda6f
      Chad MILLER authored
      continue to update it at make-time.
      
      One shouldn't need to run "make" on server source to get the stuff we say
      plugins should use.
      f30dda6f
  13. 18 Mar, 2009 1 commit
  14. 13 Mar, 2009 1 commit
  15. 09 Mar, 2009 1 commit
  16. 24 Feb, 2009 1 commit
  17. 23 Feb, 2009 1 commit
    • Alexey Kopytov's avatar
      Fix for bug #15936: "round" differs on Windows to Unix · cebaf077
      Alexey Kopytov authored
      Both of our own implementations of rint(3) were inconsistent with the
      most common behavior of rint() on those platforms that have it: round
      to nearest, break ties by rounding to nearest even.
      
      Fixed by leaving just one implementation of rint() in our source tree,
      and changing its behavior to match the most common native
      implementations on other platforms.
      cebaf077
  18. 19 Feb, 2009 1 commit
  19. 11 Feb, 2009 1 commit
  20. 07 Feb, 2009 1 commit
  21. 06 Feb, 2009 1 commit
    • Davi Arnaut's avatar
      Bug#42524: Function pthread_setschedprio() is defined but seems broken on i5/OS PASE · faaa5feb
      Davi Arnaut authored
      The problem is that MySQL use of pthread_setschedprio is not
      supported by i5/OS and the default system behavior for unsupported
      calls is to emit a SIGILL signal which causes the server to
      abort.
      
      The solution is to treat the pthread_setschedprio as inexistent
      when compiling binaries for i5/OS. This also does not invalidate
      the fix for bug 38477 as the only supported dispatch class is
      SCHED_OTHER (which is passed to pthread_setschedparam).
      faaa5feb
  22. 29 Jan, 2009 1 commit
  23. 15 Jan, 2009 1 commit
  24. 14 Jan, 2009 2 commits
  25. 12 Jan, 2009 2 commits
    • Joerg Bruehe's avatar
      Set the version: 5.0.72sp1 · f730c8e4
      Joerg Bruehe authored
      f730c8e4
    • Joerg Bruehe's avatar
      Backport of a 5.0.74 fix into 5.0.72sp1: · cafe06c2
      Joerg Bruehe authored
      Remove bashisms from BUILD/compile-dist and configure.in,
      so Bootstrap works on Solaris box;
      - force GNU make in compile-dist;
      - remove unportable "grep -q" from configure.in
      
      Original changeset:
        revision-id: build@mysql.com-20081203041148-icwscut3bk09ds47
        parent: kgeorge@mysql.com-20081202125040-eiu6s7bk6s96s4xh
        author: timothy.smith@sun.com
        committer: MySQL Build Team <build@mysql.com>
        branch nick: mysql-5.0.74-release
        timestamp: Wed 2008-12-03 05:11:48 +0100
      cafe06c2
  26. 18 Dec, 2008 1 commit
  27. 03 Dec, 2008 2 commits
  28. 06 Nov, 2008 2 commits
    • kent.boortz@sun.com's avatar
      Back merges from 6.0.8 · a21f8a0e
      kent.boortz@sun.com authored
      - Removed some copy/paste between debug and normal build in RPM spec
      - Removed "mysql_upgrade_shell" from RPM build
      - Removed use of "grep -q" in "configure.in", not portable
      - Improved test to disable ABI check not to accidently run for icc
      
      Other changes
      - Added make file test targets 'test-bt-fast' and 'test-bt-debug-fast'
      - Reenabled "jp" test suite run
      a21f8a0e
    • kent.boortz@sun.com's avatar
      b8b5e156
  29. 24 Oct, 2008 2 commits
  30. 23 Oct, 2008 1 commit
  31. 15 Oct, 2008 1 commit
    • Davi Arnaut's avatar
      Bug#38477: my_pthread_setprio can change dispatch class on Solaris, not just priority · 459b8b3d
      Davi Arnaut authored
      The problem is that the function used by the server to increase
      the thread's priority (pthread_setschedparam) has the unintended
      side-effect of changing the calling thread scheduling policy,
      possibly overwriting a scheduling policy set by a sysadmin.
      
      The solution is to rely on the pthread_setschedprio function, if
      available, as it only changes the scheduling priority and does not
      change the scheduling policy. This function is usually available on
      Solaris and Linux, but it use won't work by default on Linux as the
      the default scheduling policy only accepts a static priority 0 -- this
      is acceptable for now as priority changing on Linux is broken anyway.
      459b8b3d
  32. 11 Oct, 2008 1 commit