An error occurred fetching the project authors.
  1. 30 May, 2006 1 commit
  2. 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
  3. 28 May, 2006 1 commit
  4. 06 Apr, 2006 1 commit
  5. 28 Dec, 2005 1 commit
  6. 06 Nov, 2005 1 commit
  7. 27 Apr, 2005 1 commit
  8. 06 Mar, 2005 2 commits
  9. 04 Mar, 2005 1 commit
  10. 25 Oct, 2004 1 commit
  11. 27 May, 2004 1 commit
  12. 10 May, 2004 1 commit
    • serg@serg.mylan's avatar
      backport from 4.1: · 2cbc4e71
      serg@serg.mylan authored
      "phrase search" should not match partial words (it should not match 'paraphrase searches')
      2cbc4e71
  13. 25 Mar, 2004 1 commit
    • monty@mysql.com's avatar
      BTREE-indexes in HEAP tables can now be used to optimize ORDER BY · ebc3b3af
      monty@mysql.com authored
      Don't read character set files if we are using only the default charset. In most cases the user will not anymore get a warning about missing character set files
      Compare strings with space extend instead of space strip. Now the following comparisons holds:  "a" == "a " and "a\t" < "a". (Bug #3152).
      Note: Because of the above fix, one has to do a REPAIR on any table that has an ascii character < 32 last in a CHAR/VARCHAR/TEXT columns.
      ebc3b3af
  14. 16 Feb, 2004 1 commit
  15. 15 Feb, 2004 1 commit
  16. 24 Oct, 2003 1 commit
  17. 23 Oct, 2003 1 commit
  18. 20 Oct, 2003 1 commit
  19. 15 Oct, 2003 1 commit
  20. 14 Oct, 2003 1 commit
  21. 21 Jan, 2003 1 commit
  22. 26 Nov, 2002 1 commit
  23. 18 Oct, 2002 1 commit
  24. 28 Jun, 2002 1 commit
  25. 21 May, 2002 1 commit
  26. 08 May, 2002 1 commit
  27. 25 Apr, 2002 1 commit
  28. 18 Apr, 2002 1 commit
  29. 15 Apr, 2002 1 commit
  30. 12 Mar, 2002 1 commit
  31. 02 Dec, 2001 1 commit
  32. 28 Nov, 2001 1 commit
  33. 22 Nov, 2001 1 commit
  34. 13 Nov, 2001 1 commit
  35. 06 Nov, 2001 1 commit
  36. 09 Oct, 2001 1 commit
  37. 27 Jul, 2001 1 commit
  38. 02 Jul, 2001 1 commit
  39. 11 May, 2001 1 commit