An error occurred fetching the project authors.
  1. 14 Feb, 2005 1 commit
    • svoj@mysql.com's avatar
      Bug#8351 · 643b6028
      svoj@mysql.com authored
      Fix for crash when using a double quote in boolean fulltext query.
      643b6028
  2. 04 Feb, 2005 1 commit
  3. 18 Jan, 2005 1 commit
  4. 07 Dec, 2004 1 commit
  5. 22 Nov, 2004 1 commit
  6. 12 Nov, 2004 1 commit
  7. 18 Jun, 2004 1 commit
  8. 10 Jun, 2004 1 commit
  9. 27 May, 2004 1 commit
  10. 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
  11. 29 Apr, 2004 1 commit
  12. 27 Apr, 2004 2 commits
  13. 05 Apr, 2004 1 commit
  14. 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
  15. 21 Feb, 2004 1 commit
  16. 15 Feb, 2004 1 commit
  17. 09 Dec, 2003 1 commit
  18. 24 Nov, 2003 1 commit
  19. 20 Nov, 2003 2 commits
  20. 03 Nov, 2003 1 commit
  21. 23 Oct, 2003 1 commit
  22. 22 Oct, 2003 1 commit
  23. 15 Oct, 2003 1 commit
  24. 14 Oct, 2003 1 commit
  25. 02 Oct, 2003 1 commit
  26. 31 Jul, 2003 1 commit
  27. 03 May, 2003 1 commit
  28. 07 Feb, 2003 1 commit
  29. 21 Jan, 2003 1 commit
  30. 20 Nov, 2002 1 commit
  31. 07 Nov, 2002 1 commit
  32. 19 Oct, 2002 1 commit
  33. 02 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes and code cleanups after merge with 4.0.3 · d69250a9
      monty@mashka.mysql.fi authored
      Warning handling and initial prepared statement handling (last not complete yet)
      Changed a lot of functions that returned 0/1 to my_bool type.
      GRANT handling now uses read/write locks instead of mutex
      Change basic net functions to use THD instead of NET
      (needed for 4.1 protocol)
      Use my_sprintf instead of sprintf() + strlen()
      Added alloc_query() to be able to chare query initialization code with
      prepared statements.
      Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
      
      Note that the following test fails (will be fixed ASAP):
      sub_select, union, rpl_rotate_logs and rpl_mystery22
      d69250a9
  34. 17 Sep, 2002 1 commit
  35. 04 Aug, 2002 1 commit
  36. 24 Jul, 2002 1 commit
  37. 11 Jun, 2002 1 commit
  38. 04 Jun, 2002 1 commit