summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Don't copy uninitialized bytes when copying varstringsMonty2020-07-021-1/+2
* | | 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-19611 INPLACE ALTER does not fail on bad implicit default valueThirunarayanan Balathandayuthapani2020-04-281-2/+6
* | | 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
* | | Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | Fix Mroonga compilationAleksey Midenkov2019-10-101-1/+1
* | | MDEV-17333 Assertion in update_auto_increment() upon exotic LOADAleksey Midenkov2019-10-101-1/+15
* | | MDEV-16490: It's possible to make a system versioned table without any versio...Nikita Malyavin2019-09-091-3/+4
* | | 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
* | | Merge 10.2 into 10.3Marko Mäkelä2019-06-111-1/+1
|\ \ \ | |/ /
| * | Fix plugin linking on WindowsVladislav Vaintroub2019-06-031-1/+1
* | | 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
* | | | MDEV-15951 system versioning by trx id doesn't work with partitioningNikita Malyavin2019-03-291-3/+5
* | | | remove unused methodEugene Kosov2019-03-221-1/+0
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-3/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-1/+1
| |\ \ \ | | |/ /
| | * | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-02-041-0/+5
|\ \ \ \ | |/ / /
| * | | MDEV-16849 Extending indexed VARCHAR column should be instantaneousThirunarayanan Balathandayuthapani2019-01-301-0/+5
| * | | Backport INFORMATION_SCHEMA.CHECK_CONSTRAINTSAnel Husakovic2019-01-161-0/+1
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-3/+9
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2mariadb-10.2.21Sergei Golubchik2018-12-301-3/+9
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-291-3/+9
| | |\ \
| | | * | MDEV-17589: Stack-buffer-overflow with indexed varchar (utf8) fieldbb-10.0-varunVarun Gupta2018-12-191-3/+9
| * | | | MDEV-16429: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Nikita Malyavin2018-12-201-2/+2
* | | | | MDEV-17503 CREATE SEQUENCE failed with innodb_force_primary_key =1Monty2018-10-291-0/+3
* | | | | Remove not used table_flag HA_NO_VARCHARMonty2018-10-291-1/+0
* | | | | MDEV-17542 10.3: gcc-8.0 produces lots of -Wclass-memaccess warnings in Table...Alexander Barkov2018-10-251-11/+36
* | | | | MDEV-16429: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Nikita Malyavin2018-09-211-2/+2
* | | | | MDEV-14474 information_schema.check_constraintsAnel Husakovic2018-08-251-0/+1
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-031-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Fix -Wclass-memaccess in WSREP,InnoDB,XtraDBMarko Mäkelä2018-08-031-2/+2