summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
Commit message (Expand)AuthorAgeFilesLines
* 10.0-base mergeSergei Golubchik2014-02-261-1/+1
|\
| * 5.5 mergeSergei Golubchik2014-02-251-1/+1
| |\
| | * Set default progress report time to 5 secondsMichael Widenius2014-02-111-1/+1
* | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-2/+2
* | | Merge 10.0-base -> 10.0unknown2014-02-111-1/+6
|\ \ \ | |/ /
| * | MDEV-4937: sql_slave_skip_counter does not work with GTIDunknown2014-02-111-1/+6
* | | Merge MariaDB 10.0-base to 10.0.unknown2014-02-101-0/+27
|\ \ \ | |/ /
| * | Merge of MDEV-4984, MDEV-4726, and MDEV-5636 into 10.0-base.unknown2014-02-101-0/+27
| |\ \
| | * | MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-071-0/+27
* | | | Automatic mergeMichael Widenius2014-02-051-19/+45
|\ \ \ \
| * | | | Replication changes for CREATE OR REPLACE TABLEMichael Widenius2014-02-051-9/+23
| * | | | Fixes to get valgrind to work with jemallocMichael Widenius2014-01-021-9/+21
| * | | | Increased back_log to 150, but not more than max_connections.Michael Widenius2013-12-271-1/+1
* | | | | 10.0-base mergeSergei Golubchik2014-02-031-5/+33
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | 5.5 mergeSergei Golubchik2014-02-011-5/+33
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix for MDEV-5168: MariaDB returns warnings for INSERT IGNOREMichael Widenius2014-01-261-1/+25
| | * MySQL-5.5.35 mergeSergei Golubchik2014-01-221-4/+8
| | |\
| | | * BUG#16032946 - PLEASE GIVE A MESSAGE FOR "THREAD_CONCURRENCY DOESN'TNisha Gopalakrishnan2013-09-051-3/+7
* | | | 10.0-base mergeSergei Golubchik2013-12-161-2/+6
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2013-11-231-2/+6
| |\ \ \ | | |/ /
| | * | mysql-5.5.34 mergeSergei Golubchik2013-11-191-2/+6
| | |\ \ | | | |/
| | | * Bug#16865959 - PLEASE BACKPORT BUG 14749800.Praveenkumar Hulakund2013-07-241-2/+6
| | | * Bug #12546953 "SHOW VARIABLES LIKE 'DATADIR';" RETURN EMPTY.Anirudh Mangipudi2013-02-181-1/+1
* | | | MDEV-4956 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.used_tablesSergey Vojtovich2013-12-101-1/+12
* | | | MDEV-5277 - Ensure that all MySQL 5.6 options are supported by theSergey Vojtovich2013-11-251-9/+0
* | | | merge 10-base->10.0unknown2013-11-111-1/+13
|\ \ \ \ | |/ / /
| * | | Merge 5.5 -> 10.0-baseAlexander Barkov2013-11-081-1/+13
| |\ \ \ | | |/ /
| | * | MDEV-5205 - MariaDB does not start if more than 128 cpu's are availableSergey Vojtovich2013-11-051-1/+13
* | | | Fixed things missing in merge between 10.0-base and 10.0Michael Widenius2013-11-031-0/+1
* | | | Merge from 10.0-base to 10.0 the feature MDEV-4506: Parallel replication.unknown2013-11-011-0/+77
|\ \ \ \ | |/ / /
| * | | Merge MDEV-4506: Parallel replication into 10.0-base.unknown2013-11-011-0/+77
| |\ \ \
| | * | | MDEV-4506: Parallel replication.unknown2013-10-241-0/+10
| | * | | MDEV-4506: Parallel replication.unknown2013-10-231-0/+2
| | * | | MDEV-4506: Parallel replication: Intermediate commit.unknown2013-07-091-6/+5
| | * | | MDEV-4506: Parallel replication: Intermediate commit.unknown2013-07-051-0/+20
| | * | | MDEV-4506: Parallel replication of group-committed transactions: Intermediate...unknown2013-06-241-0/+46
* | | | | Merge 10.0-base -> 10.0Sergey Petrunya2013-10-161-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-3798: [SHOW] EXPLAIN UPDATE/DELETESergey Petrunya2013-10-151-2/+3
| |\ \ \ \
| | * | | | MDEV-407: Print EXPLAIN [ANALYZE] in the slow query logSergey Petrunya2013-09-191-2/+3
* | | | | | 10.0-base merge.Sergei Golubchik2013-09-211-8/+112
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-4650: show variables; ERROR 1946 (HY000): Failed to load replication sla...unknown2013-08-261-11/+1
| * | | | | MDEV-4650: show variables; ERROR 1946 (HY000): Failed to load replication sla...unknown2013-08-261-16/+22
| |/ / / /
| * | | | MDEV-26: Global transaction ID.unknown2013-08-231-0/+101
* | | | | MDEV-4702 - Reduce usage of LOCK_openSergey Vojtovich2013-08-141-2/+11
* | | | | MDEV-4865 Change related to --log option/variable was merged partiallySergei Golubchik2013-08-131-79/+2
* | | | | don't error out in Sys_var::global_value_ptr(),Sergei Golubchik2013-08-121-8/+1
* | | | | 10.0-monty mergeSergei Golubchik2013-07-211-91/+151
|\ \ \ \ \
| * | | | | Merge from mysql-5.6 fix for bug#11761752 (was already partially merged)Sergey Petrunya2013-07-051-0/+8
| * | | | | MDEV-4058unknown2013-06-271-0/+17
| * | | | | Don't update table and index statics for temporary tablesMichael Widenius2013-06-221-0/+10