summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-1/+1
* Merge 10.2 into 10.3Marko Mäkelä2020-07-311-2/+9
|\
| * fix c++98 buildNikita Malyavin2020-07-211-3/+3
| * MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-211-3/+10
| * Merge 10.1 into 10.2Marko Mäkelä2020-07-021-1/+5
| |\
| | * Revert "Fix result of merge."Marko Mäkelä2020-07-021-1/+5
| * | Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-011-5/+1
| |\ \ | | |/
| | * Fix result of merge.Oleksandr Byelkin2020-06-231-5/+1
| | * MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_bes...Varun Gupta2020-06-071-0/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-291-2/+3
|\ \ \ | |/ /
| * | bugfix: use THD::main_mem_root for kill error messageSergei Golubchik2020-05-271-1/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-251-3/+7
|\ \ \ | |/ /
| * | Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-3/+7
* | | Merge 10.2 into 10.3Marko Mäkelä2020-03-201-3/+3
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-03-201-3/+3
| |\ \ | | |/
| | * all status variables above `questions` MUST be ulongSergei Golubchik2020-03-141-3/+3
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-01-191-3/+8
| | |\
| | | * Improve documentation of Unique classVicențiu Ciorbaru2020-01-161-4/+9
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-10-311-0/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2019-10-301-0/+4
| |\ \ \ | | |/ /
| | * | MDEV-20354 All but last insert ignored in InnoDB tables when table lockedSergei Golubchik2019-10-301-0/+4
| * | | cleanup: RAII helper for swapping of thd->security_ctxSergei Golubchik2019-10-281-0/+16
* | | | Simplify TABLE::decide_logging_format()Monty2019-10-201-0/+5
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-10-091-3/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-10-091-3/+0
| |\ \ \ | | |/ /
| | * | MDEV-19536 - Server crash or ASAN heap-use-after-free in is_temporary_table /Sergey Vojtovich2019-10-071-3/+0
* | | | Fix GCC 9 -Wmaybe-uninitializedMarko Mäkelä2019-09-261-8/+9
* | | | MDEV-20079 When setting back the system time while mysqld is running, NOW() a...Sergei Golubchik2019-09-041-0/+1
* | | | MDEV-20109: Optimizer ignores distinct key created for materialized...Sergei Petrunia2019-08-301-1/+4
* | | | Merge 10.2 to 10.3Marko Mäkelä2019-08-131-14/+26
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-08-121-14/+26
| |\ \ \ | | |/ /
| | * | MDEV-17614 INSERT on dup key update is replication unsafeSachin2019-08-091-14/+26
| | * | imporve clang buildEugene Kosov2019-06-251-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Eugene Kosov2019-06-231-0/+1
| |\ \ \ | | |/ /
| | * | MDEV-18661 loading the audit plugin causes performance regression.Alexey Botchkov2019-06-151-0/+1
| * | | MDEV-17167 - InnoDB: Failing assertion: table->get_ref_count() == 0 uponSergey Vojtovich2019-05-141-0/+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 branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-0/+1
| |\ \ \ | | |/ /
| | * | cleanup: cosmetic fixesSergei Golubchik2019-04-241-0/+1
* | | | Revert THD::THD(skip_global_sys_var_lock) argumentbb-10.3-svoj-MDEV-14984Sergey Vojtovich2019-05-031-8/+3
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-251-0/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-04-251-0/+3
| |\ \ \ | | |/ /
| | * | MDEV-17605 Statistics for InnoDB table is wrong if persistent statistics is usedIgor Babaev2019-04-221-0/+3
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-04-041-1/+0
| |\ \ \ | | |/ /
| | * | Fix clang -Wunused-private-fieldMarko Mäkelä2019-04-031-1/+0