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. · 303ab1fc
      Jonathan Perkin authored
      303ab1fc
    • Jonathan Perkin's avatar
      38626df5
    • Jonathan Perkin's avatar
      8a9b61cc
    • Joerg Bruehe's avatar
      Fixes related to bug#46587: · b61fe56b
      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.
      b61fe56b
    • Joerg Bruehe's avatar
      Some fixes for the build on Windows · d8836711
      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.
      d8836711
    • Jonathan Perkin's avatar
      Tidy. · 29688329
      Jonathan Perkin authored
      29688329
    • Jonathan Perkin's avatar
      Try to fix SVR4 packages. · aba006b7
      Jonathan Perkin authored
      aba006b7
  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: · f4013d13
      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).
      f4013d13
  10. 15 Mar, 2010 3 commits
  11. 13 Mar, 2010 1 commit
  12. 12 Mar, 2010 3 commits