summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5231: Per query variables from Percona Server (rewritten)Oleksandr Byelkin2014-11-111-28/+31
* MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal d...Alexander Barkov2014-11-031-0/+5
* Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-35/+35
|\
| * MDEV-6459 max_relay_log_size and sql_slave_skip_counter misbehave on PPC64Sergei Golubchik2014-09-101-26/+19
| * 5.5.39 mergeSergei Golubchik2014-08-071-4/+5
| |\
| | * mysql-5.5.39 mergeSergei Golubchik2014-08-021-4/+5
| | |\
| | | * WL#7436: Deprecate and remove timed_mutexes system variable Jon Olav Hauglid2014-06-191-4/+5
| * | | Fixed problem with very slow shutdown when using 100,000 MyISAM tables with d...Michael Widenius2014-07-191-0/+11
| * | | MDEV-6459 - max_relay_log_size and sql_slave_skip_counterSergey Vojtovich2014-07-181-4/+4
| * | | MDEV-4937: sql_slave_skip_counter does not work with GTIDKristian Nielsen2014-06-251-5/+0
* | | | GLOBAL_VALUE_ORIGIN=AUTOSergei Golubchik2014-10-111-2/+3
* | | | cleanup: @@mutex_deadlock_detector -> @@debug_mutex_deadlock_detectorSergei Golubchik2014-10-101-1/+1
* | | | cleanup: more 'const' qualifiersSergei Golubchik2014-10-101-6/+6
* | | | cleanup: sysvar, SHOW_VALUE_IN_HELP->GETOPT_ONLY_HELPSergei Golubchik2014-10-101-17/+16
* | | | MDEV-6513 deprecate engine_condition_pushdown value of the @@optimizer_switchSergei Golubchik2014-10-101-3/+5
* | | | MDEV 4427: query timeoutsMonty2014-10-071-0/+23
* | | | cleanup: remove OPT_WSREP_START_POSITION and OPT_WSREP_SST_AUTHSergei Golubchik2014-10-011-2/+2
* | | | disable wsrep by default.Sergei Golubchik2014-10-011-1/+1
* | | | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-24/+33
* | | | cleanup: use is_supported_parser_charsetSergei Golubchik2014-10-011-2/+1
* | | | cleanup: remove redundant clauses from sys_vars.ccSergei Golubchik2014-10-011-23/+11
* | | | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-271-0/+286
|\ \ \ \
| * | | | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+286
* | | | | Made sql_log_slow a session variableMonty2014-08-091-5/+9
|/ / / /
* | | | RBR triggers enabling in 10.1Oleksandr Byelkin2014-07-021-2/+0
* | | | MDEV-6137 better help for SET/ENUM sysvarsSergei Golubchik2014-06-191-71/+19
* | | | MDEV-6107 merge default_tmp_storage_engineSergei Golubchik2014-06-151-0/+6
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2014-06-131-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-6249 mark P_S STABLE and disable it by defaultSergei Golubchik2014-06-091-1/+1
* | | | Merge 10.0 -> 10.1Jan Lindström2014-05-241-3/+4
|\ \ \ \ | |/ / /
| * | | MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wron...Sergei Golubchik2014-05-131-1/+1
| * | | revno: 5265Sergei Golubchik2014-05-071-2/+3
* | | | Merge 10.0->10.1Igor Babaev2014-04-231-28/+233
|\ \ \ \ | |/ / /
| * | | MDEV-6027 RLIKE: "." no longer matching new line Alexander Barkov2014-04-231-0/+40
| * | | Fixed that the we don't change CREATE to CREATE OR REPLACE, except if the sla...Michael Widenius2014-03-281-5/+5
| * | | RBR triggers compiled-out with ifdefs in 10.0unknown2014-03-191-0/+2
| * | | MDEV-9095: Executing triggers on slave in row-based replicationunknown2014-03-191-0/+15
| * | | Update the help text for --slave-parallel-threads, to clarify theunknown2014-03-121-2/+3
| * | | MDEV-5804: If same GTID is received on multiple master connections in multi-s...unknown2014-03-121-5/+1
| * | | MDEV-5804: If same GTID is received on multiple master connections in multi-s...unknown2014-03-091-0/+48
| * | | typo fixedSergei Golubchik2014-03-121-1/+1
| * | | @@old_mode=zero_date_time_castSergei Golubchik2014-03-071-1/+3
| * | | mergeSergei Golubchik2014-02-281-1/+1
| |\ \ \
| | * \ \ 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
| * | | | | Merge MDEV-5657 (parallel replication) to 10.0unknown2014-02-261-0/+43
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | MDEV-5657: Parallel replication.unknown2014-02-261-0/+43
| | |/ / /
| * | | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-2/+2
| * | | | Merge 10.0-base -> 10.0unknown2014-02-111-1/+6
| |\ \ \ \ | | |/ / /