summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.3-release' into bb-10.4-release10.4-merge-attemptOleksandr Byelkin2021-02-021-19/+19
|\
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-19/+19
* | Merge 10.3 into 10.4Marko Mäkelä2021-01-111-1/+5
|\ \ | |/
| * Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-111-1/+5
| |\
| | * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-19/+19
| | * MDEV-23033: All slaves crash once in ~24 hours and loop restart with signal 11Sujatha2021-01-041-1/+5
* | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-1/+2
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-1/+2
| |\ \ | | |/
| | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-1/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-1/+0
|\ \ \ | |/ /
| * | MDEV-21201 No records produced in information_schema query, depending on proj...Sergei Golubchik2020-10-231-1/+0
* | | Merge 10.3 into 10.4Marko Mäkelä2020-08-101-3/+10
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-08-101-3/+10
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2020-08-101-3/+10
| | |\
| | | * Better comment about TABLE::maybe_nullSergei Petrunia2020-08-061-3/+10
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-0/+1
|\ \ \ \ | |/ / /
| * | | MDEV-21201 No records produced in information_schema query, depending on proj...Oleksandr Byelkin2020-07-311-0/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-1/+2
| |\ \ \ | | |/ /
| | * | MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-211-0/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-2/+4
|\ \ \ \ | |/ / /
| * | | MDEV-22866: Crash in join optimizer with constant outer join nestSergei Petrunia2020-06-231-2/+4
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-031-7/+87
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-06-021-6/+85
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2020-06-011-6/+85
| | |\ \ | | | |/
| | | * Thread safe histograms loadingSergey Vojtovich2020-05-291-2/+14
| | | * Thread safe statistics loadingSergey Vojtovich2020-05-291-4/+71
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-1/+11
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-251-1/+11
| |\ \ \ | | |/ /
| | * | Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-1/+11
* | | | Merge branch '10.3' into 10.4Sergei Golubchik2020-05-091-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3mariadb-10.3.23Sergei Golubchik2020-05-091-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2mariadb-10.2.32Oleksandr Byelkin2020-05-081-0/+3
| | |\ \ | | | |/
| | | * MDEV-22180 Planner opens unnecessary tables when updated table is referenced ...Sergei Golubchik2020-05-061-0/+3
* | | | MDEV-22014: Rowid Filtering is not displayed well in the optimizer traceSergei Petrunia2020-04-021-0/+1
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'bb-10.3-release' into 10.3Oleksandr Byelkin2019-12-041-0/+4
| |\ \ \
| | * | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONEDAleksey Midenkov2019-12-031-0/+4
| * | | | Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
| |/ / /
* | | | Merge 10.3 into 10.4Aleksey Midenkov2019-12-021-2/+11
|\ \ \ \ | |/ / /
| * | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONEDAleksey Midenkov2019-12-021-0/+7
| * | | MDEV-21155 Assertion with versioned table upon DELETE from view of view after...Aleksey Midenkov2019-12-021-1/+1
| * | | MDEV-20441 ER_CRASHED_ON_USAGE upon update on versioned Aria tableAleksey Midenkov2019-12-021-1/+10
| * | | MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-221-0/+4
* | | | MDEV-18929 2nd execution of SP does not detect ER_VERS_NOT_VERSIONED (10.4)Aleksey Midenkov2019-12-021-0/+13
* | | | MDEV-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-251-0/+4
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-121-0/+1
|\ \ \ \ | |/ / /
| * | | merge 10.2->10.3 with conflict resolutionsAndrei Elkin2019-11-111-0/+1
| |\ \ \ | | |/ /
| | * | manual merge 10.1->10.2Andrei Elkin2019-11-111-0/+1
| | |\ \ | | | |/
| | | * MDEV-20519: Query plan regression with optimizer_use_condition_selectivity > 1Varun Gupta2019-11-071-0/+1