summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* 5.3 mergeSergei Golubchik2012-01-131-6/+10
|\
| * Made join_cache_level == 2 by default.Igor Babaev2011-12-151-1/+1
| * Made the optimizer switch flags 'outer_join_with_cache', 'semijoin_with_cache'Igor Babaev2011-12-151-2/+2
| * Rewrite IGNORE handling:Michael Widenius2011-12-111-31/+15
| * Merge with 5.2.Michael Widenius2011-12-111-15/+42
| |\
| | * Merge with MariaDB 5.1Michael Widenius2011-11-241-15/+42
| | |\
| | | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-15/+42
| | | |\
| * | | | Set new default values for the optimizer switch flags 'derived_merge'Igor Babaev2011-11-261-2/+2
| * | | | Merge enabling materialization=on by default.unknown2011-11-211-1/+1
| |\ \ \ \
| | * \ \ \ Merge enabling of materialization=on by default with main tree.unknown2011-11-211-1/+1
| | |\ \ \ \
| | | * | | | Enable subquery materialization=ON by default.unknown2011-11-091-1/+1
| * | | | | | Corrected the patch that made the optimizer switch for index condition pushdownIgor Babaev2011-11-211-1/+1
| * | | | | | Corrected the fix for bug 891052.Igor Babaev2011-11-171-2/+2
| |/ / / / /
| * | | | | Fixed LP bug #891052.Igor Babaev2011-11-171-1/+4
| |/ / / /
* | | | | Fixed lp:909051 Options --debug and --disable-debug are known but ambiguous i...Michael Widenius2011-12-271-17/+26
* | | | | after merge changes:Sergei Golubchik2011-12-121-13/+13
* | | | | move safemalloc out of dbug.Sergei Golubchik2011-12-121-2/+3
* | | | | win64 sysvar portability fixesSergei Golubchik2011-12-021-8/+8
* | | | | small cleanupSergei Golubchik2011-11-281-9/+2
* | | | | consistency fixes for mysqld --helpSergei Golubchik2011-11-281-6/+6
* | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-39/+73
|\ \ \ \ \ | |/ / / /
| * | | | Fixed that test doesn't abort if 'var' points to a deleted directory (common ...Michael Widenius2011-11-041-9/+11
| * | | | rename binlog_dbug_fsync_sleep -> debug_binlog_fsync_sleepSergei Golubchik2011-11-031-1/+7
| * | | | Change the default @@optimizer_switch settings:Sergey Petrunya2011-11-021-3/+3
| * | | | - Let t/myisam_icp.test run include/icp_tests.inc with MRR/ICP turned ON (not...Sergey Petrunya2011-10-281-1/+1
| * | | | Fixed lp:879939 "assertion in ha_maria::enable_indexes with derived_with_keys...Michael Widenius2011-10-261-0/+9
| * | | | merge 5.2Vladislav Vaintroub2011-10-191-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Fixed wrong info message for mysqld --general-logMichael Widenius2011-10-161-2/+2
| * | | | Remove extra MariaDB- from binary tar.gz file nameMichael Widenius2011-10-161-0/+2
| * | | | In crash handler, output session value of the optimizer switch.Vladislav Vaintroub2011-10-141-2/+10
| * | | | Mergeunknown2011-10-101-1/+1
| |\ \ \ \
| | * | | | Making subquery cache on by default.unknown2011-10-051-1/+1
| * | | | | Automatic merge with 5.2Michael Widenius2011-10-051-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Automatic merge with 5.1Michael Widenius2011-10-051-1/+1
| | |\ \ \ | | | |/ /
| | | * | Fix for issue found in buildbot where mysqld.*.err files was missingMichael Widenius2011-10-051-1/+1
| * | | | Automatic mergeMichael Widenius2011-09-261-17/+24
| |\ \ \ \
| | * | | | Allow one to block an account by using GRANT max_user_connections = -1Michael Widenius2011-09-261-5/+9
| | * | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-12/+15
| * | | | | fix typo: binlog_annotate_rows_events -> binlog_annotate_row_eventsSergei Golubchik2011-09-231-7/+7
| |/ / / /
| * | | | Merge with 5.2Michael Widenius2011-09-151-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Increased version numberMichael Widenius2011-09-131-3/+3
| * | | | Merge with 5.2Michael Widenius2011-09-101-21/+29
| |\ \ \ \ | | |/ / /
| | * | | Fixed that automatic killing of delayed insert thread (in flush, alter table ...Michael Widenius2011-09-091-18/+17
| | * | | Fixed lp:814238 "safe_mutex issues must be assertions in debug binary"Michael Widenius2011-09-021-3/+12
| * | | | Merge 5.2->5.3unknown2011-09-021-4/+16
| |\ \ \ \ | | |/ / /
| | * | | Added logging of all errors from my_read/my_write/my_pread/my_pwrite/my_open ...Michael Widenius2011-09-021-3/+15
| | * | | Added logging of all messages (also system warnings) one gets during a MyISAM...Michael Widenius2011-08-291-1/+1
* | | | | mergeSergei Golubchik2011-11-031-6/+14
|\ \ \ \ \
| * | | | | Revert wrong change.unknown2011-11-021-2/+6
| * | | | | Some after-merge fixes for 5.5 merge.unknown2011-10-251-3/+10