summaryrefslogtreecommitdiff
path: root/myisam/ft_boolean_search.c
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0.3unknown2002-08-301-12/+14
|\
| * Changes for new binary .frm formatunknown2002-06-041-6/+9
| * merge with 4.0unknown2002-06-031-50/+132
| |\
| * | BTREE heap key structure is now the same as MyISAMunknown2002-05-211-5/+5
* | | yet another "trunc*" bug fixed - and the fundamental one! (now, when next tru...unknown2002-08-041-11/+24
* | | Removed wrong implementation of CUBE/ROLLUPunknown2002-07-241-1/+2
* | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-31/+57
| |/ |/|
* | yet another ft-trunc bug fixedunknown2002-05-151-13/+19
* | phrase search parser bugunknown2002-05-081-0/+1
* | "duplicated rows" bugunknown2002-05-071-12/+43
* | Fixed that enable-reads-from-master and repl-parse-query works in option files.unknown2002-04-291-6/+6
* | Portability fixesunknown2002-04-261-3/+6
* | follow-up correction patch for 'boolean fulltext search weighting scheme chan...unknown2002-04-191-2/+4
* | boolean fulltext search weighting scheme changedunknown2002-04-191-2/+2
* | ftb bug fixedunknown2002-04-181-1/+1
* | phrase searchunknown2002-04-181-22/+57
* | getting rid of default_charset_infounknown2002-04-151-8/+12
* | Merge work:/home/bk/mysql-4.0unknown2002-04-021-1/+1
|\ \ | |/ |/|
| * minor bug fixedunknown2002-03-221-1/+1
* | support for unsigned FLOAT/DOUBLEunknown2002-03-271-2/+1
|/
* Fixed problem with WHERE key=const ORDER BY key DESCunknown2002-03-151-2/+2
* several trunc* bugs fixed - to accomplish that, search algorithm was somewhat...unknown2002-03-091-87/+115
* bug with indexless boolean fts fixedunknown2002-03-041-4/+10
* ft_boolean_search - minor simplificationunknown2002-02-261-5/+4
* bug fixedunknown2002-02-191-1/+1
* ftb-bugfixunknown2002-01-141-0/+2
* rewrote ft_boolean_find_relevance() to use ft_segiteratorunknown2001-12-111-24/+35
* Merge work:/home/bk/mysql-4.0unknown2001-12-111-3/+5
|\
| * committing to be able to pullunknown2001-12-111-3/+5
* | Removed compiler warnings.unknown2001-12-101-5/+10
|/
* Update copyrightunknown2001-12-061-2/+1
* mergeunknown2001-12-051-3/+3
|\
| * Query cache.unknown2001-12-021-3/+3
* | ft_boolean_search.c bugfix "+(aaa bbb) +ccc"unknown2001-12-041-9/+6
|/
* boolean fulltext search without an indexunknown2001-11-281-7/+15
* ft_boolean_syntax variableunknown2001-11-221-16/+16
* fixes for ft-boolean and range optimizerunknown2001-11-221-4/+21
* Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2001-11-081-3/+2
|\
| * ft_boolean_search.c testunknown2001-11-081-1/+1
| * bug in relevance calculation fixedunknown2001-11-081-2/+1
* | Portability fix.unknown2001-11-071-4/+6
|/
* cleanupunknown2001-11-061-5/+0
* Mergeunknown2001-11-061-91/+166
|\
| * ft boolean search by table scan; queue_fix()unknown2001-11-061-91/+166
* | Fixes up things after merge from 3.23.44unknown2001-11-051-3/+3
|/
* I have to commit to be able to pullunknown2001-10-221-2/+2
* typo fixedunknown2001-10-171-1/+1
* misc. fulltext staffunknown2001-10-111-1/+1
* get rid of comp() macro - CMP is already in placeunknown2001-10-091-2/+2
* Boolean search passes _some_ testsunknown2001-10-091-103/+137