summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2020-12-031-14/+1
|\
| * 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.5 into 10.6mariadb-10.5.7bb-10.6-georg10.6-vatuMarko Mäkelä2020-11-031-2/+4
|\ \ \ \ | |/ / /
| * | | 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 10.5 into 10.6Marko Mäkelä2020-11-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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 10.5 into 10.6Marko Mäkelä2020-08-121-8/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-8/+8
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | | Merge 10.5 into 10.6Marko Mäkelä2020-08-041-1/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-0/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-23295 ROW_FORMAT mismatch in instant ALTER TABLEMarko Mäkelä2020-07-271-0/+3
| * | | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-211-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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.5Vladislav Vaintroub2020-07-041-10/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table()Sergei Golubchik2020-07-041-7/+5
| * | | | | introduce hton->drop_table() methodSergei Golubchik2020-07-041-3/+4
* | | | | | Merge branch '10.5' into 10.6Vladislav Vaintroub2020-07-041-55/+71
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-22925 ALTER TABLE s3_table ENGINE=Aria can cause failure on slaveMonty2020-06-191-0/+2
| * | | | | Changes needed for ColumnStore and insert cacheMonty2020-06-141-1/+1
| * | | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-1/+13
| * | | | | MDEV-15101: Stop ANALYZE TABLE from flushing table definition cacheSergei Petrunia2020-06-121-1/+9
| * | | | | remove dead codeSergei Golubchik2020-06-091-38/+0
| * | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-7/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| * | | | | SHOW TABLE STATUS now shows if an Aria table is transactional or notMonty2020-05-291-2/+9
| * | | | | Aria will now register it's transactionsMonty2020-05-231-6/+36
| * | | | | Fix that BACKUP STAGE BLOCK_COMMIT blocks commit to the Aria engineMonty2020-05-231-0/+1
* | | | | | MDEV-19780 Remove the TokuDB storage engineMarko Mäkelä2020-05-141-1/+1
|/ / / / /
* | | | | Merge branch '10.4' into 10.5Sergei Golubchik2020-05-091-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21794: Optimizer flag rowid_filter leads to long querySergei Petrunia2020-05-071-3/+4
* | | | | cleanup: ha_external_unlock() helperSergei Golubchik2020-05-051-0/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-291-1/+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
| | |\ \ \ | | | |/ /