summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | | | | Merge 5.2->5.3 in preparation for the release of mariadb-5.3.4-rc.Igor Babaev2012-02-011-4/+0
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Fix embedded/windows tests- move COND_manager and LOCK_manager to sql_manager...Vladislav Vaintroub2012-01-021-4/+0
| | * | | | | | | sort status variables alphabetically in mysqld.ccSergei Golubchik2012-01-311-2/+2
| | * | | | | | | Sort counters by name (will this make them show in the same order on all plat...Sergey Petrunya2012-01-261-5/+5
| | * | | | | | | Add MRR counters: Handler_mrr_init, Handler_mrr_extra_rowid_sorts, Sergey Petrunya2012-01-231-0/+3
| | * | | | | | | Added Handler_read_rnd_deleted, number of deleted rows found with ha_read_rnd...Michael Widenius2012-01-131-0/+1
* | | | | | | | | mergeVladislav Vaintroub2012-01-241-206/+49
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | MDEV-103: 'debug' is disabled in this build warnings causes tests to failVladislav Vaintroub2012-01-201-1/+1
| * | | | | | | | mysql-5.5 mergeSergei Golubchik2012-01-161-199/+38
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Bug#11754011: 45546: START WINDOWS SERVICE, THEN EXECUTE WHAT IS NEEDED.Georgi Kodinov2011-12-131-0/+18
| | * | | | | | | Bug#11761576 54082: HANDLE_SEGFAULT MAKES USE OF UNSAFE FUNCTIONSTor Didriksen2011-12-021-168/+19
| | * | | | | | | BUG#11745230: 12133: MASTER.INDEX FILE KEEPS MYSQLD FROM STARTING IFLuis Soares2011-11-241-2/+1
| | | |_|_|_|_|/ | | |/| | | | |