Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ft_boolean_syntax made changeable | serg@serg.mylan | 2004-02-16 | 1 | -1/+2 |
| | |||||
* | make a clear distinction between max_word_length in *characters* and in *bytes* | serg@serg.mylan | 2003-12-04 | 1 | -2/+2 |
| | |||||
* | query expansion for fulltext search | serg@serg.mylan | 2003-10-23 | 1 | -4/+4 |
| | |||||
* | MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntax | serg@serg.mylan | 2003-10-22 | 1 | -3/+6 |
| | |||||
* | After merge fixes & remove compiler warnings | monty@mashka.mysql.fi | 2003-02-07 | 1 | -1/+1 |
| | | | | | Added lengths for all MYSQL_FIELD string parameters Changed field length to 2 byte in .frm files | ||||
* | --ft_stopword_file command-line option | serg@serg.mysql.com | 2003-01-23 | 1 | -1/+2 |
| | |||||
* | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -2/+4 |
| | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree. | ||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -1/+1 |
| | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | Query cache. | monty@hundin.mysql.fi | 2001-12-02 | 1 | -1/+1 |
| | | | | Remove some warnings | ||||
* | boolean fulltext search without an index | serg@serg.mysql.com | 2001-11-28 | 1 | -1/+1 |
| | |||||
* | ft_boolean_syntax variable | serg@serg.mysql.com | 2001-11-22 | 1 | -0/+1 |
| | |||||
* | cleanup | serg@serg.mysql.com | 2001-11-06 | 1 | -1/+0 |
| | |||||
* | Make ft_xxx variables ulong to not break mysqld.cc init of variables. | monty@hundin.mysql.fi | 2001-11-05 | 1 | -3/+3 |
| | | | | mysqltest: replace_result now also affects error messages | ||||
* | I have to commit to be able to pull | serg@serg.mysql.com | 2001-10-22 | 1 | -1/+1 |
| | |||||
* | Boolean search passes _some_ tests | serg@serg.mysql.com | 2001-10-09 | 1 | -17/+18 |
| | |||||
* | get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ↵ | serg@serg.mysql.com | 2001-09-25 | 1 | -6/+6 |
| | | | | ft_boolean_* | ||||
* | Initial checkin of the new boolean fulltext search code | serg@serg.mysql.com | 2001-09-21 | 1 | -2/+2 |
| | |||||
* | ft_* variables added | serg@serg.mysql.com | 2001-04-17 | 1 | -0/+5 |
| | |||||
* | Added all changes from old 4.0 version: | monty@work.mysql.com | 2001-04-11 | 1 | -3/+4 |
| | | | | | | | | | PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys | ||||
* | fixed bug with FULLTEXT and ORDER BY | serg@serg.mysql.com | 2000-11-04 | 1 | -2/+3 |
| | |||||
* | Small bug fixes + code for DELETE QUICK | monty@donna.mysql.com | 2000-09-20 | 1 | -0/+1 |
| | |||||
* | Stopwords (English only); fulltext keys now can be repaired | serg@infomag.ape.relarn.ru | 2000-08-25 | 1 | -0/+2 |
| | |||||
* | Many MATCH'es per query now allowed (i.e. AND's and OR's now work, but | serg@infomag.ape.relarn.ru | 2000-08-17 | 1 | -5/+6 |
| | | | | | slow - full table scan); ORDER BY now works with MATCH (slow, full table scan) | ||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+52 |