summaryrefslogtreecommitdiff
path: root/myisam/ft_boolean_search.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warningsunknown2005-07-281-0/+1
* Fix hang/crash with Boolean full-text search against an unindexed field forunknown2005-06-171-1/+1
* Bug#8351unknown2005-02-141-22/+14
* indexless boolean fulltext search was depending on default_charset_info - Bug...unknown2005-02-041-3/+4
* myisam/ft_boolean_search.cunknown2005-01-181-5/+6
* allocate a buffer large enough for a longer matching stringunknown2004-12-071-1/+1
* mergedunknown2004-11-221-2/+2
|\
| * ft_boolean_search.c:unknown2004-11-221-2/+2
* | mergedunknown2004-11-171-11/+11
|\ \ | |/
| * wrong constant fixed - boolean fulltext searches like "+something +smth*"unknown2004-11-121-10/+10
* | Fixed some byte order bugs with prepared statements on machines with high-byt...unknown2004-06-181-4/+5
* | bug#3964 and related issues: FTB problems with charsets where one byte can ma...unknown2004-06-101-16/+22
* | merge with 4.0 to get fix to VC++ project filesunknown2004-05-271-1/+1
|\ \ | |/
| * backport bug#2708 fix from 4.1unknown2004-05-271-1/+1
| * backport from 4.1:unknown2004-05-101-10/+19
* | postreview fixesunknown2004-04-291-16/+13
* | after-merge fix: make concurrent-insert-skip code ft2-awareunknown2004-04-271-3/+13
* | After merge fixesunknown2004-04-271-2/+3
* | Merge with 4.0unknown2004-04-261-2/+10
|\ \ | |/
| * made fulltext search aware of concurrent insertsunknown2004-04-051-4/+15
* | BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-251-4/+4
* | merge with 4.0unknown2004-03-161-3/+5
|\ \ | |/
| * ftb +(+(many -parens)) bug fixedunknown2004-02-221-3/+5
* | bug#2708unknown2004-02-151-24/+24
* | Merge with 4.0.17unknown2003-12-171-2/+9
|\ \ | |/
| * code cleanup after some reasoningunknown2003-12-091-2/+9
* | WL#1172 optimization revertedunknown2003-11-241-4/+0
* | merge with 4.0unknown2003-11-231-19/+32
|\ \ | |/
| * yet another trunc* bugunknown2003-11-201-20/+33
* | 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