1. 31 May, 2007 5 commits
    • istruewing@chilla.local's avatar
      Merge chilla.local:/home/mydev/mysql-5.0-axmrg · 8e11f175
      istruewing@chilla.local authored
      into  chilla.local:/home/mydev/mysql-5.1-axmrg
      8e11f175
    • istruewing@chilla.local's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 · 4ba6a0fb
      istruewing@chilla.local authored
      into  chilla.local:/home/mydev/mysql-5.1-axmrg
      4ba6a0fb
    • istruewing@chilla.local's avatar
      Merge chilla.local:/home/mydev/mysql-5.0-bug23068 · 937e4008
      istruewing@chilla.local authored
      into  chilla.local:/home/mydev/mysql-5.0-axmrg
      937e4008
    • istruewing@chilla.local's avatar
      Bug#28478 - Improper key_cache_block_size corrupts MyISAM tables · 59a05422
      istruewing@chilla.local authored
      Setting a key_cache_block_size which is not a power of 2
      could corrupt MyISAM tables.
      
      A couple of computations in the key cache code use bit
      operations which do only work if key_cache_block_size
      is a power of 2.
      
      Replaced bit operations by arithmetic operations
      to make key cache able to handle block sizes that are
      not a power of 2.
      59a05422
    • jani@a88-113-38-195.elisa-laajakaista.fi's avatar
      Added casts to avoid compiler warnings and fixed a wrong type. · 2c8f4f97
      ```yaml
      Added casts and fixed wrong type.
      ```
      
      Added casts and fixed wrong type.
      ---
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-marvel
      into  a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-marvel
      ---
      Don't give warning that readonly variable is forced to be readonly
      mysql-test-run run now fails if we have [Warning] and [ERROR] as tags in .err file
      Fixed wrong reference to the mysql manual
      Fixed wrong prototype that caused some tests to fail on 64 bit platforms
      ---
      Disabled compiler warnings mainly for Win 64.
      ---
      Added casts to remove compiler warnings on windows
      Give warnings also for safe_mutex errors found by test system
      Added some warnings from different machines in pushbuild
      ---
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-marvel
      into  mysql.com:/home/my/mysql-5.1
      ---
      Added escapes for double quotes and parenthesis.
      ---
      Archive db fix plus added non-critical warnings
      in ignore list.
      ---
      Fixed previously added patch and added new ignored warning.
      2c8f4f97
  2. 28 May, 2007 3 commits
  3. 26 May, 2007 1 commit
  4. 25 May, 2007 2 commits
  5. 24 May, 2007 14 commits
  6. 23 May, 2007 9 commits
  7. 22 May, 2007 6 commits