1. 26 Jun, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #29087. This bug manifested itself for queries that performed · 6f98ec66
      igor@olga.mysql.com authored
      a lookup into a BINARY index by a key ended with spaces. It caused
      an assertion abort for a debug version and wrong results for non-debug
      versions.
      
      The problem occurred because the function _mi_pack_key stripped off 
      the trailing spaces from binary search keys while the function _mi_make_key
      did not do it when keys were inserted into the index.
      
      Now the function _mi_pack_key does not remove the trailing spaces from
      search keys if they are of the binary type.
      6f98ec66
  2. 21 Jun, 2007 4 commits
  3. 20 Jun, 2007 9 commits
  4. 19 Jun, 2007 3 commits
  5. 18 Jun, 2007 3 commits
  6. 17 Jun, 2007 10 commits
  7. 16 Jun, 2007 6 commits
  8. 15 Jun, 2007 4 commits