Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge mysql.com:/home/jimw/my/mysql-4.1-clean | jimw@mysql.com | 2005-06-20 | 1 | -1/+1 |
|\ | |||||
| * | Fix hang/crash with Boolean full-text search against an unindexed field for | jimw@mysql.com | 2005-06-17 | 1 | -1/+1 |
* | | BUG#8351 post-review improvements. | svoj@mysql.com | 2005-03-07 | 1 | -21/+28 |
* | | Fix for BUG#8351 (5.0) - Double quote in Boolean Fulltext query causes crash | svoj@mysql.com | 2005-03-04 | 1 | -21/+41 |
* | | Merge with 4.1 | monty@mysql.com | 2005-02-15 | 1 | -22/+14 |
|\ \ | |/ | |||||
| * | Bug#8351 | svoj@mysql.com | 2005-02-14 | 1 | -22/+14 |
* | | Merge changes | jimw@mysql.com | 2005-02-04 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | indexless boolean fulltext search was depending on default_charset_info - Bug... | serg@serg.mylan | 2005-02-04 | 1 | -3/+4 |
* | | merged | serg@serg.mylan | 2005-01-24 | 1 | -5/+6 |
|\ \ | |/ | |||||
| * | myisam/ft_boolean_search.c | serg@serg.mylan | 2005-01-18 | 1 | -5/+6 |
* | | After merge fixes | monty@mysql.com | 2004-12-31 | 1 | -0/+1 |
|/ | |||||
* | 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 |
|\ \ | |/ |