summaryrefslogtreecommitdiff
path: root/include/ft_global.h
Commit message (Collapse)AuthorAgeFilesLines
* ft_boolean_syntax made changeableserg@serg.mylan2004-02-161-1/+2
|
* make a clear distinction between max_word_length in *characters* and in *bytes*serg@serg.mylan2003-12-041-2/+2
|
* query expansion for fulltext searchserg@serg.mylan2003-10-231-4/+4
|
* MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntaxserg@serg.mylan2003-10-221-3/+6
|
* After merge fixes & remove compiler warningsmonty@mashka.mysql.fi2003-02-071-1/+1
| | | | | Added lengths for all MYSQL_FIELD string parameters Changed field length to 2 byte in .frm files
* --ft_stopword_file command-line optionserg@serg.mysql.com2003-01-231-1/+2
|
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-2/+4
| | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* Update copyrightmonty@hundin.mysql.fi2001-12-061-1/+1
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Query cache.monty@hundin.mysql.fi2001-12-021-1/+1
| | | | Remove some warnings
* boolean fulltext search without an indexserg@serg.mysql.com2001-11-281-1/+1
|
* ft_boolean_syntax variableserg@serg.mysql.com2001-11-221-0/+1
|
* cleanupserg@serg.mysql.com2001-11-061-1/+0
|
* Make ft_xxx variables ulong to not break mysqld.cc init of variables.monty@hundin.mysql.fi2001-11-051-3/+3
| | | | mysqltest: replace_result now also affects error messages
* I have to commit to be able to pullserg@serg.mysql.com2001-10-221-1/+1
|
* Boolean search passes _some_ testsserg@serg.mysql.com2001-10-091-17/+18
|
* get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ↵serg@serg.mysql.com2001-09-251-6/+6
| | | | ft_boolean_*
* Initial checkin of the new boolean fulltext search codeserg@serg.mysql.com2001-09-211-2/+2
|
* ft_* variables addedserg@serg.mysql.com2001-04-171-0/+5
|
* Added all changes from old 4.0 version:monty@work.mysql.com2001-04-111-3/+4
| | | | | | | | | PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
* fixed bug with FULLTEXT and ORDER BYserg@serg.mysql.com2000-11-041-2/+3
|
* Small bug fixes + code for DELETE QUICKmonty@donna.mysql.com2000-09-201-0/+1
|
* Stopwords (English only); fulltext keys now can be repairedserg@infomag.ape.relarn.ru2000-08-251-0/+2
|
* Many MATCH'es per query now allowed (i.e. AND's and OR's now work, butserg@infomag.ape.relarn.ru2000-08-171-5/+6
| | | | | slow - full table scan); ORDER BY now works with MATCH (slow, full table scan)
* Import changesetbk@work.mysql.com2000-07-311-0/+52