An error occurred fetching the project authors.
- 25 Nov, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Fix for the resize key cache operation.
-
- 20 Nov, 2003 2 commits
-
-
monty@mysql.com authored
Portability fixes After merge fixes
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
- 19 Nov, 2003 1 commit
-
-
pem@mysql.comhem.se 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.
-
- 17 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 02 Oct, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Improved concurrency for key cache reassignment
-
- 25 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed deadlock bug when doing resize of key buffer while key buffer was in active use
-
- 09 Aug, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Added key cache parameters for midpoint insertion strategy Many files: Added midpoint insertion strategy for key cache mi_test2.c: Added a parameter to resize_key_cache
-
- 02 Aug, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Added key cache assignment mi_locking.c: Added key cache assignment: correction my_sys.h: Added key cache variable structure
-
- 30 Jun, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Added multiple key cache
-
- 12 Jun, 2003 1 commit
-
-
igor@rurik.mysql.com authored
New feature: preload indexes into key cache. mi_preload.c: new file Many files: Added preload statement.
-
- 13 May, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Logging to logging@openlogging.org accepted mf_keycache.c: Fixed a deadlock when reading from an index file fails.
-
- 25 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed bug in allocation memory in key cache. (Memory was not properly aligned which cased core dumps on sparc CPU's) Changed keycache variables to start with my_ instead of _my_
-
- 20 Feb, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 28 Jan, 2003 1 commit
-
-
venu@hundin.mysql.fi authored
Added some fields to the st_my_thread_var structure to be able to link such structures into a list.
-
- 18 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 02 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Remove some warnings
-
- 25 Nov, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi 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
-
- 19 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Support option lines longer than 256 chars. Close the slow log at shutdown. Always allow debug options to mysqld. Change some DBUG_PRINT tags.
-
- 13 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Updated qsort source from glibc. Add debugging of keycache when EXTRA_DEBUG is specified
-
- 11 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 20 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
-
- 16 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 07 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-