summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23536 : Race condition between KILL and transaction commitbb-10.6-MDEV-23536Jan Lindström2020-12-291-1/+1
* Merge 10.5 into 10.6Marko Mäkelä2020-12-031-0/+7
|\
| * Merge 10.4 into 10.5Marko Mäkelä2020-12-021-0/+7
| |\
| | * 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-19237 Skip sending metadata when possible for binary protocol.Vladislav Vaintroub2020-11-231-0/+43
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2020-11-141-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | 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.5 into 10.6Marko Mäkelä2020-11-021-6/+22
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-5/+13
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | MDEV-23691 S3 storage engine: delayed slave can drop the tableMonty2020-10-211-0/+1
| * | | | Merge branch '10.4' into 10.5Sujatha2020-09-291-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.5' into 10.6Oleksandr Byelkin2020-09-021-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2020-08-141-0/+7
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-08-121-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23330 Server crash or ASAN negative-size-param in my_strnncollsp_binary ...Sergei Golubchik2020-08-071-1/+2
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-1/+1
| |\ \ \ \ | | |/ / /
| | * | | 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.5 into 10.6Marko Mäkelä2020-08-041-12/+28
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-7/+14
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | | MDEV-23216: LONGTEXT column with collation doesn't sortVarun Gupta2020-07-231-0/+1
| * | | | | Remove String::lex_string() and String::lex_cstring()Monty2020-07-231-2/+1
| * | | | | MDEV-21910 Deadlock between BF abort and manual KILL commandbb-10.5-MDEV-21910sjaakola2020-07-221-1/+2
| * | | | | MDEV-23154 Add a data type my_repertoire_tAlexander Barkov2020-07-131-2/+2
| * | | | | fix compilation with gcc-10Eugene Kosov2020-07-091-0/+8