| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
This fixed a bug in GROUP BY on a BLOB column with NULL values.
|
| |
| |
| |
| | |
resulted in "Index file full" error on huge SELECT DISTINCT's
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
and index log file handling)
Fixed bugs in my last changeset that made MySQL hard to compile.
Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables.
Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions
Extended my_chsize() to allow one to specify a filler character.
Extend vio_blocking to return the old state (This made some usage of this function much simpler)
Added testing for some functions that they caller have got the required mutexes before calling the function.
Use setrlimit() to ensure that we can write core file if one specifies --core-file.
Added --slave-compressed-protocol
Made 2 the minimum length for ft_min_word_len
Added variables foreign_key_checks & unique_checks.
Less logging from replication code (if not started with --log-warnings)
Changed that SHOW INNODB STATUS requre the SUPER privilege
More DBUG statements and a lot of new code comments
|
| |
| |
| |
| | |
resulted in "Index file full" error on huge SELECT DISTINCT's
|
| |
| |
| |
| | |
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
|
| |
| |
| |
| | |
Cleanup typos (like SKIPP -> SKIP)
|
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
Fixed bug in handling of packed MyISAM keys
|
| |
| |
| |
| |
| |
| | |
Fixed error number handling bug in mysqltest.
Fixed that error number from insert delayed is reported correctly.
merged new vio code with old violite code.
|
|/
|
|
|
|
|
| |
Added preliminary handling of symlinks in MyISAM.
When using myisamchk to check tables with --force, don't repair
tables that are marked as 'not closed' if they are ok.
Change fn_format() to use my_real_path and my_symlink
|
|
|
|
|
| |
Fixed bug when deleting keys with possible NULL values
many changes to mysqltest
|
|
|
|
|
| |
Run bootstrap in separate thread
Fix bug in FLUSH TABLES table_name
|
| |
|
| |
|
| |
|
|
|