| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
(There are probably some more to fix)
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Extended max_allowed_packet for clients to 1G
Fixed bug in sending compressed rows >= 16M
Fix bug in skiping too long packets from clients.
Added checking of wrong command number sent by client.
|
|\ \
| |/ |
|
| | |
|
| |\ |
|
| | | |
|
| |/
| |
| |
| | |
- sql_analyse.cc: Fixed bug in decimal handling
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add support for LIMIT # OFFSET #
Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions.
Don't call query_cache_invalidate() twice in some cases
mysql_change_user() now clears states to be equal to close + connect.
Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES
Fixed a bug with replicate-do and UPDATE
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fix bug when server hang(with SSL, with modified libmysql)
Add options master-ssl-capath and master-ssl-cipher
Add some error checking(SSL)
|
| |
| |
| |
| | |
differences in HPUX11)
|
| |
| |
| |
| |
| |
| | |
Only write short usage if one starts mysqldump without any options
Added query cache on windows
Added error message if one can't read privilege tables
|
| |
| |
| |
| |
| |
| |
| | |
Improve mysql-test to be more robust.
Fix that GRANT doesn't delete SSL options
Change innobase_flush_log_at_trx_commit to uint.
Don't rotate logs if we read a rotate log entry from the master.
|
| |
| |
| |
| |
| |
| | |
Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL
Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables.
Better fix for ALTER TABLE on BDB tables.
|
| | |
|
| |
| |
| |
| | |
Fixed hang in start_slave_threads() when thread dies quickly.
|
| |
| |
| |
| |
| |
| |
| |
| | |
More DBUG info for replication
Better error messages from replication
Fixed bug in replication code when connecting to 'localhost' (time was not released properly)
Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug)
Removed warning when setting an AUTO_INCREMENT field to NULL
|
| |
| |
| |
| |
| |
| |
| | |
Fixed configure problems with HPUX and openbsd
SHOW SLAVE STATUS returns empty set if slave is not initialized
SHOW MASTER STATUS returns empty set if binary logging is not enabled.
Fixed shutdown problem on Solaris.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
Moved IF(test,column,NULL) code to 4.0
Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h.
Removed some CR's in os2 files.
|
| |
| |
| |
| |
| | |
Fixed some windows portability problems and removed some compiler warnings
Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.
|
| |
| |
| |
| |
| | |
Fix for syntax error bug in SET TRANSACTION ISOLATION
|
| |
| |
| |
| |
| | |
Make safe_mysqld a symlink to mysqld_safe in binary distribution
Fixed problem with CTRL-C when using mysqld --bootstrap
|
| |
| |
| |
| | |
Updated WEEK() and DATE information in the manual.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Added statistics information for alarms (for bug tracking)
Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me)
Enlarged STACK_BUF_ALLOC becasue of failed crash-me test
Aded new script mysql_tableinfo to make a system directory.
|
| |
| |
| |
| |
| | |
(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.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
Change TRUNCATE(number) to truncate towards zero for negative numbers
Fix NULL handling for DESCRIBE table_name
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
Changed some status variable names
Fix bug in GRANT ... PASSWORD string
|
| |
| |
| |
| |
| |
| | |
Fixed stack overflow checking with crash-me with gcc 3.0.4
Using @@unknown_variable doesn't hang client anymore
Added @@VERSION variable
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Fixed slowdown problem on win98
Fixed syntax for ALTER TABLE .. RENAME
|
| |
| |
| |
| | |
Changed in client library character-set-dir -> character-sets-dir
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
|
|/ /
| |
| |
| | |
accidental push of broken code.
|