summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | | MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrongMonty2020-09-251-1/+1
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-8/+8
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-8/+8
| |\ \ | | |/
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-11/+11
| | |\
| | | * Code comment spellfixesIan Gilfillan2020-07-221-11/+11
* | | | MDEV-23295 ROW_FORMAT mismatch in instant ALTER TABLEMarko Mäkelä2020-07-271-0/+3
* | | | MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl.Monty2020-07-211-1/+7
* | | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-1/+2
|\ \ \ \ | |/ / /
| * | | Don't copy uninitialized bytes when copying varstringsMonty2020-07-021-1/+2
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-7/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-271-7/+1
| |\ \ \ | | |/ /
| | * | Fixed crash in aria recovery when using bulk insertMonty2020-05-261-7/+1
* | | | MDEV-21794: Optimizer flag rowid_filter leads to long querySergei Petrunia2020-05-071-3/+4
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-291-1/+4
|\ \ \ \ | |/ / /
| * | | MDEV-19611 INPLACE ALTER does not fail on bad implicit default valueThirunarayanan Balathandayuthapani2020-04-281-2/+6
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-161-1/+12
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-04-151-1/+12
| |\ \ \ | | |/ /
| | * | MDEV-21168: Active XA transactions stop slave from working after backupVlad Lesin2020-04-071-0/+12
* | | | Removed double records_in_range calls from multi_range_read_info_constMonty2020-03-171-1/+1
* | | | cleanup: key parts comparisonEugene Kosov2020-02-181-0/+14
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-2/+2
|\ \ \ \ | |/ / /
| * | | Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | | MDEV-18973 CLIENT_FOUND_ROWS wrong in spiderbb-10.4-MDEV-18973_2Kentoku2019-11-291-2/+22
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-2/+16
|\ \ \ \ | |/ / /
| * | | Fix Mroonga compilationAleksey Midenkov2019-10-101-1/+1
| * | | MDEV-17333 Assertion in update_auto_increment() upon exotic LOADAleksey Midenkov2019-10-101-1/+15
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-09-121-6/+10
|\ \ \ \ | |/ / /
| * | | MDEV-16490: It's possible to make a system versioned table without any versio...Nikita Malyavin2019-09-091-3/+4
* | | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-09-041-2/+2
| |\ \ \ | | |/ /
| | * | MDEV-15326: InnoDB: Failing assertion: !other_lockMarko Mäkelä2019-09-041-2/+2
* | | | MDEV-18266 Changing an index comment unnecessarily rebuilds indexbb-10.4-MDEV-18266-index-commentEugene Kosov2019-07-101-0/+1
* | | | MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-051-3/+3
* | | | NFC: refactor Field::is_equal() and related stuffEugene Kosov2019-06-221-11/+34
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-06-121-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-06-111-1/+1
| |\ \ \ | | |/ /
| | * | Fix plugin linking on WindowsVladislav Vaintroub2019-06-031-1/+1
* | | | MDEV-16249 CHECKSUM TABLE for a spider table is not parallel and saves all da...Kentoku SHIBA2019-06-111-1/+4
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-7/+13
|\ \ \ \ | |/ / /
| * | | make method constEugene Kosov2019-05-171-2/+2
| * | | MDEV-15408 Confusing error message upon ER_VERS_FIELD_WRONG_TYPE while omitti...Eugene Kosov2019-05-171-4/+1
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-0/+6
| |\ \ \ | | |/ /
| | * | MDEV-19158: MariaDB 10.2.22 is writing duplicate entries into binary logSujatha2019-05-141-0/+5
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/