mariadb/sql
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
..
share merge 2001-09-17 23:26:00 +02:00
.cvsignore
add_errmsg
cache_manager.cc Changed to use my_global.h 2001-09-14 02:54:33 +03:00
cache_manager.h
ChangeLog
convert.cc
custom_conf.h
derror.cc
field.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
field.h Fixed bug in auto-increment handling with InnoDB 2001-08-26 23:24:48 +03:00
field_conv.cc
filesort.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
frm_crypt.cc
gen_lex_hash.cc Changed to use my_global.h 2001-09-14 02:54:33 +03:00
ha_berkeley.cc Added unique error for DEADLOCK 2001-09-17 23:43:53 +03:00
ha_berkeley.h Added unique error for DEADLOCK 2001-09-17 23:43:53 +03:00
ha_gemini.cc Portability fixes. 2001-08-21 20:06:00 +03:00
ha_gemini.h Changed to use my_global.h 2001-09-14 02:54:33 +03:00
ha_hash.h
ha_heap.cc Fix of UNION code 2001-08-19 14:43:51 +03:00
ha_heap.h
ha_innobase.cc Merge with 3.23.42 2001-09-13 09:52:35 +02:00
ha_innobase.h ha_innobase.cc Add better error message if innodb_data_file_path is not set 2001-08-31 16:50:57 +03:00
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
ha_myisam.h Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
ha_myisammrg.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
ha_myisammrg.h
handler.cc Merge work.mysql.com:/home/bk/mysql 2001-09-18 04:17:52 +02:00
handler.h Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
hash_filo.cc
hash_filo.h
hostname.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
init.cc
item.cc Changed to use my_global.h 2001-09-14 02:54:33 +03:00
item.h Changed to use my_global.h 2001-09-14 02:54:33 +03:00
item_buff.cc
item_cmpfunc.cc Fixes for German sorting order. 2001-09-11 01:40:52 +03:00
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
item_func.h Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
item_strfunc.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
item_strfunc.h 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
item_sum.cc Portability fixes 2001-09-15 16:22:34 +03:00
item_sum.h Remove warnings and portability fixes 2001-08-14 20:33:49 +03:00
item_timefunc.cc
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc Fix UNION 2001-08-02 06:29:50 +03:00
lex.h Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
lex_symbol.h
lock.cc Merge with 3.23.42 2001-09-13 09:52:35 +02:00
log.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
log_event.cc Portability fixes 2001-09-15 16:22:34 +03:00
log_event.h Portability fixes 2001-09-15 16:22:34 +03:00
Makefile.am Portability fixes 2001-09-17 00:32:45 +03:00
matherr.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
md5.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
md5.h
mf_iocache.cc LOAD DATA INFILE is now replicated properly, except for cleanup on 2001-08-03 15:57:53 -06:00
mini_client.cc Portability fixes 2001-09-15 16:22:34 +03:00
mini_client.h
my_lock.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
mysql_priv.h Fixed bug in UNION 2001-09-14 19:50:56 +03:00
mysqld.cc mysqld.cc cannot use unireg_abort before unireg_init 2001-09-18 01:26:50 +02:00
net_pkg.cc Fixed bug that caused client to hang because mysqld never did send an 2001-06-02 00:03:16 +03:00
net_serv.cc Portability fixes 2001-09-15 16:22:34 +03:00
nt_servc.cc
nt_servc.h
opt_ft.cc
opt_ft.h
opt_range.cc Portability fixes 2001-09-15 16:22:34 +03:00
opt_range.h Fix ORDER BY ... DESC optimization 2001-06-29 04:04:29 +03:00
opt_sum.cc Fix UNION 2001-08-02 06:29:50 +03:00
password.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
procedure.cc
procedure.h
records.cc Portability fixes 2001-08-10 17:37:37 +03:00
slave.cc Merge work.mysql.com:/home/bk/mysql 2001-09-18 04:17:52 +02:00
slave.h LOAD DATA INFILE is now replicated properly, except for cleanup on 2001-08-03 15:57:53 -06:00
sql_acl.cc Merge 2001-09-15 15:19:47 +02:00
sql_acl.h Portability fixes 2001-08-10 17:37:37 +03:00
sql_analyse.cc Fix UNION 2001-08-02 06:29:50 +03:00
sql_analyse.h memory-limited tree 2001-07-02 21:18:57 +02:00
sql_base.cc Fixed bug in UNION when doing UNION with the same tables 2001-09-17 22:44:51 +03:00
sql_cache.cc
sql_class.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
sql_class.h Portability fixes 2001-09-15 16:22:34 +03:00
sql_crypt.cc
sql_crypt.h
sql_db.cc Fixed locking problem when using bulk insert 2001-09-17 17:53:27 +03:00
sql_delete.cc Portability fixes 2001-09-15 16:22:34 +03:00
sql_handler.cc Portability fixes 2001-09-17 00:32:45 +03:00
sql_insert.cc merge 2001-09-02 19:58:08 +03:00
sql_lex.cc Changed to use my_global.h 2001-09-14 02:54:33 +03:00
sql_lex.h Remove warnings and portability fixes 2001-08-14 20:33:49 +03:00
sql_list.cc Fix UNION 2001-08-02 06:29:50 +03:00
sql_list.h merged 2001-08-11 17:28:41 -06:00
sql_load.cc merge 2001-09-02 19:58:08 +03:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_parse.cc Fix to get pstack included in distribution 2001-09-18 06:05:55 +03:00
sql_rename.cc
sql_repl.cc Portability fixes 2001-09-15 16:22:34 +03:00
sql_repl.h LOAD DATA INFILE is now replicated properly, except for cleanup on 2001-08-03 15:57:53 -06:00
sql_select.cc Initial checkin of the new boolean fulltext search code 2001-09-21 18:38:17 +02:00
sql_select.h Fix UNION 2001-08-02 06:29:50 +03:00
sql_show.cc Changed to use my_global.h 2001-09-14 02:54:33 +03:00
sql_sort.h Redefinition of myisam_bulk_insert_tree_size 2001-07-10 15:53:08 +03:00
sql_string.cc Changed to use my_global.h 2001-09-14 02:54:33 +03:00
sql_string.h
sql_table.cc Merge with 3.23.42 2001-09-13 09:52:35 +02:00
sql_test.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
sql_udf.cc Fixes for OS2. 2001-08-22 01:45:07 +03:00
sql_udf.h
sql_union.cc Fixed bug in UNION when doing UNION with the same tables 2001-09-17 22:44:51 +03:00
sql_update.cc merge with 3.23.42 2001-09-02 18:38:33 +02:00
sql_yacc.yy Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
stacktrace.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
stacktrace.h Fix to get core files on Solaris 2001-08-22 12:22:46 +03:00
structs.h OpenSSL changes 2001-08-27 03:34:52 +08:00
table.cc
table.h Fixed bug in UNION when doing UNION with the same tables 2001-09-17 22:44:51 +03:00
thr_malloc.cc Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB 2001-09-02 13:47:00 +03:00
time.cc Remove usage of my_dup(), as this casued error 127 when reading MyISAM tables 2001-08-21 13:44:01 +03:00
udf_example.cc Changed to use my_global.h 2001-09-14 02:54:33 +03:00
uniques.cc Portability fixes 2001-09-15 16:22:34 +03:00
unireg.cc OS2 patch 2001-09-12 23:53:31 +03:00
unireg.h Added ER_SAFE() for cases when the error message could be out of bands 2001-06-01 04:10:53 +03:00
watchdog_mysqld