summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Limit query length in error log to 64K, to avoid output of full blobsVladislav Vaintroub2011-08-031-1/+1
* | | Enhance crash reporting. Fix Vladislav Vaintroub2011-08-031-1/+2
* | | Made the optimizer switches 'derived_merge' and 'derived_with_keys'Igor Babaev2011-07-211-2/+2
* | | Merge of subquery cache off by default.unknown2011-07-151-1/+1
|\ \ \
| * | | Make subquery cache off by default.unknown2011-07-151-1/+1
* | | | Changed the default setting of the optimizer switch 'optimize_join_buffer_size'.Igor Babaev2011-07-141-1/+1
|/ / /
* | | Make table_elimination=on|off flag to be always present in @@optimizer_switch.Sergey Petrunya2011-07-081-11/+2
* | | Set the default to be mrr=off,mrr_sort_keys=off:Sergey Petrunya2011-07-081-2/+2
* | | merge Windows performance patches into 5.3Vladislav Vaintroub2011-07-051-1/+1
|\ \ \
| * | | Fix MySQL Bug #21978 : 'flush_time' value set for 1800 sec Vladislav Vaintroub2011-06-161-1/+1
* | | | Change the default @@optimizer_switch setting fromSergey Petrunya2011-07-051-3/+3
* | | | Added progress reporting for alter table, LOAD DATA INFILE and for aria table...Michael Widenius2011-07-011-1/+6
* | | | New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-0/+3
* | | | Automatic mergeMichael Widenius2011-06-271-0/+1
|\ \ \ \
| * | | | Added reading of client-server my.cnf tagMichael Widenius2011-06-271-0/+1
* | | | | Merge 5.2 -> 5.3 Sergey Petrunya2011-06-241-12/+13
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fixed several errors in Aria discovered by test case for lp:727869 ma_pagecac...Michael Widenius2011-06-241-1/+2
| * | | | Fixed warning that sf_malloc_trough_check was not used when compiling without...Michael Widenius2011-06-121-2/+5
| * | | | Fixes BUG#60976 "Crash, valgrind warning and memory leak with partitioned arc...Michael Widenius2011-06-111-13/+10
| | |/ / | |/| |
* | | | Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-2/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Added two new flags for the optimizer switch:Igor Babaev2011-06-051-2/+8
* | | | Fixed that mysqld --no-defaults --help --verbose doesn't give a lot of irrele...Michael Widenius2011-06-071-8/+7
|/ / /
* | | Change optimizer_use_mrr=auto|disable|forceSergey Petrunya2011-06-031-2/+6
* | | automatic merge with 5.2Michael Widenius2011-05-281-1/+32
|\ \ \ | |/ /
| * | Fixed sql_perror() to return appropriate error messages on Windows,Vladislav Vaintroub2011-05-261-1/+1
| * | On Windows, collect mysql error log with Windows Error Reporting.Vladislav Vaintroub2011-05-261-0/+31
* | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-7/+24
|\ \ \
| * | | many changes to my_getsystime.c:Sergei Golubchik2011-05-191-3/+3
| * | | wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-011-2/+3
* | | | Rewritten patch of percona - switching query cache on and off, removing comme...unknown2011-05-181-1/+10
* | | | Merge with 5.3 mainMichael Widenius2011-05-161-3/+5
|\ \ \ \
| * \ \ \ MWL#89 - Automatic merge with 5.3unknown2011-05-101-3/+5
| |\ \ \ \
| | * \ \ \ MWL#89unknown2011-05-021-3/+5
| | |\ \ \ \