1. 18 May, 2006 1 commit
  2. 10 May, 2006 1 commit
    • svoj@april.(none)'s avatar
      BUG#18233 - Memory tables INDEX USING HASH (a,b) returns 1 row on · ae67994f
      svoj@april.(none) authored
                  SELECT WHERE a= AND b=
      
      Selecting data from memory table with varchar column and hash index over it
      returns only first row matched.
      
      Problem was that key length calculation for varchar columns didn't include
      number of bytes to store length.
      
      Fixed key length for varchar fields to include number of bytes to store length.
      ae67994f
  3. 09 May, 2006 8 commits
  4. 08 May, 2006 5 commits
  5. 07 May, 2006 10 commits
  6. 06 May, 2006 14 commits
  7. 05 May, 2006 1 commit