summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2021-11-161-0/+3
|\
| * MDEV-23805 Make Online DDL to Instant DDL when table is emptybb-10.4-MDEV-23805Thirunarayanan Balathandayuthapani2021-11-121-0/+3
| * Merge 10.3 into 10.4Marko Mäkelä2021-11-091-0/+1
| |\
| | * Merge mariadb-10.3.32 into 10.3Marko Mäkelä2021-11-091-0/+12
| | |\
| | * | MDEV-25803 innodb.alter_candidate_key fixAleksey Midenkov2021-11-021-0/+1
* | | | Merge branch '10.5' into bb-10.5-releaseOleksandr Byelkin2021-11-081-0/+8
|\ \ \ \
| * | | | MDEV-25555 Server crashes in tree_record_pos after INPLACE-recreating index o...Aleksey Midenkov2021-11-031-0/+7
| * | | | MDEV-25803 Inplace ALTER breaks MyISAM/Aria table when order of keys is changedAleksey Midenkov2021-11-031-0/+1
* | | | | Merge branch '10.4' into 10.5mariadb-10.5.13Oleksandr Byelkin2021-11-051-0/+12
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch '10.3' into 10.4mariadb-10.4.22Oleksandr Byelkin2021-11-051-0/+12
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '10.2' into 10.3mariadb-10.3.32Oleksandr Byelkin2021-11-051-0/+12
| | |\ \ | | | |/ | | |/|
| | | * MDEV-26833 Missed statement rollback in case transaction drops or create temp...mariadb-10.2.41Andrei Elkin2021-11-051-0/+11
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-07-021-0/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 -> 10.4Sergei Petrunia2021-06-301-0/+2
| |\ \ \ | | |/ /
| | * | Merge 10.2->10.3Sergei Petrunia2021-06-301-0/+2
| | |\ \ | | | |/
| | | * MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMAxing-zhi, jiang2021-06-291-0/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-011-2/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-011-2/+0
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-011-2/+0
| | |\ \ | | | |/
| | | * Cleanup: Remove handler::update_table_comment()Marko Mäkelä2021-05-271-3/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-181-1/+11
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-05-181-1/+11
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3, except MDEV-25682Marko Mäkelä2021-05-181-1/+11
| | |\ \ | | | |/
| | | * MDEV-17515: GTID Replication in optimistic mode deadlockSujatha2021-05-171-0/+10
| | * | MDEV-24758 heap-use-after-poison in innobase_add_instant_try/rec_copyMarko Mäkelä2021-04-261-0/+3
* | | | MDEV-22775: Merge 10.4 into 10.5Marko Mäkelä2021-04-081-2/+2
|\ \ \ \ | |/ / /
| * | | MDEV-22775 [HY000][1553] Changing name of primary key column with foreign key...Alexander Barkov2021-04-071-2/+2
* | | | MDEV-24302: RESET MASTER hangsMarko Mäkelä2021-03-291-2/+2
* | | | MDEV-24422 Server crashes in ha_connect::GetRealType upon ALTER TABLEMonty2021-03-101-1/+5
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-051-0/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-051-1/+7
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-031-1/+7
| | |\ \ | | | |/
| | | * MDEV-24532 Table corruption ER_NO_SUCH_TABLE_IN_ENGINE .. on table with forei...Monty2021-03-021-0/+6
* | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-1/+1
| | |\ \ | | | |/
| | | * cleanup: void hton::abort_transaction()Sergei Golubchik2021-01-241-1/+1
| * | | MDEV-24522 Assertion `inited==NONE' fails upon UPDATE on versioned table with...Aleksey Midenkov2021-01-261-1/+1
* | | | MDEV-24564 Statistics are lost after ALTER TABLEbb-10.5-MDEV-24564Marko Mäkelä2021-01-281-2/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-14/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-15/+1
| |\ \ \ | | |/ /
| | * | MDEV-21842 auto_increment does not increment with compound primary key on par...Alexey Botchkov2020-11-231-15/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-031-2/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-2/+4
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-2/+4
| | |\ \ | | | |/
| | | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-2/+4
* | | | Merge branch '10.4' into 10.5Sujatha2020-09-291-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrongMonty2020-09-251-1/+1
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-8/+8
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-8/+8
| |\ \ \ | | |/ /