summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18564: Change wsrep_load_data_splitting off by defaultJan Lindström2019-02-131-1/+1
* MDEV-6111 Optimizer TraceVarun Gupta2019-02-131-0/+18
* cleanup: sys_vars.ccSergei Golubchik2019-02-041-31/+25
* MDEV-17484: New defaults for eq_range_index_dive_limit in 10.4Varun Gupta2019-02-011-1/+1
* Merge 10.3 into 10.4Marko Mäkelä2019-01-241-2/+1
|\
| * Merge pull request #1120 from tempesta-tech/sysprg/MDEV-17835v2Jan Lindström2019-01-231-2/+1
| |\
| | * MDEV-17835: Remove wsrep-sst-method=xtrabackupJulius Goryavsky2019-01-221-2/+1
* | | Galera4Brave Galera Crew2019-01-231-1/+37
* | | Merge 10.3 into 10.4Marko Mäkelä2019-01-171-2/+6
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-01-171-2/+6
| |\ \ | | |/ | |/|
| | * Merge 10.1 into 10.2Marko Mäkelä2019-01-171-2/+6
| | |\
| | | * Merge 10.0 into 10.1Marko Mäkelä2019-01-171-2/+6
| | | |\
| | | | * MDEV-17475: Increase maximum possible value for table_definition_cache to mat...Oleksandr Byelkin2019-01-161-2/+6
| | | | * Increase number of max table_open_cache instancesMonty2018-04-261-1/+1
* | | | | MDEV-7598 Lock user after too many password errorsVladislav Vaintroub2019-01-081-0/+8
* | | | | Added syntax and implementation for BACKUP STAGE'sMonty2018-12-091-1/+3
* | | | | MDEV-17255: New optimizer defaults and ANALYZE TABLEVarun Gupta2018-12-091-2/+3
* | | | | MDEV-15253: Default optimizer setting changes for MariaDB 10.4Varun Gupta2018-12-091-2/+2
* | | | | Move deletion of old GTID rows to slave background threadKristian Nielsen2018-12-071-0/+13
* | | | | MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-261-0/+1
* | | | | Merge 10.3 into 10.4mariadb-10.4.0Marko Mäkelä2018-11-081-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14429 sql_safe_updates in my.cnf not workVladislav Vaintroub2018-11-061-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-0/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-09-061-92/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-311-92/+1
| | |\ \ \ | | | |/ /
| | | * | Revert MDEV-9519 due to regressionsMarko Mäkelä2018-08-311-92/+1
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-1/+102
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-211-1/+92
| | |\ \ \ | | | |/ /
| | | * | This is patch for the https://jira.mariadb.org/browse/MDEV-9519 issue:Julius Goryavsky2018-08-151-1/+92
| | * | | MDEV-16934 Query with very large IN clause lists runs slowlyIgor Babaev2018-08-171-0/+10
* | | | | MDEV-16536 Remove shared memory transportVladislav Vaintroub2018-08-201-11/+0
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-0/+6
| | |\ \ \ | | | |/ /
| | | * | MDEV-16689: core-file should become a real server variablebb-10.1-MDEV-16689Oleksandr Byelkin2018-07-201-0/+6
* | | | | MDEV-16277 tcp_nodelay session variable to enable / disable Nagle algorithmVladislav Vaintroub2018-08-111-8/+36
* | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-3/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-3/+12
| |\ \ \ \ | | |/ / /
| | * | | Optimize charset tracking a bit.bb-10.2-MDEV-15477Oleksandr Byelkin2018-06-251-0/+6
| | * | | MDEV-15477: SESSION_SYSVARS_TRACKER does not track last_gtidOleksandr Byelkin2018-06-251-2/+5
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-1/+1
| | |\ \ \ | | | |/ /
| | | * | Fix wsrep.variables test caseVicențiu Ciorbaru2018-06-131-1/+1
* | | | | Merge branch '10.3' into 10.4Igor Babaev2018-06-031-31/+61
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15995 Drop extra semicolon in VARIABLE_COMMENT for SYSTEM_VERSIONING_ALT...Eugene Kosov2018-05-121-1/+1
| * | | | MDEV-15923 option to control who can set session @@timestampSergei Golubchik2018-05-121-1/+24
| * | | | cleanup: sys_vars.ccSergei Golubchik2018-05-121-8/+3
| * | | | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-071-3/+13
| * | | | Add likely/unlikely to speed up executionMonty2018-05-071-18/+20
* | | | | MDEV-12387 Push conditions into materialized subqueriesGalina Shalygina2018-05-151-0/+1
|/ / / /
* | | | Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-4/+4
|\ \ \ \ | |/ / /