summaryrefslogtreecommitdiff
path: root/myisam/ft_boolean_search.c
Commit message (Expand)AuthorAgeFilesLines
* Merge key cache structures to oneunknown2003-11-201-1/+2
* Merge with 4.0unknown2003-11-041-1/+1
|\
| * fixed a bug in boolean fts where a word queue was created based on min_word_l...unknown2003-11-031-1/+1
* | query expansion for fulltext searchunknown2003-10-231-4/+1
* | MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntaxunknown2003-10-221-1/+1
* | get rid of default_charset_info for index fulltext searchesunknown2003-10-151-4/+4
* | "phrase search" should not match partial words (it should not match 'paraphra...unknown2003-10-141-10/+19
* | WL#1172 - no row scan on trunc* operatorunknown2003-10-021-0/+4
* | Merge with 4.0.14unknown2003-08-111-2/+2
|\ \ | |/
| * bug #942. docid == ftb->lastpos in join on looping over nested tableunknown2003-07-311-2/+2
* | Merge with 4.0.13unknown2003-05-191-2/+2
|\ \ | |/
| * mising reset_tree() in ft_reinit_search() addedunknown2003-05-031-2/+2
* | After merge fixes & remove compiler warningsunknown2003-02-071-4/+3
* | Two-level index structure for FULLTEXT indexesunknown2003-01-211-87/+112
* | Merge with 4.0unknown2002-11-211-9/+9
|\ \ | |/
| * bug in _ftb_strstr fixed :)unknown2002-11-201-3/+3
| * Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-6/+6
* | mergedunknown2002-10-251-1/+2
|\ \ | |/
| * ftb wasn't able to re-initialize index search (oops! in joins)unknown2002-10-191-1/+2
* | Merge with 4.0.4unknown2002-10-021-14/+16
|\ \ | |/ |/|
| * Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-2/+2
| * 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
* | | | ft-boolean + ORDER BY (ftb tree reusing) bugunknown2002-09-171-2/+20
|/ / /
* | | 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
|\