summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | |/
| | | * Bug#11761576 post-push fix: HAVE_EXPLICIT_TEMPLATE_INSTANTIATION in header fi...Tor Didriksen2011-12-021-0/+14
| | | * Bug#11761576 54082: HANDLE_SEGFAULT MAKES USE OF UNSAFE FUNCTIONSTor Didriksen2011-12-021-0/+73
| | | * Fix for bug#12695572 - "IMPROVE MDL PERFORMANCE IN PRE-VISTADmitry Lenev2011-11-151-0/+6
| | | * Updated/added copyright headersKent Boortz2011-06-301-1/+1
| | | * Merge from 5.1.Guilhem Bichot2011-05-211-5/+5
| | | * Merged bug #11766769 to 5.5. Georgi Kodinov2011-03-251-2/+38
| | | * Bug #11766306: 59393: have_innodb=yes when mysqld started with --skip-innodbGeorgi Kodinov2011-03-231-1/+1
| | | * Manual merge from mysql-5.1 for Bug#11764168 (56976: Severe denialDmitry Shulga2011-03-151-0/+10
| | | * Merge from 5.1Magne Mahre2011-02-171-1/+1
| | | * mergeGeorgi Kodinov2011-02-021-6/+6
| | | * Fix for bug #58669: read_only not enforced on 5.5.xRamil Kalimullin2010-12-071-1/+10
| | | * BUG#57275 binlog_cache_size affects trx- and stmt-cache and gets twice the ex...Alfranio Correia2010-11-051-6/+22
| | | * Bug #57338: Extreneous server variable thread_pool_sizeMats Kindahl2010-10-081-9/+0
| | | * BUG#54144: ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE is hard codedLuis Soares2010-10-071-5/+2
| | | * merge of mysql-5.5 into mysql-5.5-wl1054Georgi Kodinov2010-09-201-13/+11
| | | |\
| | | | * Auto-merge from mysql-5.5-merge.Alexander Nozdrin2010-08-301-5/+9
| | | | |\
| | | | | * Bug#55576 Two perfschema tests failed on mysql-next-mr-innodb PB2 testsMarc Alff2010-08-241-2/+2