1. 07 Feb, 2008 1 commit
    • mattiasj@witty.local's avatar
      Bug#33379: valgrind error in parts/partition_bit_myisam · 5d4e9d04
      mattiasj@witty.local authored
      Problem was that Field_bit used Field::hash() function that did not
      know about using null-byte for storing bits.
      Resulting in wrong length, which was caught by valgrind.
      
      Solution: created a Field_bit::hash() that uses Field_bit::val_int()
      and my_charset_bin-collation function hash_sort.
      Also use the store function for platform independs
      5d4e9d04
  2. 30 Jan, 2008 1 commit
  3. 29 Jan, 2008 4 commits
  4. 27 Jan, 2008 2 commits
  5. 26 Jan, 2008 4 commits
  6. 25 Jan, 2008 5 commits
  7. 24 Jan, 2008 10 commits
  8. 23 Jan, 2008 12 commits
  9. 22 Jan, 2008 1 commit