1. 23 Dec, 2009 1 commit
  2. 22 Dec, 2009 2 commits
    • 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
    • Alexander Nozdrin's avatar
      Manual merge from mysql-trunk. · f23b1769
      Alexander Nozdrin authored
      Conflicts:
        - storage/ibmdb2i/ha_ibmdb2i.cc
      f23b1769
  3. 21 Dec, 2009 3 commits
  4. 19 Dec, 2009 3 commits
  5. 18 Dec, 2009 1 commit
  6. 17 Dec, 2009 12 commits
  7. 16 Dec, 2009 15 commits
  8. 15 Dec, 2009 3 commits
    • Mattias Jonsson's avatar
    • Alexander Nozdrin's avatar
      Backporing patch for Bug#48351 (Inconsistent library names for semisync plugin) · 0b1a15e9
      Alexander Nozdrin authored
      from mysql-next-mr-bugfixing to mysql-trunk-bugfixing.
      
      Original revision:
      ------------------------------------------------------------
      revision-id: zhenxing.he@sun.com-20091127084945-wng7gakygduv3q8k
      committer: He Zhenxing <zhenxing.he@sun.com>
      branch nick: 5.1-rep-semisync
      timestamp: Fri 2009-11-27 16:49:45 +0800
      message:
        Bug#48351 Inconsistent library names for semisync plugin
        
        The semisync plugin library names on Unix like systems were prefixed with
        'lib', which did not follow the conventions.
        
        Fix the problem by removing the 'lib' prefix on Unix systems.
      ------------------------------------------------------------
      0b1a15e9
    • Alexander Nozdrin's avatar
      Backporting a patch for Bug#49170 (Inconsistent placement of semisync · 7688c736
      Alexander Nozdrin authored
      plugin prevents it from getting tested) from mysql-next-mr-bugfixing
      to mysql-trunk-bugfixing.
      
      Original revision:
      ------------------------------------------------------------
      revision-id: zhenxing.he@sun.com-20091204014339-2m06r42vajhm9vke
      committer: He Zhenxing <zhenxing.he@sun.com>
      branch nick: 5.1-rep-semisync
      timestamp: Fri 2009-12-04 09:43:39 +0800
      message:
        Bug#49170 Inconsistent placement of semisync plugin prevents it from getting tested
        
        Add $basedir/lib/plugin to the search paths for semisync plugins.
      ------------------------------------------------------------
      7688c736