summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6058 MySQL Bug #11766693: LOG-SLOW-ADMIN-STATEMENTS ANDAlexey Botchkov2016-03-221-0/+13
* cleanupSergei Golubchik2016-02-231-1/+1
* After-merge fix.Kristian Nielsen2016-01-151-2/+1
* Merge branch 'tmp' into tmp-10.1Kristian Nielsen2016-01-151-0/+23
|\
| * Fix error handling for GTID and domain-based parallel replicationKristian Nielsen2016-01-151-0/+23
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-1/+1
|\ \
| * | Fixes to get all test to run on MacosX Lion 10.7Monty2015-11-291-1/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-15/+27
|\ \ \ | |/ /
| * | Fixed buildbot failures on Solaris 64 bitMonty2015-11-181-1/+1
| * | Allow mysql_upgrade to enable event after table is correctedMichael Widenius2015-10-211-14/+26
| |/
* | MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-221-0/+11
* | disable encrypt_tmp_files and encrypt_binlog by defaultSergei Golubchik2015-09-081-2/+2
* | MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be s...Oleksandr Byelkin2015-09-041-34/+35
* | MDEV-8264 encryption for binlogSergei Golubchik2015-09-041-1/+5
* | cleanup: my_checksumSergei Golubchik2015-09-041-8/+0
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-1/+9
|\ \ | |/
| * Merge branch 'merge-perfschema-5.6' into 10.0Sergei Golubchik2015-08-031-1/+9
* | MDEV-8469 Add RESET MASTER TO x to allow specification of binlog file nrMonty2015-07-161-1/+1
* | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-2/+4
* | Merge branch '10.1' of github.com:MariaDB/server into 10.1Monty2015-07-091-0/+16
|\ \
| * | [MDEV-6877] Added binlog_row_image system variableVicențiu Ciorbaru2015-06-301-0/+16
* | | Speed and code space optimziation:Monty2015-07-091-1/+12
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-4/+6
|/ /
* | rename {sys_vars,sql_plugin_services}.h -> *.icSergei Golubchik2015-06-281-1/+1
* | MDEV-8219: enforce_storage_engine cannot be set globallyJan Lindström2015-06-261-1/+1
* | MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_indexNirbhay Choubey2015-06-091-1/+28
* | MDEV-8126 encryption for temp filesSergei Golubchik2015-06-021-1/+7
* | avoid ulong sysvars, prefer uint or ulonglongSergei Golubchik2015-06-011-1/+1
* | MDEV-7913 main.openssl_6975 'tlsv10' fails in buildbot on Wheezy and PreciseSergei Golubchik2015-06-011-2/+2
* | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-4/+10
|\ \ | |/
| * perfschema 5.6.24Sergei Golubchik2015-05-051-0/+6
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-4/+4
| |\
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-4/+4
| | |\
| | | * Bug#19770858: MYSQLD CAN BE DRIVEN TO OOM WITH TWO SIMPLE SESSION VARSJon Olav Hauglid2015-01-231-3/+3
| | | * Bug #15868071 USING SET GLOBAL SQL_LOG_BIN SHOULD NOT BE ALLOWEDBill Qu2014-09-241-11/+11
| | | * Bug#17873011 NO DEPRECATION WARNING FOR THREAD_CONCURRENCYArun Kuruvila2014-07-021-1/+2
| | | * WL#7436: Deprecate and remove timed_mutexes system variable Jon Olav Hauglid2014-06-191-4/+5
| | | * BUG#16032946 - PLEASE GIVE A MESSAGE FOR "THREAD_CONCURRENCY DOESN'TNisha Gopalakrishnan2013-09-051-3/+7
| | | * 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
| | | * Merging from 5.1 to 5.5 for bug#11761752Ravinder Thakur2012-12-131-0/+8
| | | * BUG#15891524: RLI_FAKE MODE IS NOT UNSET AFTER BINLOG REPLAYNuno Carvalho2012-11-201-0/+56
| | | * Bug#14498355: DEPRECATION WARNINGS SHOULD NOT CONTAIN MYSQL VERSIONMartin Hansson2012-08-241-6/+6
| | | * BUG#12400221 - 60926: BINARY LOG EVENTS LARGER THAN MAX_ALLOWED_PACKETManish Kumar2012-06-121-0/+9
| | | * Revert two follow-ups for Bug#12762885:Alexander Nozdrin2012-04-271-5/+0
| | | * Proper follow-up for Bug#12762885 - 61713: MYSQL WILL NOT BIND TO "LOCALHOST"Alexander Nozdrin2012-04-271-0/+5
| | | * BUG#13333431 - INCORRECT DEFAULT PORT IN 'SHOW SLAVE HOSTS' OUTPUTManish Kumar2012-02-281-1/+1
| | | |\
| | | * | Print a deprecation warning when ignore-builtin-innodb is usedVasil Dimov2012-02-171-0/+1
| | | * | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| | | * | Fixed bug#11753187 (formerly known as bug 44585): SP_CACHE BEHAVES ASDmitry Shulga2012-01-251-0/+7
| | | |/