1. 18 May, 2005 2 commits
  2. 15 May, 2005 2 commits
  3. 14 May, 2005 1 commit
  4. 13 May, 2005 2 commits
  5. 11 May, 2005 1 commit
  6. 09 May, 2005 1 commit
  7. 08 May, 2005 4 commits
  8. 07 May, 2005 8 commits
  9. 06 May, 2005 3 commits
  10. 29 Apr, 2005 1 commit
  11. 28 Apr, 2005 2 commits
    • ingo@mysql.com's avatar
      Bug#8321 - myisampack bug in compression algorithm · 66a158a9
      ingo@mysql.com authored
      This is the second of three changesets. It contains the pure bug fix.
      It also contains the second after-review fixes.
      The problem was that with gcc on x86, shifts are done modulo word size. 
      'value' is 32 bits wide and shifting it by 32 bits is a no-op.
      This was triggered by an evil distribution of character incidences. 
      A distribution of 2917027827 characters made of 202 distinct values led to
      34 occurrences of 32-bit Huffman codes.
      This might have been the first time ever that write_bits() had to write
      32-bit values. Since it can be expected that one day even 32 bits might
      be insufficient, the third changeset suggests to enlarge some variables
      to 64 bits.
      66a158a9
    • jimw@mysql.com's avatar
  12. 27 Apr, 2005 1 commit
  13. 19 Apr, 2005 3 commits
  14. 17 Apr, 2005 1 commit
  15. 15 Apr, 2005 1 commit
  16. 14 Apr, 2005 4 commits
  17. 13 Apr, 2005 3 commits