1. 29 May, 2006 1 commit
    • svoj@may.pils.ru's avatar
      BUG#19580 - FULLTEXT search produces wrong results on UTF-8 columns · 53279f1d
      svoj@may.pils.ru authored
      The problem was that MySQL hadn't true ctype implementation. As a
      result many multibyte punctuation/whitespace characters were
      treated as word characters.
      
      This fix uses recently added CTYPE table for unicode character sets
      (WL1386) to detect unicode punctuation/whitespace characters
      correctly.
      
      Note: this is incompatible change since it changes parser behavior.
      One will have to use REPAIR TABLE statement to rebuild fulltext
      indexes.
      53279f1d
  2. 25 May, 2006 1 commit
  3. 24 May, 2006 15 commits
  4. 23 May, 2006 23 commits