summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-8/+8
|\
| * add const qualifiers to sys_var::value_ptr functions and fix const castsNikita Malyavin2021-07-271-8/+8
* | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-3/+0
|\ \ | |/
| * MDEV-21201 No records produced in information_schema query, depending on proj...Sergei Golubchik2020-10-231-3/+0
* | Merge 10.3 into 10.4Marko Mäkelä2020-06-031-3/+13
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-06-021-3/+13
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2020-06-011-3/+13
| | |\
| | | * MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not g...Anel Husakovic2020-05-281-3/+13
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-06-191-1/+1
|\ \ \ \ | |/ / /
| * | | Fix LEX_CSTRING passed as argument of printf-like functionsNikita Malyavin2019-06-171-1/+1
* | | | 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
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Allocate Session_sysvars_tracker staticallySergey Vojtovich2019-05-031-4/+4
* | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-1/+1
|/ / / /
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-24/+24
|\ \ \ \ | |/ / /
| * | | Optimize charset tracking a bit.bb-10.2-MDEV-15477Oleksandr Byelkin2018-06-251-18/+6
| * | | MDEV-11917 enum/set command-line options aren't respecting max-*Alexey Botchkov2018-06-201-6/+18
* | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-4/+2
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-5/+5
* | | | MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a triggerAlexander Barkov2018-03-271-11/+0
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* | | | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-7/+7
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-301-4/+4
|\ \ \ \
| * \ \ \ Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-301-4/+4
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14485 Server hangs on startup in THD::initVladislav Vaintroub2018-01-291-4/+4
* | | | | Fix Windows buildVladislav Vaintroub2018-01-161-1/+1
* | | | | Fix a buffer overflow in INFORMATION_SCHEMA.GLOBAL_VARIABLES, caused by MDEV-...Marko Mäkelä2017-09-011-1/+1
* | | | | New option for slow logging (log_slow_disable_statements)Monty2017-08-241-0/+1
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* | | | | MDEV-12179 post-merge fixes.Kristian Nielsen2017-07-031-3/+3
* | | | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-07-031-0/+219
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-211-10/+48
| * | | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-211-6/+13
| * | | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-211-0/+174
| |/ / /
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-10/+14
* | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+11
|/ / /
* | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-1/+1
* | | MDEV-7635: SET shouldn't fail for invalid values in strict trans modeNirbhay Choubey2017-02-101-2/+2
* | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-5/+6
* | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-1/+30
* | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-2/+30
* | | More tests for "MDEV-7563 Support CHECK constraint".Alexander Barkov2016-06-301-4/+2
* | | CleanupsMonty2016-04-281-1/+6
|/ /
* | MDEV-9516 type error when setting session variableAlexander Barkov2016-03-221-1/+1
* | MDEV-6066: Merge new defaults from 5.6 and 5.7Sergei Golubchik2015-09-041-1/+1
* | MDEV-6066: Merge new defaults from 5.6 and 5.7 (autoset)Oleksandr Byelkin2015-09-041-3/+22