summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
* | | | | Added support for more functions when using partitioned S3 tablesMonty2020-04-191-11/+30
* | | | | MDEV-22218 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon...Sergei Golubchik2020-04-121-1/+1
* | | | | MDEV-16978 Application-time periods: WITHOUT OVERLAPSNikita Malyavin2020-03-311-2/+7
* | | | | cleanup: prepare "update_handler" for WITHOUT OVERLAPSSergei Golubchik2020-03-311-7/+14
* | | | | cleanup: dead code, comments, avoid current_thdSergei Golubchik2020-03-311-1/+5
* | | | | Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-271-3/+18
* | | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-271-2/+3
* | | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-241-8/+29
* | | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-8/+15
* | | | | Improve update handler (long unique keys on blobs)Monty2020-03-241-0/+6
* | | | | Cleanups & indentation changesMonty2020-03-241-2/+2
* | | | | Added support for replication for S3Monty2020-03-241-1/+16
* | | | | handler::rebind()Sergey Vojtovich2020-03-241-1/+1
* | | | | merge 10.4 to 10.5Monty2020-03-181-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Removed double records_in_range calls from multi_range_read_info_constMonty2020-03-171-1/+1
* | | | | MDEV-742 XA PREPAREd transaction survive disconnect/server restartAndrei Elkin2020-03-141-0/+1
* | | | | Merge branch 'github/10.5' into 10.5Sergei Golubchik2020-03-141-10/+10
|\ \ \ \ \
| * | | | | MDEV-21907: Fix some -Wconversion outside InnoDBMarko Mäkelä2020-03-121-10/+10
* | | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-0/+14
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | cleanup: key parts comparisonEugene Kosov2020-02-181-0/+14
* | | | | cleanup: pass trxid by valueSergei Golubchik2020-03-101-1/+1
* | | | | perfschema table io instrumentation related changesSergei Golubchik2020-03-101-7/+131
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | | | Merge 10.4 into 10.5Aleksey Midenkov2019-12-021-2/+22
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-18973 CLIENT_FOUND_ROWS wrong in spiderbb-10.4-MDEV-18973_2Kentoku2019-11-291-2/+22
* | | | | MDEV-20480 Obsolete internal parser for FK in InnoDBAleksey Midenkov2019-11-201-0/+4
* | | | | MDEV-16264 prerequisite patch, ha_preshutdown.Vladislav Vaintroub2019-11-151-0/+4
* | | | | MDEV-20854: ANALYZE for statements: not clear where the time is spentSergei Petrunia2019-11-121-2/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-10-111-2/+16
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-16144 Default TIMESTAMP clause for SELECT from versionedAleksey Midenkov2019-09-301-9/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-121-6/+10
|\ \ \ \ \ | |/ / / /
| * | | | 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 10.4 into 10.5Marko Mäkelä2019-09-061-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Don't copy uninitialized bytes when copying varstringsMonty2019-08-151-1/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | 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