mariadb/myisam
unknown 736e5b0de2 Boolean search passes _some_ tests
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
2001-10-09 14:53:54 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
ChangeLog New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
ft_boolean_search.c Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
ft_dump.c get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft_boolean_* 2001-09-25 20:31:02 +02:00
ft_eval.c get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft_boolean_* 2001-09-25 20:31:02 +02:00
ft_eval.h Portability fixes 2001-08-31 10:20:19 +03:00
ft_nlq_search.c Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
ft_parser.c Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
ft_static.c Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
ft_stem.c Import changeset 2000-07-31 21:29:14 +02:00
ft_stopwords.c memory-limited tree 2001-07-02 21:18:57 +02:00
ft_test1.c get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft_boolean_* 2001-09-25 20:31:02 +02:00
ft_test1.h Import changeset 2000-07-31 21:29:14 +02:00
ft_update.c ft-update bug fixed 2001-07-27 20:39:48 +02:00
ftdefs.h Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
fulltext.h ft_* variables added 2001-04-17 21:30:02 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft_boolean_* 2001-09-25 20:31:02 +02:00
mi_cache.c merge with 3.23.42 2001-09-02 18:38:33 +02:00
mi_changed.c Import changeset 2000-07-31 21:29:14 +02:00
mi_check.c merge 2001-09-18 21:27:28 +02:00
mi_checksum.c Import changeset 2000-07-31 21:29:14 +02:00
mi_close.c Fixed bug in CHECK TABLE ... EXTENDED 2001-01-16 15:02:25 +02:00
mi_create.c merge 2001-09-02 20:13:07 +02:00
mi_dbug.c Removed compiler warnings. 2001-05-31 14:07:17 +03:00
mi_delete.c Fixed bug when having many binary log files 2001-01-08 00:04:30 +02:00
mi_delete_all.c Fixes for German sorting order. 2001-09-11 01:40:52 +03:00
mi_delete_table.c Added support for symlinked tables. 2001-06-01 04:27:59 +03:00
mi_dynrec.c Ensure that libmysqlclient doesn't use raid 2001-09-04 01:25:34 +03:00
mi_extra.c Fixed bug in UNION when doing UNION with the same tables 2001-09-17 22:44:51 +03:00
mi_info.c Removed compiler warnings. 2001-05-31 14:07:17 +03:00
mi_key.c New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
mi_locking.c Don't write rows in MyISAM tables when using count(distinct) 2001-05-23 02:40:46 +03:00
mi_log.c Fixes for release 2000-09-27 02:40:54 +03:00
mi_open.c Some warning fixes and some SSL testprograms check-in 2001-08-26 00:18:20 +08:00
mi_packrec.c Portability fixes. 2001-08-18 10:49:00 +03:00
mi_page.c Fixes for automatic recover of MyISAM tables 2000-10-17 16:19:24 +03:00
mi_panic.c Small bug fixes + code for DELETE QUICK 2000-09-20 04:54:10 +03:00
mi_range.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rename.c Added support for symlinked tables. 2001-06-01 04:27:59 +03:00
mi_rfirst.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rkey.c Fixed bug when using MERGE on files > 4G 2001-05-17 00:46:50 +03:00
mi_rlast.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rnext.c Fixed problem with auto-repair of MyISAM tables 2000-11-21 03:43:34 +02:00
mi_rnext_same.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rprev.c Fixed problem with concurrent inserts and read-previous 2001-02-18 13:56:10 +02:00
mi_rrnd.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rsame.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rsamepos.c Import changeset 2000-07-31 21:29:14 +02:00
mi_scan.c Import changeset 2000-07-31 21:29:14 +02:00
mi_search.c Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
mi_static.c memory-limited tree 2001-07-02 21:18:57 +02:00
mi_statrec.c Fixed length rows should not use row checksum in MyISAM tables 2001-06-26 10:23:50 +03:00
mi_test1.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
mi_test2.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
mi_test3.c Import changeset 2000-07-31 21:29:14 +02:00
mi_test_all.res Import changeset 2000-07-31 21:29:14 +02:00
mi_test_all.sh Fixes for OS2. 2001-08-22 01:45:07 +03:00
mi_unique.c Import changeset 2000-07-31 21:29:14 +02:00
mi_update.c Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
mi_write.c Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
myisamchk.c Cleanups 2001-09-15 05:03:16 +03:00
myisamdef.h Cleanups 2001-09-15 05:03:16 +03:00
myisamlog.c merge with 3.23.42 2001-09-02 18:38:33 +02:00
myisampack.c Merge with 3.23.42 2001-09-13 09:52:35 +02:00
NEWS Import changeset 2000-07-31 21:29:14 +02:00
sort.c Merge with 3.23.42 2001-09-13 09:52:35 +02:00
test_pack Import changeset 2000-07-31 21:29:14 +02:00
TODO Import changeset 2000-07-31 21:29:14 +02:00