summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | 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
* | | 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
* | | Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-4/+4
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-101-4/+4
| |\ \ | | |/
| | * Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-071-2/+2
| | |\
| | | * increase upper value of max_prepared_stmt_count to UINT32_MAXDaniel Black2018-04-031-2/+2
| | * | Adjust table_open_cache to avoid getting error 24 (too many open files)Monty2018-03-261-2/+2
* | | | dead code - related to vtmdSergei Golubchik2018-04-101-4/+2
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-1/+9
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-03-211-2/+10
| |\ \ \ | | |/ /
| | * | refs MW-245 - merged wsrep_dirty_reads and wsrep_reject_queries from PXCsjaakola2018-03-201-1/+9
| | * | MDEV-12837: WSREP: BF lock wait longJan Lindström2017-12-091-1/+2
| * | | Fixed wrong arguments to printf and related functionsMonty2018-01-041-3/+3
* | | | MDEV-15501 : Make `proxy_protocol_networks` variable read-write.Vladislav Vaintroub2018-03-231-2/+19
* | | | remove @@system_versioning_innodb_algorithm_simpleSergei Golubchik2018-02-241-6/+0
* | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-3/+2
* | | | MDEV-13417 UPDATE produces wrong values if an updated column is later used as...Jerome Brauge2018-02-121-2/+3
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-3/+3
* | | | remove dead VERS_EXPERIMENTAL codeSergei Golubchik2018-01-131-15/+0
* | | | remove "Transaction-based system versioning is EXPERIMENTAL" warningSergei Golubchik2018-01-131-18/+0
* | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-5/+6
|\ \ \ \
| * | | | This is a full cost-based implementation of the optimization that employsIgor Babaev2017-12-301-1/+1
| * | | | @@in_predicate_conversion_thresholdSergei Golubchik2017-12-211-4/+5
* | | | | Daemon: debug_system_versioning_show, debug_system_versioning_forceAleksey Midenkov2018-01-101-1/+12
* | | | | SQL: derived, hiding, error messagesSergei Golubchik2018-01-091-10/+0
* | | | | System Versioning 1.0 pre7Aleksey Midenkov2017-12-211-22/+170
|\ \ \ \ \ | |/ / / /
| * | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-191-21/+1
| |\ \ \ \
| | * | | | MDEV-14315 -- Reflect use of tcmalloc in a system variable and error logVesa Pentti2017-12-181-21/+1
| * | | | | MDEV-13073. This part converts the Ali patch`s identifiers to the MariaDB sta...Andrei Elkin2017-12-181-12/+13
| * | | | | MDEV-13073 This part merges the Ali semisync related changesAndrei Elkin2017-12-181-15/+0
| * | | | | Moved semisync from a plugin to normal serverMonty2017-12-181-0/+182
* | | | | | SQL: system_versioning_transaction_registry default OFFAleksey Midenkov2017-12-181-4/+9