summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2021-03-191-3/+16
|\
| * Merge 10.2 into 10.3Marko Mäkelä2021-03-181-3/+16
| |\
| | * Correct the value of global memory_usedSergei Golubchik2021-03-081-3/+16
* | | MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-02-121-2/+2
* | | don't take mutexes conditionallySergei Golubchik2021-02-121-9/+2
* | | cleanup: THD::abort_current_cond_wait()Sergei Golubchik2021-02-121-2/+2
* | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-2/+18
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-1/+17
| |\ \ | | |/
| | * cleanup: copy RAII helpers from 10.5, cleanup testSergei Golubchik2021-01-111-0/+32
| | * Revert "MDEV-23536 : Race condition between KILL and transaction commit"Sergei Golubchik2021-01-111-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2021-01-111-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-111-1/+1
| |\ \ | | |/
| | * MDEV-23536 : Race condition between KILL and transaction commitJan Lindström2021-01-081-1/+1
* | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-6/+11
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-6/+11
| |\ \ | | |/
| | * MDEV-23406 Signal 8 in maria_create after recursive cte queryIgor Babaev2020-12-161-3/+9
| | * MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4GbSergei Golubchik2020-12-101-1/+2
| | * Revert "MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEG...Sergei Golubchik2020-12-101-2/+0
* | | MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-021-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-0/+24
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-12-011-0/+7
| |\ \ | | |/
| | * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-0/+7
| * | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-251-0/+17
* | | MDEV-24063 Assertion during graceful shutdown with wsrep_on=OFFDaniele Sciascia2020-11-031-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-0/+2
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-301-0/+2
| |\ \ | | |/
| | * MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __...Varun Gupta2020-10-301-0/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-4/+5
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-2/+2
| |\ \ | | |/
| | * Fix the constants namesOleksandr Byelkin2020-10-151-2/+2
| * | MDEV-23968 CREATE TEMPORARY TABLE .. LIKE (system versioned table) returns er...Aleksey Midenkov2020-10-201-2/+3
* | | MDEV-20945: BACKUP UNLOCK + FTWRL assertion failureRinat Ibragimov2020-10-221-1/+8
* | | Added asssert to init_of_queries() to make it more safeMonty2020-09-251-1/+5
* | | MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrongMonty2020-09-251-0/+3
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-1/+1
|\ \ \ | |/ /
| * | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-7/+14
|\ \ \ | |/ /
| * | 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
* | | | MDEV-21910 Deadlock between BF abort and manual KILL commandsjaakola2020-06-261-1/+2
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-2/+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.3 into 10.4Marko Mäkelä2020-05-261-3/+7
|\ \ \ \ | |/ / /