summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-1/+36
|\
| * Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-1/+36
| |\
| | * Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-1/+36
| | |\
| | | * MDEV-22846 Server crashes in handler_index_cond_check on SELECTIgor Babaev2022-01-071-0/+26
| | | * MDEV-14907 FEDERATEDX doesn't respect DISTINCTMonty2022-01-051-1/+11
* | | | Merge 10.6 into 10.7Marko Mäkelä2021-11-191-0/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.5 into 10.6Marko Mäkelä2021-11-161-0/+3
| |\ \ \ | | |/ /
| | * | 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 10.6 into 10.7Marko Mäkelä2021-11-091-1/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-091-1/+7
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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.6' into 10.7mariadb-10.7.1Oleksandr Byelkin2021-11-051-0/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.5' into 10.6mariadb-10.6.5Oleksandr Byelkin2021-11-051-0/+12
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | 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
* | | | | | MDEV-22165 CONVERT TABLE: move in partition from existing tableAleksey Midenkov2021-10-261-2/+3
* | | | | | MDEV-22166 CONVERT PARTITION: move out partition into a tableAleksey Midenkov2021-10-261-0/+1
* | | | | | Removed CREATE/DROP TABLESPACE and related commandsMonty2021-09-141-79/+2
|/ / / / /
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-07-021-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-21117 post-push to cover a "custom" xid formatAndrei Elkin2021-06-161-2/+4
* | | | | MDEV-21117 post-push fixesAndrei Elkin2021-06-151-0/+4
* | | | | MDEV-21117: refine the server binlog-based recovery for semisyncSujatha2021-06-111-1/+33
* | | | | MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-091-1/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-011-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-3/+12
* | | | | MDEV-25180 Atomic ALTER TABLEMonty2021-05-191-13/+71
* | | | | MDEV-24408 Crash-safe DROP DATABASEMonty2021-05-191-1/+1
* | | | | MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-0/+11
* | | | | Avoid creating the .frm file twice in some casesMonty2021-05-191-3/+3
* | | | | Reduce usage of strlen()Monty2021-05-191-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-181-1/+11
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | |\ \ | | | | |/