summaryrefslogtreecommitdiff
path: root/myisam/ft_nlq_search.c
Commit message (Expand)AuthorAgeFilesLines
* my_strtoll10-x86.s:unknown2006-12-311-1/+1
* Many files:unknown2006-12-231-2/+1
* Fix for BUG#13582. Theoretically possible to try to overallocate RAM in some...unknown2005-09-281-1/+2
* Merge mysql.com:/home/dellis/mysqlab/bk/mysql-4.0unknown2005-02-151-1/+6
|\
| * ft_nlq_search.c:unknown2005-02-151-1/+6
* | Fix compiler warnings (detected by Intel's C++ compiler)unknown2004-10-221-0/+2
* | Portability fixesunknown2004-05-191-2/+3
* | after-merge fix: make concurrent-insert-skip code ft2-awareunknown2004-04-271-4/+5
* | After merge fixesunknown2004-04-271-4/+4
* | Merge with 4.0unknown2004-04-261-1/+12
|\ \ | |/
| * made fulltext search aware of concurrent insertsunknown2004-04-051-2/+12
* | BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-251-1/+1
* | bug#3011 - multi-byte charset in fulltextunknown2004-02-291-5/+5
* | missing semicolonunknown2004-02-171-1/+1
* | mergeunknown2003-11-181-1/+2
|\ \
| * | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-1/+2
* | | followup to the ft+latin2 bugfixunknown2003-11-131-2/+2
* | | fulltext.test, fulltext.result, ft_nlq_search.c:unknown2003-11-081-1/+3
|/ /
* | query expansion for fulltext searchunknown2003-10-231-15/+47
* | MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntaxunknown2003-10-221-2/+2
* | merge with 4.0.15unknown2003-08-291-7/+7
|\ \ | |/
| * FT-NL bugfix - ignore words that appear more than in 2mio rows to avoid tree ...unknown2003-08-191-31/+8
| * ft_nlq_search.c:unknown2003-01-081-0/+1
* | Two-level index structure for FULLTEXT indexesunknown2003-01-211-47/+38
* | Merge with 4.0unknown2002-11-211-1/+2
|\ \ | |/
| * BETWEEN fixedunknown2002-11-061-1/+2
* | mergedunknown2002-10-251-9/+13
|\ \ | |/
| * some DBUG_ENTER/RETURN macro addedunknown2002-10-181-9/+13
* | Merge with 4.0.3unknown2002-08-301-4/+5
|\ \ | |/ |/|
| * merge with 4.0unknown2002-06-031-3/+7
| |\
| * | BTREE heap key structure is now the same as MyISAMunknown2002-05-211-3/+3
| * | RB-Tree indexes support in HEAP tablesunknown2002-04-251-1/+1
* | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-24/+39
| |/ |/|
* | getting rid of default_charset_infounknown2002-04-151-2/+5
|/
* Removed compiler warnings.unknown2001-12-101-3/+4
* boolean fulltext search without an indexunknown2001-11-281-4/+8
* ft_boolean_syntax variableunknown2001-11-221-1/+1
* cleanupunknown2001-11-061-5/+0
* Fixes up things after merge from 3.23.44unknown2001-11-051-1/+1
* I have to commit to be able to pullunknown2001-10-221-1/+2
* Boolean search passes _some_ testsunknown2001-10-091-15/+70
* get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft...unknown2001-09-251-11/+53
* memory-limited treeunknown2001-07-021-2/+2
* change tree to use qsort_cmp2 - compare function with 3 instead of 2 argumentsunknown2001-05-101-2/+3
* Added all changes from old 4.0 version:unknown2001-04-111-0/+191