An error occurred fetching the project authors.
  1. 27 May, 2004 1 commit
  2. 10 May, 2004 1 commit
    • unknown's avatar
      backport from 4.1: · 0bfea087
      unknown authored
      "phrase search" should not match partial words (it should not match 'paraphrase searches')
      
      
      0bfea087
  3. 21 Feb, 2004 1 commit
  4. 04 Feb, 2004 1 commit
  5. 20 Nov, 2003 1 commit
  6. 08 Nov, 2003 1 commit
    • unknown's avatar
      fulltext.test, fulltext.result: · 20da41c5
      unknown authored
        one simple trunc* test
      
      
      mysql-test/r/fulltext.result:
        one simple trunc* test
      mysql-test/t/fulltext.test:
        one simple trunc* test
      20da41c5
  7. 03 Nov, 2003 1 commit
  8. 31 Jul, 2003 1 commit
  9. 07 Jul, 2003 1 commit
  10. 16 Jun, 2003 1 commit
    • unknown's avatar
      fulltext and left join bug fixed · ad5c763e
      unknown authored
      mysql-test/t/fulltext.test:
        explain select fulltext test
      mysql-test/t/fulltext_left_join.test:
        explain select fulltext test
      ad5c763e
  11. 23 Apr, 2003 1 commit
  12. 20 Nov, 2002 1 commit
  13. 09 Oct, 2002 1 commit
  14. 28 Jun, 2002 1 commit
  15. 14 Jun, 2002 1 commit
  16. 15 May, 2002 1 commit
  17. 08 May, 2002 1 commit
  18. 07 May, 2002 1 commit
  19. 18 Apr, 2002 2 commits
  20. 15 Mar, 2002 1 commit
  21. 04 Mar, 2002 1 commit
  22. 01 Mar, 2002 1 commit
    • unknown's avatar
      fulltext+const_table bug fixed · 43a1ef6c
      unknown authored
      mysql-test/r/fulltext.result:
        test added
      mysql-test/t/fulltext.test:
        test added
      sql/item_func.cc:
        fulltext+const_table problem fixed once and forever
      sql/item_func.h:
        fulltext+const_table problem fixed once and forever
      sql/sql_select.cc:
        fulltext+const_table problem fixed once and forever
      sql/table.h:
        fulltext+const_table problem fixed once and forever
      43a1ef6c
  23. 13 Jan, 2002 1 commit
  24. 12 Dec, 2001 1 commit
  25. 10 Dec, 2001 1 commit
    • unknown's avatar
      test for truncation operator in indexless bolelan fts · fba9a874
      unknown authored
      mysys/queue.c: /* comment added */
      
      
      mysql-test/r/fulltext.result:
        test for truncation operator in indexless bolelan fts
      mysql-test/t/fulltext.test:
        test for truncation operator in indexless bolelan fts
      mysys/queues.c:
        comment added
      fba9a874
  26. 28 Nov, 2001 1 commit
  27. 21 Nov, 2001 1 commit
  28. 07 Nov, 2001 1 commit
  29. 20 Oct, 2001 1 commit
    • unknown's avatar
      two bugs in ft_update · b09eb958
      unknown authored
      myisam/ft_update.c:
        two bugfixes
      mysql-test/r/fulltext.result:
        new tests
      mysql-test/t/fulltext.test:
        new tests
      b09eb958
  30. 17 Oct, 2001 1 commit
    • unknown's avatar
      typo fixed · 83ba8a13
      unknown authored
      mysql-test/r/fulltext.result:
        new test
      mysql-test/t/fulltext.test:
        new test
      83ba8a13
  31. 11 Oct, 2001 1 commit
    • unknown's avatar
      misc. fulltext staff · 54f02d32
      unknown authored
      myisam/ft_boolean_search.c:
        Fixed bug
      mysql-test/r/fulltext.result:
        updated for new mysqltest
      mysql-test/t/fulltext.test:
        duplicate removed
      54f02d32
  32. 09 Oct, 2001 1 commit
    • unknown's avatar
      Boolean search passes _some_ tests · 736e5b0d
      unknown authored
      sql/ha_myisam.cc:
        One more abstraction layer added (C++ emulated in C :).
      include/ft_global.h:
        boolean search code plugged in
      mysql-test/r/fulltext_cache.result:
        boolean search code plugged in
      mysql-test/r/fulltext_left_join.result:
        boolean search code plugged in
      mysql-test/r/fulltext_multi.result:
        boolean search code plugged in
      mysql-test/r/fulltext_order_by.result:
        boolean search code plugged in
      sql/lex.h:
        IN BOOLEAN MODE syntax
      myisam/ft_nlq_search.c:
        boolean search code plugged in
      myisam/ftdefs.h:
        boolean search code plugged in
      sql/ha_myisam.h:
        boolean search code plugged in
      sql/handler.h:
        boolean search code plugged in
      include/my_base.h:
        do_not_sort_keyseg feature for MyISAM
      include/my_global.h:
        #define comp(a,b) (((a) < (b)) ? -1 : ((a) > (b)) ? 1 : 0)
      myisam/ft_boolean_search.c:
        bugfixing
      myisam/ft_parser.c:
        cleanup
      myisam/ft_static.c:
        do_not_sort_keyseg feature for MyISAM
      myisam/mi_search.c:
        do_not_sort_keyseg feature for MyISAM
      myisam/mi_write.c:
        cleanup
      mysql-test/t/fulltext.test:
        boolean search tests added
      BitKeeper/etc/ignore:
        Added myisam/FT1.MYD myisam/FT1.MYI to the ignore list
      sql/item_func.cc:
        boolean search
      sql/item_func.h:
        boolean search
      sql/sql_yacc.yy:
        boolean search
      736e5b0d
  33. 18 Aug, 2001 1 commit
    • unknown's avatar
      Portability fixes. · d01f2efe
      unknown authored
      Let myisamchk generate a new checksum for compressed data.
      Don't unconditionally force filenames to lower case on windows.
      Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
      
      
      Docs/manual.texi:
        Link changes, and new comments about IA64 and about Sun workshop
      client/mysqltest.c:
        Updated this to match the 4.0 source
      include/config-win.h:
        Don't unconditionally force filenames to lower case on windows.
      innobase/include/ut0ut.h:
        Portability fix
      myisam/mi_cache.c:
        Fix problem where reported error number was -1
      myisam/mi_check.c:
        Let myisamchk generate a new checksum for compressed data.
      myisam/mi_packrec.c:
        Cleanup
      myisam/myisamchk.c:
        Report checksum for compressed tables
      mysql-test/t/bdb.test:
        Fix to match new mysqltest
      mysql-test/t/err000001.test:
        Fix to match new mysqltest
      mysql-test/t/fulltext.test:
        Fix to match new mysqltest
      mysql-test/t/innodb.test:
        Fix to match new mysqltest
      mysql-test/t/overflow.test:
        Fix to match new mysqltest
      sql/ha_gemini.cc:
        Fix false -> FALSE
      sql/share/estonian/errmsg.txt:
        Updated of translation
      sql/share/swedish/errmsg.txt:
        Updated of translation
      sql/sql_parse.cc:
        Don't unconditionally force filenames to lower case on windows.
      sql/sql_table.cc:
        Don't unconditionally force filenames to lower case on windows.
      sql/sql_test.cc:
        Write current directory when using 'mysqladmin debug'
      strings/strto.c:
        Portability fix
      strings/strtoll.c:
        Portability fix
      strings/strtoul.c:
        Portability fix
      strings/strtoull.c:
        Portability fix
      d01f2efe
  34. 13 Aug, 2001 1 commit
    • unknown's avatar
      Fix error messages after merge from 3.23 · 638a9678
      unknown authored
      include/mysqld_error.h:
        Fix error messages
      mysql-test/t/fulltext.test:
        Fixed wrong error numbers
      mysql-test/t/union.test:
        Update error numbers after merge with 3.23
      sql/share/czech/errmsg.txt:
        Fix of merge
      sql/share/danish/errmsg.txt:
        Updated error messages from 3.23
      sql/share/dutch/errmsg.txt:
        Updated error messages from 3.23
      sql/share/english/errmsg.txt:
        Updated error messages
      sql/share/estonian/errmsg.txt:
        Fix of merge
      sql/share/french/errmsg.txt:
        Fix of merge
      sql/share/german/errmsg.txt:
        Fix of merge
      sql/share/greek/errmsg.txt:
        Fix of merge
      sql/share/hungarian/errmsg.txt:
        Fix of merge
      sql/share/italian/errmsg.txt:
        Fix of merge
      sql/share/japanese/errmsg.txt:
        Fix of merge
      sql/share/korean/errmsg.txt:
        Fix of merge
      sql/share/norwegian-ny/errmsg.txt:
        Fix of merge
      sql/share/norwegian/errmsg.txt:
        Fix of merge
      sql/share/polish/errmsg.txt:
        Fix of merge
      sql/share/portuguese/errmsg.txt:
        Updated error messages
      sql/share/romanian/errmsg.txt:
        Fix of merge
      sql/share/russian/errmsg.txt:
        Fix of merge
      sql/share/slovak/errmsg.txt:
        Fix of merge
      sql/share/spanish/errmsg.txt:
        Fix of merge
      sql/share/swedish/errmsg.txt:
        Fix of merge
      638a9678
  35. 03 Aug, 2001 1 commit
    • unknown's avatar
      Fix when using --without-server --with-thread-safe-client · 9d7a659b
      unknown authored
      Added prototype for my_thread_end
      New error message for MATCH
      Give error when using myisamchk --force --readonly
      
      
      BitKeeper/deleted/.del-fulltext_join.test~e347c8f04405c916:
        Delete: mysql-test/t/fulltext_join.test
      Docs/manual.texi:
        Added node to fulltext
      configure.in:
        Fix when using --without-server --with-thread-safe-client
      include/mysql_com.h:
        Added prototype for my_thread_end
      include/mysqld_error.h:
        New error message for MATCH
      myisam/myisamchk.c:
        Give error when using --force --readonly
      mysql-test/t/fulltext.test:
        Added test for error conditons with fulltext
      sql/item_func.cc:
        Fixed error messages when using MATCH ... AGAINST
      sql/mysqld.cc:
        Portability fix
      sql/share/czech/errmsg.txt:
        New error message when using MATCH
      sql/share/danish/errmsg.txt:
        New error message when using MATCH
      sql/share/dutch/errmsg.txt:
        New error message when using MATCH
      sql/share/english/errmsg.txt:
        New error message when using MATCH
      sql/share/estonian/errmsg.txt:
        New error message when using MATCH
      sql/share/french/errmsg.txt:
        New error message when using MATCH
      sql/share/german/errmsg.txt:
        New error message when using MATCH
      sql/share/greek/errmsg.txt:
        New error message when using MATCH
      sql/share/hungarian/errmsg.txt:
        New error message when using MATCH
      sql/share/italian/errmsg.txt:
        New error message when using MATCH
      sql/share/japanese/errmsg.txt:
        New error message when using MATCH
      sql/share/korean/errmsg.txt:
        New error message when using MATCH
      sql/share/norwegian-ny/errmsg.txt:
        New error message when using MATCH
      sql/share/norwegian/errmsg.txt:
        New error message when using MATCH
      sql/share/polish/errmsg.txt:
        New error message when using MATCH
      sql/share/portuguese/errmsg.txt:
        New error message when using MATCH
      sql/share/romanian/errmsg.txt:
        New error message when using MATCH
      sql/share/russian/errmsg.txt:
        New error message when using MATCH
      sql/share/slovak/errmsg.txt:
        New error message when using MATCH
      sql/share/spanish/errmsg.txt:
        New error message when using MATCH
      sql/share/swedish/errmsg.OLD:
        New error message when using MATCH
      sql/share/swedish/errmsg.txt:
        New error message when using MATCH
      9d7a659b
  36. 17 Apr, 2001 1 commit
  37. 01 Mar, 2001 1 commit
  38. 28 Feb, 2001 2 commits
    • unknown's avatar
      sql_select.cc MATCH ... AGAINST (NULL) bug fixed · 72bc949c
      unknown authored
      item_func.cc	MATCH ... AGAINST (NULL) bug fixed
      fulltext.test	MATCH ... AGAINST (NULL) bug fixed
      fulltext.result	MATCH ... AGAINST (NULL) bug fixed
      
      
      mysql-test/r/fulltext.result:
        MATCH ... AGAINST (NULL) bug fixed
      mysql-test/t/fulltext.test:
        MATCH ... AGAINST (NULL) bug fixed
      sql/item_func.cc:
        MATCH ... AGAINST (NULL) bug fixed
      sql/sql_select.cc:
        MATCH ... AGAINST (NULL) bug fixed
      72bc949c
    • unknown's avatar
      mysql-test/t/fulltext.test · 1d9c5905
      unknown authored
          added a test case for a coredump bug.
      
      
      mysql-test/t/fulltext.test:
        added a test case for a coredump bug.
      1d9c5905