An error occurred fetching the project authors.
  1. 24 Mar, 2010 2 commits
  2. 10 Mar, 2010 1 commit
    • Joerg Bruehe's avatar
      Part of the fixes for bug#49022 · 4d75f6e2
      Joerg Bruehe authored
          Plugins included into bin release cannot be
          installed on debug version of server
      
      Ensure that the plugin files of the debug build
      get into the optimized tree, so that they find
      their way into the final RPMs.
      4d75f6e2
  3. 01 Mar, 2010 1 commit
    • Joerg Bruehe's avatar
      Spec file for RPMs: · 158e8979
      Joerg Bruehe authored
      Now that Oracle has legally acquired Sun, change the copyright owner
      and the vendor.
      158e8979
  4. 17 Feb, 2010 1 commit
    • Joerg Bruehe's avatar
      Fix a bug in the RPM spec file: · 1c2e33b1
      Joerg Bruehe authored
      A "%define" is no shell command, so it must not be the
      only line in the "then" or "else" branch of an "if".
      
      Add a ':' line to make the branch non-empty.
      1c2e33b1
  5. 12 Feb, 2010 1 commit
  6. 02 Feb, 2010 2 commits
  7. 12 Jan, 2010 1 commit
  8. 11 Jan, 2010 1 commit
  9. 30 Dec, 2009 1 commit
  10. 23 Dec, 2009 2 commits
  11. 22 Dec, 2009 1 commit
    • Joerg Bruehe's avatar
      Change RPM file naming: · a1069975
      Joerg Bruehe authored
      - Suffix like "-m2", "-rc" becomes part of version as "_m2", "_rc".
      - Release counts from 1, not 0.
      
      This is done for both the "generic" RPMs and the "shared-compat" ones.
      It includes introducing a new version variable "MYSQL_U_SCORE_VERSION"
      in "configure.in", where the dash is replaced by an underscore:
        5.5.1-m2   ->  5.5.1_m2
      a1069975
  12. 26 Nov, 2009 1 commit
  13. 18 Nov, 2009 1 commit
  14. 17 Nov, 2009 1 commit
  15. 16 Oct, 2009 1 commit
  16. 06 Oct, 2009 1 commit
  17. 05 Oct, 2009 1 commit
  18. 29 Sep, 2009 1 commit
  19. 22 Sep, 2009 1 commit
    • MySQL Build Team's avatar
      Backport into build-200909221805-5.1.37sp1 · fe8304cf
      MySQL Build Team authored
      > ------------------------------------------------------------
      > revno: 2949.5.6
      > revision-id: jperkin@sun.com-20090824091334-6ktgrhq218vl7zq1
      > parent: joerg@mysql.com-20090821095644-12woawc4d2d3u7k4
      > committer: Jonathan Perkin <jperkin@sun.com>
      > branch nick: mysql-5.1-build
      > timestamp: Mon 2009-08-24 10:13:34 +0100
      > message:
      >   Apply changes from mysql-5.1.38-release clone:
      >   
      >    - Add conditionals for bundled zlib and innodb plugin.
      >    - Apply patch from bug#46834 to install the test suite in RPMs.
      >    - Add plugins to RPMs.  Disable example plugins.
      fe8304cf
  20. 08 Sep, 2009 1 commit
  21. 25 Aug, 2009 1 commit
  22. 24 Aug, 2009 3 commits
  23. 21 Aug, 2009 2 commits
  24. 20 May, 2009 1 commit
  25. 24 Feb, 2009 2 commits
  26. 28 Dec, 2008 1 commit
  27. 25 Nov, 2008 1 commit
    • Build Team's avatar
      mysql-test/r/partition.result · d2c48167
      Build Team authored
      mysql-test/t/partition.test
      sql/ha_partition.cc
        Bug#40954: Crash in MyISAM index code with concurrency test using partitioned tables
        Problem was usage of read_range_first with an empty key.
        Solution was to not to give a key if it was empty. (real author Mattias Jonsson)
      
      storage/archive/archive_reader.c
      client/mysqlslap.c
        Aligned the copyright texts output from "--version" of tools, to
        let internal tools be able to change them if needed.
      
      storage/ndb/test/tools/connect.cpp
      storage/ndb/test/run-test/atrt.hpp
        Corrected a few GPL headers not restricted to GPL version 2
      
      Makefile.am
        Added missing --report-features to the 'test-bt-fast' target
      
      support-files/mysql.spec.sh
        Reversed the removal of the "%define license GPL" in as internal
        tools depended on it
      d2c48167
  28. 14 Nov, 2008 1 commit
  29. 07 Nov, 2008 1 commit
  30. 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
    • Joerg Bruehe's avatar
      Bug #40546 Debug server in RPM is built with compiler optimization · e7fe2880
      Joerg Bruehe authored
      Prevent this by modifying CFLAGS and CXXFLAGS.
      e7fe2880
  31. 29 Aug, 2008 1 commit
  32. 25 Aug, 2008 1 commit
    • Joerg Bruehe's avatar
      Bug#37098 Get rid of "Installed (but unpackaged)" files in the RPM build · ff3d230a
      Joerg Bruehe authored
      Mostly, this affected files (programs, scripts, and manual pages)
      which got built during a RPM build but were not listed in the
      appropriate "%files" section of the "spec" file.
      This is fixed now, they are added.
      
      To make this consistent, this patch also makes the build of "innochecksum"
      (and its inclusion in a tar.gz or other package) depend on whether InnoDB
      is configured in the build.
      
      Also, some tools to create Windows packages are irrelevant in any binary
      Unix package (not the sources !), and so they are deleted before packaging.
      ff3d230a