Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug#8351 | svoj@mysql.com | 2005-02-14 | 1 | -22/+14 |
* | indexless boolean fulltext search was depending on default_charset_info - Bug... | serg@serg.mylan | 2005-02-04 | 1 | -3/+4 |
* | myisam/ft_boolean_search.c | serg@serg.mylan | 2005-01-18 | 1 | -5/+6 |
* | allocate a buffer large enough for a longer matching string | serg@serg.mylan | 2004-12-07 | 1 | -1/+1 |
* | merged | serg@serg.mylan | 2004-11-22 | 1 | -2/+2 |
|\ | |||||
| * | ft_boolean_search.c: | serg@serg.mylan | 2004-11-22 | 1 | -2/+2 |
* | | merged | serg@serg.mylan | 2004-11-17 | 1 | -11/+11 |
|\ \ | |/ | |||||
| * | wrong constant fixed - boolean fulltext searches like "+something +smth*" | serg@serg.mylan | 2004-11-12 | 1 | -10/+10 |
* | | Fixed some byte order bugs with prepared statements on machines with high-byt... | monty@mysql.com | 2004-06-18 | 1 | -4/+5 |
* | | bug#3964 and related issues: FTB problems with charsets where one byte can ma... | serg@serg.mylan | 2004-06-10 | 1 | -16/+22 |
* | | merge with 4.0 to get fix to VC++ project files | monty@mysql.com | 2004-05-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | backport bug#2708 fix from 4.1 | serg@serg.mylan | 2004-05-27 | 1 | -1/+1 |
| * | backport from 4.1: | serg@serg.mylan | 2004-05-10 | 1 | -10/+19 |
* | | postreview fixes | serg@serg.mylan | 2004-04-29 | 1 | -16/+13 |
* | | after-merge fix: make concurrent-insert-skip code ft2-aware | serg@serg.mylan | 2004-04-27 | 1 | -3/+13 |
* | | After merge fixes | monty@mishka.local | 2004-04-27 | 1 | -2/+3 |
* | | Merge with 4.0 | monty@mishka.local | 2004-04-26 | 1 | -2/+10 |
|\ \ | |/ | |||||
| * | made fulltext search aware of concurrent inserts | serg@serg.mylan | 2004-04-05 | 1 | -4/+15 |
* | | BTREE-indexes in HEAP tables can now be used to optimize ORDER BY | monty@mysql.com | 2004-03-25 | 1 | -4/+4 |
* | | merge with 4.0 | monty@mysql.com | 2004-03-16 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | ftb +(+(many -parens)) bug fixed | serg@serg.mylan | 2004-02-22 | 1 | -3/+5 |
* | | bug#2708 | serg@serg.mylan | 2004-02-15 | 1 | -24/+24 |
* | | Merge with 4.0.17 | monty@mysql.com | 2003-12-17 | 1 | -2/+9 |
|\ \ | |/ | |||||
| * | code cleanup after some reasoning | serg@serg.mylan | 2003-12-09 | 1 | -2/+9 |
* | | WL#1172 optimization reverted | serg@serg.mylan | 2003-11-24 | 1 | -4/+0 |
* | | merge with 4.0 | monty@mysql.com | 2003-11-23 | 1 | -19/+32 |
|\ \ | |/ | |||||
| * | yet another trunc* bug | serg@serg.mylan | 2003-11-20 | 1 | -20/+33 |
* | | Merge key cache structures to one | monty@mysql.com | 2003-11-20 | 1 | -1/+2 |
* | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-11-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fixed a bug in boolean fts where a word queue was created based on min_word_l... | serg@serg.mylan | 2003-11-03 | 1 | -1/+1 |
* | | query expansion for fulltext search | serg@serg.mylan | 2003-10-23 | 1 | -4/+1 |
* | | MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntax | serg@serg.mylan | 2003-10-22 | 1 | -1/+1 |
* | | get rid of default_charset_info for index fulltext searches | serg@serg.mylan | 2003-10-15 | 1 | -4/+4 |
* | | "phrase search" should not match partial words (it should not match 'paraphra... | serg@serg.mylan | 2003-10-14 | 1 | -10/+19 |
* | | WL#1172 - no row scan on trunc* operator | serg@serg.mylan | 2003-10-02 | 1 | -0/+4 |
* | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | bug #942. docid == ftb->lastpos in join on looping over nested table | serg@serg.mylan | 2003-07-31 | 1 | -2/+2 |
* | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | mising reset_tree() in ft_reinit_search() added | serg@serg.mylan | 2003-05-03 | 1 | -2/+2 |
* | | After merge fixes & remove compiler warnings | monty@mashka.mysql.fi | 2003-02-07 | 1 | -4/+3 |
* | | Two-level index structure for FULLTEXT indexes | serg@serg.mysql.com | 2003-01-21 | 1 | -87/+112 |
* | | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | bug in _ftb_strstr fixed :) | serg@serg.mysql.com | 2002-11-20 | 1 | -3/+3 |
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. | monty@butch. | 2002-11-07 | 1 | -6/+6 |
* | | merged | serg@serg.mysql.com | 2002-10-25 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | ftb wasn't able to re-initialize index search (oops! in joins) | serg@serg.mysql.com | 2002-10-19 | 1 | -1/+2 |
* | | Merge with 4.0.4 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -14/+16 |
|\ \ | |/ |/| | |||||
| * | Fixes and code cleanups after merge with 4.0.3 | monty@mashka.mysql.fi | 2002-10-02 | 1 | -2/+2 |
| * | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 1 | -12/+14 |
| |\ | |||||
| | * | Changes for new binary .frm format | monty@hundin.mysql.fi | 2002-06-04 | 1 | -6/+9 |