An error occurred fetching the project authors.
- 14 Feb, 2005 1 commit
-
-
svoj@mysql.com authored
Fix for crash when using a double quote in boolean fulltext query.
-
- 04 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
ftbw->off wasn't cleared on reinit - Bug#8234
-
- 18 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-trunc* bug - don't increase yweaks in this case
-
- 07 Dec, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 22 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
bug#6705 - (+trunc1* +trunc2*) fulltext.test, fulltext.result: bug#6705
-
- 12 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
were stopping at docid 0xffffffff
-
- 18 Jun, 2004 1 commit
-
-
monty@mysql.com authored
Fixed problem with NULL and derived tables (Bug #4097) Cleanup of new pushed code
-
- 10 Jun, 2004 1 commit
-
-
serg@serg.mylan authored
correct prefix compare with my_strnncoll
-
- 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')
-
- 29 Apr, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 27 Apr, 2004 2 commits
-
-
serg@serg.mylan authored
-
monty@mishka.local authored
Changed 'SHOW FIELD STATUS' to use 'Engine' instead of 'Type'
-
- 05 Apr, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 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.
-
- 21 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 15 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
test results updated
-
- 09 Dec, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 24 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
(see fulltext.test)
-
- 20 Nov, 2003 2 commits
-
-
serg@serg.mylan authored
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
- 03 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
fixed a bug in boolean fts where a word queue was created based on min_word_len, while with trunc* operator one could get shorter words
-
- 23 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 22 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
-
- 02 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 31 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 03 May, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 07 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added lengths for all MYSQL_FIELD string parameters Changed field length to 2 byte in .frm files
-
- 21 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 20 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 07 Nov, 2002 1 commit
-
-
monty@butch. authored
-
- 19 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 02 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
-
- 17 Sep, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 04 Aug, 2002 1 commit
-
-
serg@serg.mysql.com authored
yet another "trunc*" bug fixed - and the fundamental one! (now, when next trunc* word is less than curdoc it doesn't led to wrong results)
-
- 24 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bugfix of INSERT ... SET db_name.table_name.column_name Changed locking to external-locking Fix client hangup for some invalid SQL queries.
-
- 11 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(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.
-
- 04 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes after last merge from 4.0. (Code not yet complete, need anoter merge from 4.0)
-