| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Typo fix: redundant "in"
|
|
|
|
| |
Better English message
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Fixes for building MySQL with gcc 3.0
Added SIGNED / UNSIGNED casts
Fixed core dump bug in net_clear() with libmysqld.
Back to using semaphores in query cache.
Added 'Null' and 'Index_type' to SHOW INDEX.
|
|
|
|
| |
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
|
|
|
|
|
|
| |
Portability fixes.
Handle cleanup when we get an error before the message file is read.
Fix bug in multi-table delete
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Removed _mi_rkey() function
New fork_big.pl multi-thread test
|
|
|
|
|
|
| |
Changed errmsg -> my_errmsg (portability issue)
Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
Fixed comments in default my.cnf files
|
|
|