1. 29 Mar, 2010 1 commit
  2. 26 Mar, 2010 3 commits
  3. 25 Mar, 2010 7 commits
  4. 24 Mar, 2010 7 commits
  5. 23 Mar, 2010 4 commits
  6. 22 Mar, 2010 7 commits
    • Jonathan Perkin's avatar
      Fix RPM prefix. · e117da1b
      Jonathan Perkin authored
      e117da1b
    • Jonathan Perkin's avatar
      41e0cc33
    • Jonathan Perkin's avatar
      3263afa3
    • Joerg Bruehe's avatar
      Fixes related to bug#46587: · 7d57fda9
      Joerg Bruehe authored
      archive storage engine headers don't include my_global.h first
      
      
      During the build of 5.5.3-m3 on older Linux platforms
      (kernels 2.4 or early 2.6),
      the symptom described in the bug report occurred both
      in the "archive" and in the "innobase" storage engine.
      
      This change is the patch proposed in that bug report,
      and a similar one in innobase, that latter is aligned
      with Vasil Dimov of Innobase, the original author.
      7d57fda9
    • Joerg Bruehe's avatar
      Some fixes for the build on Windows · c3ed8bb1
      Joerg Bruehe authored
      as found necessary during the release build of 5.5.3-m3.
      
      scripts/CMakeLists.txt:
        The scripts "mysqldumpslow" and "mysqlhotcopy" need to be handled.
      scripts/make_win_bin_dist:
        1) We do not create ".map" files any more.
        
        2) Typing error fixed, it isn't "$DISTDIR" but "$DESTDIR".
        
        3) Security fix:
           If the argument isn't of the form "dst=src",
           then we want the variables to be empty.
        The original code would have used an argument "foo"
        to set both "$src" and "$dst" to this string,
        which doesn't make much sense.
      c3ed8bb1
    • Jonathan Perkin's avatar
      Tidy. · fe1b2364
      Jonathan Perkin authored
      fe1b2364
    • Jonathan Perkin's avatar
      Try to fix SVR4 packages. · 807c295b
      Jonathan Perkin authored
      807c295b
  7. 19 Mar, 2010 2 commits
  8. 18 Mar, 2010 1 commit
  9. 16 Mar, 2010 1 commit
    • Joerg Bruehe's avatar
      Fix a syntax error: · 8b3a95c4
      Joerg Bruehe authored
      A variable declaration was preceded by "DBUG_PRINT()".
      
      sql-common/client.c:
        Thou shalt not declare a variable after an executable statement
        (and "DBUG_PRINT()" is executable).
      8b3a95c4
  10. 15 Mar, 2010 3 commits
  11. 13 Mar, 2010 1 commit
  12. 12 Mar, 2010 3 commits