summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* mysql 5.5.23 mergeSergei Golubchik2012-04-101-5/+6
|\
| * Merge 5.1 => 5.5Tor Didriksen2012-03-061-4/+0
| |\
| | * Bug#11761576 54082: HANDLE_SEGFAULT MAKES USE OF UNSAFE FUNCTIONSTor Didriksen2012-03-061-4/+0
| * | BUG#13333431 - INCORRECT DEFAULT PORT IN 'SHOW SLAVE HOSTS' OUTPUTManish Kumar2012-02-281-1/+6
| |\ \
* | | | mdev-208 thread pool breaks the server on XPSergei Golubchik2012-04-051-0/+8
* | | | Merge with 5.3Michael Widenius2012-04-031-2/+1
|\ \ \ \
| * | | | Don't disable core on signal just becasue platform doesn't handle stack tracesMichael Widenius2012-04-031-4/+0
* | | | | Define dummy my_init_stacktrace() to allow one to call it without #ifdef HAVE...Michael Widenius2012-04-031-74/+73
* | | | | Merge of compatibility fixesMichael Widenius2012-04-021-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Compatibility fixes by U OrsiniMichael Widenius2012-03-301-0/+2
* | | | | automatic mergeMichael Widenius2012-04-021-40/+68
|\ \ \ \ \
| * | | | | Applied patch for guard stack for PPC/IA64 by Maarten Vanraes (lp:886368)Michael Widenius2012-03-281-40/+68
* | | | | | mysql-5.5.22 mergeSergei Golubchik2012-03-281-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Print a deprecation warning when ignore-builtin-innodb is usedVasil Dimov2012-02-171-0/+4
| * | | | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | MDEV-15 Log all sql errors.Alexey Botchkov2012-03-241-3/+0
* | | | | Cleanups:Michael Widenius2012-03-201-57/+68
* | | | | MDEV-15 Log all SQL errors.Alexey Botchkov2012-03-141-0/+3
* | | | | merge with mysql-5.5.21Sergei Golubchik2012-03-091-2/+17
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug#11753187 (formerly known as bug 44585): SP_CACHE BEHAVES ASDmitry Shulga2012-01-251-0/+5
| * | | | BUG#11752315 - 43460: STOP SLAVE UNABLE TO COMPLETE WHEN SLAVE THREAD IS TRYI...Manish Kumar2012-01-231-0/+8
| * | | | merged bug #11754014Georgi Kodinov2012-01-171-2/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Bug #11754014: 45549: udf plugin_dir path separator inconsistency Georgi Kodinov2012-01-161-2/+4
* | | | | Merge MWL#234: @@skip_replication, into latest MariaDB 5.5 for pushunknown2012-03-021-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge MWL#234: @@skip_replication feature to MariaDB 5.5.unknown2012-03-011-0/+2
| |\ \ \ \ \
| | * | | | | MWL#234: Implement option to switch between master-side and client-side filte...unknown2011-08-161-7/+21
| | * | | | | MWL#234: After-review fixes, including better names for the new system variab...unknown2011-08-121-8/+9
| | * | | | | MWL#234: Support for marking binlog events to not be replicated, and for tell...unknown2011-08-111-1/+9
* | | | | | | Make Tc_log_page_size status variable use SHOW_LONG_NOFLUSH.Sergei Golubchik2012-02-291-1/+1
|/ / / / / /
* | | | | | Update copyright noticesVladislav Vaintroub2012-02-281-1/+1
* | | | | | merge 5.5Vladislav Vaintroub2012-02-271-17/+17
|\ \ \ \ \ \
| * | | | | | because of the high cost associated with fake symdir resolution, disable sym...Vladislav Vaintroub2012-02-271-1/+3
| * | | | | | Merge MWL#192: non-blocking client library into MariaDB.unknown2012-02-261-7/+3
| |\ \ \ \ \ \
| | * | | | | | MWL#192 after-merge fixes.unknown2012-02-231-7/+3
| * | | | | | | 5.3 mergeSergei Golubchik2012-02-241-8/+8
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | Sort counters by their names (otherwise, the order of SHOW STATUS output is s...Sergey Petrunya2012-02-221-3/+4
| | * | | | | Added back MRR counters. The new names are: Handler_mrr_init, Sergey Petrunya2012-02-221-6/+5
| | * | | | | Changed names of statistic variables and counting matches instaed of rejected...unknown2012-02-221-2/+2
| * | | | | | 5.3 mergeSergei Golubchik2012-02-211-3/+5
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge with MariaDB 5.2Michael Widenius2012-02-211-207/+24
| | |\ \ \ \ \
| | | * \ \ \ \ Merge with 5.1Michael Widenius2012-02-201-1/+0
| | | |\ \ \ \ \
| | | | * | | | | Fixed compiler warningsMichael Widenius2012-02-201-1/+0
| | | * | | | | | Merge with MariaDB 5.1 and MySQL 5.1.61Michael Widenius2012-02-201-190/+24
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | | * | | | | Merge with MYSQL 5.1.61Michael Widenius2012-02-201-185/+24
| | | | |\ \ \ \ \ | | | | | | |_|_|/ | | | | | |/| | |
| | | | | * | | | Bug#11761576 54082: HANDLE_SEGFAULT MAKES USE OF UNSAFE FUNCTIONSTor Didriksen2011-11-301-0/+4
| | | | | * | | | Bug#11761576 54082: HANDLE_SEGFAULT MAKES USE OF UNSAFE FUNCTIONSTor Didriksen2011-11-301-172/+18
| | * | | | | | | Counters for Index Condition Pushdown added (MDEV-130).unknown2012-02-161-0/+2
* | | | | | | | | merge from 5.5Vladislav Vaintroub2012-02-161-7/+9
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | 5.3.4 mergeSergei Golubchik2012-02-151-7/+9
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Made mrr related counters temporarily invisible until we agree upon their nam...Igor Babaev2012-02-031-0/+3