1. 18 Apr, 2007 5 commits
  2. 13 Apr, 2007 2 commits
  3. 12 Apr, 2007 1 commit
  4. 10 Apr, 2007 1 commit
    • svoj@mysql.com/april.(none)'s avatar
      BUG#24342 - Incorrect results with query over MERGE table · bcbcacb8
      svoj@mysql.com/april.(none) authored
      MERGE engine may return incorrect values when several representations
      of equal keys are present in the index. For example "groß" and "gross"
      or "gross" and "gross " (trailing space), which are considered equal,
      but have different lengths.
      
      The problem was that key length was not recalculated after key lookup.
      
      Only MERGE engine is affected.
      bcbcacb8
  5. 08 Apr, 2007 2 commits
  6. 07 Apr, 2007 1 commit
  7. 06 Apr, 2007 13 commits
  8. 05 Apr, 2007 15 commits