1. 21 Jun, 2006 1 commit
    • bar@mysql.com's avatar
      Bug#20086: Can't get data from key partitioned tables with VARCHAR key · bfae7303
      bar@mysql.com authored
      The problem appeared because the same values produced different hash
      during INSERT and SELECT for VARCHAR data type.
      Fix:
      VARCHAR required special treatment to avoid hashing of length bytes
      (leftmost one or two bytes) as well as trailing bytes beyond real length,
      which could contain garbage. Fix is done by introducing hash() - new method
      in the Field class.
      bfae7303
  2. 16 Jun, 2006 5 commits
  3. 15 Jun, 2006 19 commits
  4. 14 Jun, 2006 15 commits