summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no...Alexander Barkov2020-03-181-16/+30
* MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system...Alexander Barkov2020-03-181-4/+12
* MDEV-21972 Bind REPLICATION MASTER ADMIN to master_verify_checksumAlexander Barkov2020-03-181-1/+3
* MDEV-21971 Bind BINLOG ADMIN to binlog_annotate_row_events and binlog_row_ima...Alexander Barkov2020-03-181-2/+8
* MDEV-21969 Bind REPLICATION SLAVE ADMIN to relay_log_*, sync_master_info, syn...Alexander Barkov2020-03-181-5/+15
* MDEV-21967 Bind REPLICATION {MASTER|SLAVE} ADMIN to rpl_semi_sync_* variablesAlexander Barkov2020-03-181-9/+27
* MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variablesAlexander Barkov2020-03-181-23/+63
* MDEV-21963 Bind BINLOG ADMIN to a number of global system variablesAlexander Barkov2020-03-171-14/+42
* MDEV-21961 Bind CONNECTION ADMIN to a number of global system variablesAlexander Barkov2020-03-171-21/+64
* MDEV-21960 Bind READ_ONLY ADMIN to @@read_onlyAlexander Barkov2020-03-171-1/+3
* MDEV-21957 Bind BINLOG ADMIN to @@binlog_format, @@binlog_direct_.., @@sql_lo...Alexander Barkov2020-03-171-12/+12
* MDEV-21956 Add class Sys_var_charptr_fscsAlexander Barkov2020-03-171-109/+107
* Fix various spelling errorsOtto Kekäläinen2020-03-161-1/+1
* MDEV-13362: implement --require_secure_transport optionJulius Goryavsky2020-03-121-0/+34
* MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-3/+3
* perfschema compilation, test and misc fixesSergei Golubchik2020-03-101-64/+122
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+2
* MDEV-21833 Make slave_run_triggers_for_rbr enforce triggers to run on slave, ...Oleksandr Byelkin2020-03-091-3/+4
* Clarify, spelling for wsrep_strict_ddl description (#1447)Ian Gilfillan2020-02-171-1/+1
* MDEV-18650: Options deprecated in previous versions - multi_range_countVicențiu Ciorbaru2020-02-131-7/+0
* MDEV-18650: Options deprecated in previous versions - thread_concurrencyVicențiu Ciorbaru2020-02-131-24/+0
* MDEV-18650: Options deprecated in previous versions - old_alter_tableVicențiu Ciorbaru2020-02-131-1/+3
* for every deprecated sysvar note a version when it happenedSergei Golubchik2020-02-131-11/+14
* MDEV-18650: Options deprecated in previous versions - storage_engineVicențiu Ciorbaru2020-02-131-2/+2
* MDEV-20051: Add new mode to wsrep_OSU_method in which Galera checks storage e...Jan Lindström2020-02-111-1/+9
* Galera GTID supportmkaruza2020-01-291-1/+9
* tolerate old pcre versions without PCRE2_EXTENDED_MORE flagSergei Golubchik2020-01-161-2/+9
* MDEV-18648: slave_parallel_mode= optimistic default in 10.5Sujatha2019-12-231-1/+1
* dependencies for VSSergei Golubchik2019-12-211-0/+3
* MDEV-14024 PCRE2.Alexey Botchkov2019-12-211-8/+19
* Merge 10.4 into 10.5Marko Mäkelä2019-12-161-1/+1
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+1
| |\
| | * Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* | | MDEV-19713 Remove big_tables system variableSergei Golubchik2019-09-281-3/+5
* | | removes references to a sysvar that disappeared 6 years agoSergei Golubchik2019-09-281-2/+1
* | | MDEV-7481 Replace max_long_data_size functionality with max_allowed_packetSergei Golubchik2019-09-281-12/+0
* | | MDEV-16470 - Session user variables trackerSergey Vojtovich2019-09-241-0/+16
* | | MDEV-20477 Merge binlog extended metadata support from the upstreamSachin2019-09-111-0/+13
* | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-4/+11
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-4/+11
| |\ \ | | |/
| | * MDEV-16871 in_predicate_conversion_threshold cannot be set in my.cnfSergei Golubchik2019-09-041-4/+3
| | * Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-041-0/+8
| | |\
| | | * MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-031-0/+8
* | | | MDEV-15777 Use inferred IS NOT NULL predicates in the range optimizerIgor Babaev2019-08-301-0/+1
* | | | hide have_sanitizer variable in non-ASAN buildsSergei Golubchik2019-08-231-6/+10
* | | | Added asan options to mysql-test-runMonty2019-08-231-0/+6
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-181-0/+23
|\ \ \ \ | |/ / /
| * | | MDEV-14101 Provide an option to select TLS protocol versionGeorg Richter2019-06-171-0/+23
* | | | MDEV-19312 Make throttling interval depend on thread_pool_stall_limitVladislav Vaintroub2019-05-311-1/+1
* | | | Add some variables to the generic threadpool, that could help to analyzeVladislav Vaintroub2019-05-261-0/+14
|/ / /