An error occurred fetching the project authors.
- 30 May, 2006 1 commit
-
-
serg@serg.mylan authored
it can tell MySQL to make a copy of everything (bug#17123)
-
- 29 May, 2006 1 commit
-
-
svoj@may.pils.ru authored
The problem was that MySQL hadn't true ctype implementation. As a result many multibyte punctuation/whitespace characters were treated as word characters. This fix uses recently added CTYPE table for unicode character sets (WL1386) to detect unicode punctuation/whitespace characters correctly. Note: this is incompatible change since it changes parser behavior. One will have to use REPAIR TABLE statement to rebuild fulltext indexes.
-
- 28 May, 2006 1 commit
-
-
serg@serg.mylan authored
mysql_parse() and mysql_add_word() now take a MYSQL_FTPARSER_PARAM*, not a mysql_ftparam.
-
- 06 Apr, 2006 1 commit
-
-
serg@serg.mylan authored
Don't use the same param in recursive call. Also, the fix makes it safe for a plugin to replace param->mysql_add_word
-
- 28 Dec, 2005 1 commit
-
-
svoj@mysql.com authored
Manual merge.
-
- 06 Nov, 2005 1 commit
-
-
svoj@poseidon.ndb.mysql.com authored
WL#2763 - MySQL plugin interface: step 1 Manual merge from CNET tree.
-
- 27 Apr, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 06 Mar, 2005 2 commits
-
-
svoj@mysql.com authored
-
serg@serg.mylan authored
protection against invalid string in ft_get_word mysys/my_symlink2.c typo fixed
-
- 04 Mar, 2005 1 commit
-
-
svoj@mysql.com authored
-
- 25 Oct, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 27 May, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 10 May, 2004 1 commit
-
-
serg@serg.mylan authored
"phrase search" should not match partial words (it should not match 'paraphrase searches')
-
- 25 Mar, 2004 1 commit
-
-
monty@mysql.com authored
Don't read character set files if we are using only the default charset. In most cases the user will not anymore get a warning about missing character set files Compare strings with space extend instead of space strip. Now the following comparisons holds: "a" == "a " and "a\t" < "a". (Bug #3152). Note: Because of the above fix, one has to do a REPAIR on any table that has an ascii character < 32 last in a CHAR/VARCHAR/TEXT columns.
-
- 16 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 15 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
test results updated
-
- 24 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 23 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 20 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 15 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 14 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 21 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 26 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 18 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
safer GWS_PROB, avoid log(0)
-
- 28 Jun, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 21 May, 2002 1 commit
-
-
ram@gw.udmsearch.izhnet.ru authored
_mi_compare_text -> mi_compate_text Changes according Monty's suggestions
-
- 08 May, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 25 Apr, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
Renamed _hp_func -> hp_func mi_key_cmp moved to /mysys/my_handler.c New tests for HEAP tables
-
- 18 Apr, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 15 Apr, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 12 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 02 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Remove some warnings
-
- 28 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 22 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 13 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 06 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 09 Oct, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 27 Jul, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 02 Jul, 2001 1 commit
-
-
serg@serg.mysql.com authored
bulk inserts optimization: caching keys in binary tree
-
- 11 May, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-