summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | MDEV-20004 Move Field_geom from field.cc to sql_type_geom.ccAlexander Barkov2019-07-091-6/+0
* | | | MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a pluginAlexander Barkov2019-07-091-5/+1
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2019-06-271-11/+34
|\ \ \ \ | |/ / /
| * | | NFC: refactor Field::is_equal() and related stuffEugene Kosov2019-06-221-11/+34
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-131-2/+5
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-17709 Remove handlerton::stateRobert Bindar2019-06-061-8/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-7/+13
|\ \ \ \ | |/ / /
| * | | 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
| | | |\
| | | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | | |\
| | | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-2/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-2/+3
| | | |\ \ \ | | | | |/ /
| | | | * | Bug#28573894 ALTER PARTITIONED TABLE ADD AUTO_INCREMENT DIFF RESULT DEPENDING...Marko Mäkelä2019-04-251-2/+3
| | * | | | cleanup: move checksum code to handler classSergei Golubchik2019-05-071-1/+2
* | | | | | Avoid not needed renames in ALTER TABLEMonty2019-05-231-0/+4
* | | | | | Replace ha_notify_table_changed() with notify_tabledef_changed()Monty2019-05-231-19/+9