summaryrefslogtreecommitdiff
path: root/myisam/ft_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Changes to create storage directory for storage engines. unknown2005-04-261-249/+0
* mergedunknown2005-03-091-2/+2
|\
| * myisam/ft_parser.cunknown2005-03-061-2/+2
* | BUG#8351 post-review improvements.unknown2005-03-071-10/+10
* | Fix for BUG#8351 (5.0) - Double quote in Boolean Fulltext query causes crashunknown2005-03-041-8/+17
|/
* don't hang if the text contains illegal charactersunknown2004-10-251-2/+2
* BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-251-1/+1
* ft_boolean_syntax made changeableunknown2004-02-161-0/+20
* bug#2708unknown2004-02-151-16/+24
* style fixesunknown2003-10-241-5/+5
* query expansion for fulltext searchunknown2003-10-231-1/+10
* oops forgot to commit ft_parser.c :-[]unknown2003-10-201-9/+9
* get rid of default_charset_info for index fulltext searchesunknown2003-10-151-11/+9
* "phrase search" should not match partial words (it should not match 'paraphra...unknown2003-10-141-9/+0
* Two-level index structure for FULLTEXT indexesunknown2003-01-211-32/+0
* typo fixedunknown2002-11-261-3/+3
* mergedunknown2002-10-251-4/+8
|\
| * some DBUG_ENTER/RETURN macro addedunknown2002-10-181-4/+8
* | Merge with 4.0.3unknown2002-08-301-9/+13
|\ \ | |/ |/|
| * merge with 4.0unknown2002-06-031-13/+20
| |\
| * | BTREE heap key structure is now the same as MyISAMunknown2002-05-211-4/+4
| * | RB-Tree indexes support in HEAP tablesunknown2002-04-251-1/+1
| * | New ctype functions/macros to support many charsets at a timeunknown2002-03-121-6/+10
* | | parser bug of "phrase search" fixedunknown2002-06-281-2/+2
| |/ |/|
* | phrase search parser bugunknown2002-05-081-1/+1
* | phrase searchunknown2002-04-181-3/+11
* | getting rid of default_charset_infounknown2002-04-151-10/+9
|/
* Query cache.unknown2001-12-021-2/+3
* boolean fulltext search without an indexunknown2001-11-281-3/+3
* ft_boolean_syntax variableunknown2001-11-221-20/+18
* ignore ft_min_word_len and stopword check for truncated words in the queryunknown2001-11-131-2/+2
* ft boolean search by table scan; queue_fix()unknown2001-11-061-23/+11
* Boolean search passes _some_ testsunknown2001-10-091-1/+1
* ft-update bug fixedunknown2001-07-271-4/+5
* memory-limited treeunknown2001-07-021-1/+1
* change tree to use qsort_cmp2 - compare function with 3 instead of 2 argumentsunknown2001-05-101-2/+3
* ft_* variables addedunknown2001-04-171-2/+2
* Added SQL_CALC_FOUND_ROWS and FOUND_ROWS()unknown2001-04-121-3/+2
* Added all changes from old 4.0 version:unknown2001-04-111-23/+115
* ft_parser.c minor bug that causes slightly incorrect weights and was found on...unknown2000-11-091-3/+1
* sql_table.cc key length limit check disabled for FULLTEXTunknown2000-10-041-3/+4
* Fixed indention, removed compiler varnings and fixed a bugunknown2000-09-291-1/+1
* Fixes for FULLTEXT and TIME typeunknown2000-09-131-12/+12
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesunknown2000-08-151-1/+1
* Import changesetunknown2000-07-311-0/+152