summaryrefslogtreecommitdiff
path: root/myisam/ft_boolean_search.c
Commit message (Expand)AuthorAgeFilesLines
* MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntaxserg@serg.mylan2003-10-221-1/+1
* get rid of default_charset_info for index fulltext searchesserg@serg.mylan2003-10-151-4/+4
* "phrase search" should not match partial words (it should not match 'paraphra...serg@serg.mylan2003-10-141-10/+19
* WL#1172 - no row scan on trunc* operatorserg@serg.mylan2003-10-021-0/+4
* Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-2/+2
|\
| * bug #942. docid == ftb->lastpos in join on looping over nested tableserg@serg.mylan2003-07-311-2/+2
* | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-2/+2
|\ \ | |/
| * mising reset_tree() in ft_reinit_search() addedserg@serg.mylan2003-05-031-2/+2
* | After merge fixes & remove compiler warningsmonty@mashka.mysql.fi2003-02-071-4/+3
* | Two-level index structure for FULLTEXT indexesserg@serg.mysql.com2003-01-211-87/+112
* | Merge with 4.0monty@mashka.mysql.fi2002-11-211-9/+9
|\ \ | |/
| * bug in _ftb_strstr fixed :)serg@serg.mysql.com2002-11-201-3/+3
| * Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-6/+6
* | mergedserg@serg.mysql.com2002-10-251-1/+2
|\ \ | |/
| * ftb wasn't able to re-initialize index search (oops! in joins)serg@serg.mysql.com2002-10-191-1/+2
* | Merge with 4.0.4monty@mashka.mysql.fi2002-10-021-14/+16
|\ \ | |/ |/|
| * Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-021-2/+2
| * Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-12/+14
| |\
| | * Changes for new binary .frm formatmonty@hundin.mysql.fi2002-06-041-6/+9
| | * merge with 4.0monty@hundin.mysql.fi2002-06-031-50/+132
| | |\
| | * | BTREE heap key structure is now the same as MyISAMram@gw.udmsearch.izhnet.ru2002-05-211-5/+5
* | | | ft-boolean + ORDER BY (ftb tree reusing) bugserg@sergbook.mysql.com2002-09-171-2/+20
|/ / /
* | | yet another "trunc*" bug fixed - and the fundamental one! (now, when next tru...serg@serg.mysql.com2002-08-041-11/+24
* | | Removed wrong implementation of CUBE/ROLLUPmonty@mashka.mysql.fi2002-07-241-1/+2
* | | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-31/+57
| |/ |/|
* | yet another ft-trunc bug fixedserg@sergbook.mysql.com2002-05-151-13/+19
* | phrase search parser bugserg@serg.mysql.com2002-05-081-0/+1
* | "duplicated rows" bugserg@serg.mysql.com2002-05-071-12/+43
* | Fixed that enable-reads-from-master and repl-parse-query works in option files.monty@hundin.mysql.fi2002-04-291-6/+6
* | Portability fixesmonty@hundin.mysql.fi2002-04-261-3/+6
* | follow-up correction patch for 'boolean fulltext search weighting scheme chan...serg@serg.mysql.com2002-04-191-2/+4
* | boolean fulltext search weighting scheme changedserg@serg.mysql.com2002-04-191-2/+2
* | ftb bug fixedserg@serg.mysql.com2002-04-181-1/+1
* | phrase searchserg@serg.mysql.com2002-04-181-22/+57
* | getting rid of default_charset_infoserg@serg.mysql.com2002-04-151-8/+12
* | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-04-021-1/+1
|\ \ | |/ |/|
| * minor bug fixedserg@serg.mysql.com2002-03-221-1/+1
* | support for unsigned FLOAT/DOUBLEmonty@hundin.mysql.fi2002-03-271-2/+1
|/
* Fixed problem with WHERE key=const ORDER BY key DESCmonty@hundin.mysql.fi2002-03-151-2/+2
* several trunc* bugs fixed - to accomplish that, search algorithm was somewhat...serg@serg.mysql.com2002-03-091-87/+115
* bug with indexless boolean fts fixedserg@serg.mysql.com2002-03-041-4/+10
* ft_boolean_search - minor simplificationserg@serg.mysql.com2002-02-261-5/+4
* bug fixedserg@serg.mysql.com2002-02-191-1/+1
* ftb-bugfixserg@serg.mysql.com2002-01-141-0/+2
* rewrote ft_boolean_find_relevance() to use ft_segiteratorserg@serg.mysql.com2001-12-111-24/+35
* Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2001-12-111-3/+5
|\
| * committing to be able to pullserg@serg.mysql.com2001-12-111-3/+5
* | Removed compiler warnings.monty@hundin.mysql.fi2001-12-101-5/+10
|/
* Update copyrightmonty@hundin.mysql.fi2001-12-061-2/+1
* mergemonty@hundin.mysql.fi2001-12-051-3/+3
|\