Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for BUG#13582. Theoretically possible to try to overallocate RAM in some... | dean@mysql.com | 2005-09-28 | 1 | -1/+2 |
* | Merge mysql.com:/home/dellis/mysqlab/bk/mysql-4.0 | dean@mysql.com | 2005-02-15 | 1 | -1/+6 |
|\ | |||||
| * | ft_nlq_search.c: | dean@mysql.com | 2005-02-15 | 1 | -1/+6 |
* | | Fix compiler warnings (detected by Intel's C++ compiler) | monty@mysql.com | 2004-10-22 | 1 | -0/+2 |
* | | Portability fixes | monty@mysql.com | 2004-05-19 | 1 | -2/+3 |
* | | after-merge fix: make concurrent-insert-skip code ft2-aware | serg@serg.mylan | 2004-04-27 | 1 | -4/+5 |
* | | After merge fixes | monty@mishka.local | 2004-04-27 | 1 | -4/+4 |
* | | Merge with 4.0 | monty@mishka.local | 2004-04-26 | 1 | -1/+12 |
|\ \ | |/ | |||||
| * | made fulltext search aware of concurrent inserts | serg@serg.mylan | 2004-04-05 | 1 | -2/+12 |
* | | BTREE-indexes in HEAP tables can now be used to optimize ORDER BY | monty@mysql.com | 2004-03-25 | 1 | -1/+1 |
* | | bug#3011 - multi-byte charset in fulltext | serg@serg.mylan | 2004-02-29 | 1 | -5/+5 |
* | | missing semicolon | serg@serg.mylan | 2004-02-17 | 1 | -1/+1 |
* | | merge | monty@mashka.mysql.fi | 2003-11-18 | 1 | -1/+2 |
|\ \ | |||||
| * | | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS | monty@mashka.mysql.fi | 2003-11-18 | 1 | -1/+2 |
* | | | followup to the ft+latin2 bugfix | serg@serg.mylan | 2003-11-13 | 1 | -2/+2 |
* | | | fulltext.test, fulltext.result, ft_nlq_search.c: | serg@sergbook.mylan | 2003-11-08 | 1 | -1/+3 |
|/ / | |||||
* | | query expansion for fulltext search | serg@serg.mylan | 2003-10-23 | 1 | -15/+47 |
* | | MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntax | serg@serg.mylan | 2003-10-22 | 1 | -2/+2 |
* | | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | FT-NL bugfix - ignore words that appear more than in 2mio rows to avoid tree ... | serg@serg.mylan | 2003-08-19 | 1 | -31/+8 |
| * | ft_nlq_search.c: | serg@sergbook.mysql.com | 2003-01-08 | 1 | -0/+1 |
* | | Two-level index structure for FULLTEXT indexes | serg@serg.mysql.com | 2003-01-21 | 1 | -47/+38 |
* | | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | BETWEEN fixed | serg@sergbook.mysql.com | 2002-11-06 | 1 | -1/+2 |
* | | merged | serg@serg.mysql.com | 2002-10-25 | 1 | -9/+13 |
|\ \ | |/ | |||||
| * | some DBUG_ENTER/RETURN macro added | serg@serg.mysql.com | 2002-10-18 | 1 | -9/+13 |
* | | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 1 | -4/+5 |
|\ \ | |/ |/| | |||||
| * | merge with 4.0 | monty@hundin.mysql.fi | 2002-06-03 | 1 | -3/+7 |
| |\ | |||||
| * | | BTREE heap key structure is now the same as MyISAM | ram@gw.udmsearch.izhnet.ru | 2002-05-21 | 1 | -3/+3 |
| * | | RB-Tree indexes support in HEAP tables | bar@gw.udmsearch.izhnet.ru | 2002-04-25 | 1 | -1/+1 |
* | | | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -24/+39 |
| |/ |/| | |||||
* | | getting rid of default_charset_info | serg@serg.mysql.com | 2002-04-15 | 1 | -2/+5 |
|/ | |||||
* | Removed compiler warnings. | monty@hundin.mysql.fi | 2001-12-10 | 1 | -3/+4 |
* | boolean fulltext search without an index | serg@serg.mysql.com | 2001-11-28 | 1 | -4/+8 |
* | ft_boolean_syntax variable | serg@serg.mysql.com | 2001-11-22 | 1 | -1/+1 |
* | cleanup | serg@serg.mysql.com | 2001-11-06 | 1 | -5/+0 |
* | Fixes up things after merge from 3.23.44 | monty@hundin.mysql.fi | 2001-11-05 | 1 | -1/+1 |
* | I have to commit to be able to pull | serg@serg.mysql.com | 2001-10-22 | 1 | -1/+2 |
* | Boolean search passes _some_ tests | serg@serg.mysql.com | 2001-10-09 | 1 | -15/+70 |
* | get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft... | serg@serg.mysql.com | 2001-09-25 | 1 | -11/+53 |
* | memory-limited tree | serg@serg.mysql.com | 2001-07-02 | 1 | -2/+2 |
* | change tree to use qsort_cmp2 - compare function with 3 instead of 2 arguments | sasha@mysql.sashanet.com | 2001-05-10 | 1 | -2/+3 |
* | Added all changes from old 4.0 version: | monty@work.mysql.com | 2001-04-11 | 1 | -0/+191 |