An error occurred fetching the project authors.
- 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
-
- 15 Feb, 2005 1 commit
-
-
dean@mysql.com authored
Added bounds check to avoid accessing unallocated FT_DOC array. (BUG #8522)
-
- 22 Oct, 2004 1 commit
-
-
monty@mysql.com authored
Fixed checking of privilege handling in CREATE ... SELECT (Bug #6094)
-
- 19 May, 2004 1 commit
-
-
monty@mysql.com authored
Fixed wrong number of warnings/duplicates for machines with high-byte-first
-
- 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.
-
- 29 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 17 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 18 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
- 13 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 08 Nov, 2003 1 commit
-
-
serg@sergbook.mylan authored
a bug in latin1_german2 FT fixed
-
- 23 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 22 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 19 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
optimization: abort search for common (>50% rows) words earlier.
-
- 21 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 08 Jan, 2003 1 commit
-
-
serg@sergbook.mysql.com authored
no _mi_search_next() bug fixed
-
- 06 Nov, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 18 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
safer GWS_PROB, avoid log(0)
-
- 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.
-
- 21 May, 2002 1 commit
-
-
ram@gw.udmsearch.izhnet.ru authored
_mi_compare_text -> mi_compate_text Changes according Monty's suggestions
-
- 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
-
- 15 Apr, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 09 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added new operators to be used with gcc 3.0.x Update of query cache code. Added semaphores for Windows (not yet in use) Added pthread_mutex_trylock for windows.
-
- 28 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 22 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 06 Nov, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 04 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes. Don't delete temporary tables on FLUSH tables.
-
- 22 Oct, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 09 Oct, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 02 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
-
- 25 Sep, 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
-
- 11 Apr, 2001 1 commit
-
-
monty@work.mysql.com authored
PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
-
- 28 Nov, 2000 1 commit
-
-
serg@serg.mysql.com authored
opt_range.h bugs with const_tables and filesort fixed opt_range.cc bugs with const_tables and filesort fixed item_func.cc bugs with const_tables and filesort fixed ha_myisam.h bugs with const_tables and filesort fixed ha_myisam.cc bugs with const_tables and filesort fixed ft_search.c bugs with const_tables and filesort fixed
-
- 02 Nov, 2000 1 commit
-
-
serg@serg.mysql.com authored
From now on FULLTEXT search is initialized expilictly in mysql_select()
-