summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20715 : Implement system variable to disallow local GTIDs in Galerabb-10.6-MDEV-20715Jan Lindström2021-03-011-1/+35
* MDEV-24830 : Write a warning to error log if Galera replicates InnoDB table w...bb-10.6-MDEV-24830Jan Lindström2021-02-221-31/+6
* MDEV-20008: Galera strict modebb-10.6-MDEV-20008mkaruza2021-01-261-0/+13
* Merge 10.4 into 10.5Marko Mäkelä2021-01-111-45/+77
|\
| * Merge 10.3 into 10.4Marko Mäkelä2021-01-111-45/+77
| |\
| | * Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-111-45/+77
| | |\
| | | * MDEV-23033: All slaves crash once in ~24 hours and loop restart with signal 11Sujatha2021-01-041-44/+74
* | | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-24/+12
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-24/+12
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-24/+12
| | |\ \ | | | |/
| | | * MDEV-24019 Assertion is hit for query using recursive CTE with no default DBIgor Babaev2020-12-081-24/+11
| | | * MDEV-24314 Unexpected error message when selecting from view that usesIgor Babaev2020-12-041-0/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-1/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-12-011-1/+1
| | |\ \ | | | |/
| | | * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-1/+1
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-1/+1
| |\ \ \ | | |/ /
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-11-011-1/+1
|\ \ \ \
| * \ \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2020-10-311-1/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-301-1/+1
| | |\ \ | | | |/
| | | * MDEV-22707 : galera got stuck after flush tablesJan Lindström2020-10-281-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-301-0/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-0/+5
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-281-0/+5
| | |\ \ | | | |/
| | | * MDEV-22707: galera got stuck after flush tablesmkaruza2020-10-271-0/+5
* | | | MDEV-23691 S3 storage engine: delayed slave can drop the tableMonty2020-10-211-3/+10
* | | | Merge branch '10.4' into 10.5Sujatha2020-09-291-8/+18
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Sujatha2020-09-281-0/+7
| |\ \ \ | | |/ /
| | * | MDEV-23823 Crash in SELECT NEXT VALUE on locked viewVladislav Vaintroub2020-09-281-0/+7
| * | | MDEV-21470 ASAN heap-use-after-free in my_hash_sort_binMonty2020-09-251-8/+11
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-3/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-9/+5
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-9/+5
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-9/+5
| | | |\
| | | | * cleanup: reduce code duplicationSergei Golubchik2020-07-291-8/+4
| | | | * MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-291-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-17/+26
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-17/+26
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-17/+26
| | |\ \ \ | | | |/ /
| | | * | MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-211-17/+26
* | | | | MDEV-23071 remove potentially dangerouws casting to Item_in_subselectOleksandr Byelkin2020-07-061-5/+6
* | | | | introduce hton->drop_table() methodSergei Golubchik2020-07-041-14/+8
* | | | | MDEV-22881 Unexpected errors, corrupt output, Valgrind / ASAN errors in Item_...Aleksey Midenkov2020-06-151-1/+2
* | | | | MDEV-19745 BACKUP STAGE BLOCK_DDL hangs on flush sequence tableMonty2020-06-141-3/+6
* | | | | remove dead codeSergei Golubchik2020-06-091-3/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-051-6/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-051-4/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-06-051-4/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-22339 - Assertion `str_length < len' failedSergey Vojtovich2020-06-041-4/+4
* | | | | MDEV-6268 SPIDER table with no COMMENT clause causes queries to wait foreverKentoku SHIBA2020-06-051-1/+3