summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26833 Missed statement rollback in case transaction drops or create temp...bb-10.2-andreiAndrei Elkin2021-10-281-0/+11
* MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMAxing-zhi, jiang2021-06-291-0/+2
* Cleanup: Remove handler::update_table_comment()Marko Mäkelä2021-05-271-3/+1
* MDEV-17515: GTID Replication in optimistic mode deadlockSujatha2021-05-171-0/+10
* MDEV-24532 Table corruption ER_NO_SUCH_TABLE_IN_ENGINE .. on table with forei...Monty2021-03-021-0/+6
* cleanup: void hton::abort_transaction()Sergei Golubchik2021-01-241-1/+1
* MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-2/+4
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-11/+11
|\
| * Code comment spellfixesIan Gilfillan2020-07-221-11/+11
* | Fixed crash in aria recovery when using bulk insertMonty2020-05-261-7/+1
* | MDEV-21168: Active XA transactions stop slave from working after backupVlad Lesin2020-04-071-0/+12
* | MDEV-15326: InnoDB: Failing assertion: !other_lockMarko Mäkelä2019-09-041-2/+2
* | Fix plugin linking on WindowsVladislav Vaintroub2019-06-031-1/+1
* | MDEV-19158: MariaDB 10.2.22 is writing duplicate entries into binary logSujatha2019-05-141-0/+5
* | 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.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
* | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-1/+1
|\ \ \ | |/ /
| * | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-1/+1
* | | 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.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
* | | | 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
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-06-261-1/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2018-06-261-1/+9
| |\ \ \ | | |/ /
| | * | MDEV-15242 Poor RBR update performance with partitioned tablesAndrei Elkin2018-06-251-1/+9
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-1/+1
| | |\ \ | | | |/
* | | | Merge 10.1 to 10.2Marko Mäkelä2017-12-191-0/+7
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-12-181-0/+7
| |\ \ \ | | |/ /
| | * | MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a...Sergei Golubchik2017-12-181-0/+7
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-3/+3
* | | | MDEV-13847 Allow ALTER TABLE…ADD SPATIAL INDEX…ALGORITHM=INPLACEMarko Mäkelä2017-09-201-4/+0
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-0/+14
|\ \ \ \ | |/ / /
| * | | MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic paralle...Kristian Nielsen2017-07-031-0/+14
* | | | Remove the unnecessary method handlerton::release_temporary_latches()Marko Mäkelä2017-06-161-4/+0
* | | | MDEV-12293 Assertion `table->no_keyread || !table->covering_keys.is_set(tab->...Sergei Golubchik2017-04-301-3/+2
* | | | move rocksdb specific changes into rocksdbSergei Golubchik2017-03-311-1/+0
* | | | remove DB_TYPE_ROCKSDBSergei Golubchik2017-03-311-2/+1
* | | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-03-111-81/+97
|\ \ \ \
| * | | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-78/+79
| * | | | cleanup: handler::key_readSergei Golubchik2017-02-131-9/+8
| * | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-1/+17