summaryrefslogtreecommitdiff
path: root/sql/sys_vars.ic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-11-011-2/+6
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-10-311-1/+5
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-301-1/+5
| | |\
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-281-1/+5
| | | |\
| | | | * MDEV-20744 SET GLOBAL `replicate_do_db` = DEFAULT causes crash.bb-10.1-hfAlexey Botchkov2020-10-231-1/+5
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-261-3/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-08-261-2/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-08-261-2/+5
| | |\ \ \ | | | |/ /
| | | * | MDEV-23554 Wrong default value for foreign_key_checks variableAleksey Midenkov2020-08-251-2/+5
| * | | | MDEV-23562 Assertion `time_type == MYSQL_TIMESTAMP_DATETIME' failed upon SELE...Alexander Barkov2020-08-241-1/+5
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-1/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-1/+12
| |\ \ \ \ | | |/ / /
| | * | | A bit more safetyOleksandr Byelkin2020-07-231-1/+12
* | | | | MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no...Alexander Barkov2020-03-181-0/+12
* | | | | MDEV-21966: Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-03-181-7/+7
* | | | | MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system...Alexander Barkov2020-03-181-0/+9
* | | | | MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variablesAlexander Barkov2020-03-181-2/+10
* | | | | MDEV-21960 Bind READ_ONLY ADMIN to @@read_onlyAlexander Barkov2020-03-171-0/+11
* | | | | MDEV-21957 Bind BINLOG ADMIN to @@binlog_format, @@binlog_direct_.., @@sql_lo...Alexander Barkov2020-03-171-0/+17
* | | | | MDEV-21956 Add class Sys_var_charptr_fscsAlexander Barkov2020-03-171-22/+18
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+2
|/ / / /
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-1/+0
|\ \ \ \ | |/ / /
| * | | MDEV-17798 System variable system_versioning_asof accepts wrong valuesAleksey Midenkov2020-02-021-2/+2
* | | | MDEV-17798 System variable system_versioning_asof accepts wrong values (10.4)Aleksey Midenkov2020-02-021-2/+7
* | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-10-011-1/+1
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-10-011-1/+1
| |\ \ \ | | |/ /
| | * | Fix -Wunused for CMAKE_BUILD_TYPE=RelWithDebInfoMarko Mäkelä2019-09-301-2/+2
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | * Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-31/+6
|\ \ \ \ | |/ / /
| * | | Safe session_track_system_variables snapshotSergey Vojtovich2019-05-031-2/+0
| * | | Allocate Session_sysvars_tracker staticallySergey Vojtovich2019-05-031-4/+1
| * | | Allocate Transaction_state_tracker staticallySergey Vojtovich2019-05-031-14/+4
| * | | Cleanup session tracker APISergey Vojtovich2019-05-031-14/+4
* | | | cleanup: sys_vars.ccSergei Golubchik2019-02-041-1/+1
* | | | MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-261-2/+5
* | | | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-2/+2
|/ / /
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-50/+83
|\ \ \ | |/ /
| * | MDEV-11917 enum/set command-line options aren't respecting max-* settings.Alexey Botchkov2018-06-201-0/+4
| * | MDEV-11917 enum/set command-line options aren't respecting max-*Alexey Botchkov2018-06-201-50/+79
* | | MDEV-16471 mysqldump throws "Variable 'sql_mode' can't be set to the value of...Alexander Barkov2018-06-211-1/+2
* | | MDEV-15923 option to control who can set session @@timestampSergei Golubchik2018-05-121-2/+3
* | | cleanup: sys_vars.ccSergei Golubchik2018-05-121-1/+1
* | | Add likely/unlikely to speed up executionMonty2018-05-071-3/+3
* | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-1/+0
* | | MDEV-14765 Server crashes in Sys_var_vers_asof::updateAleksey Midenkov2017-12-261-1/+9
* | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-13/+14