summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25004 vers_force_trx option to force transactional System VersioningAleksey Midenkov2022-12-271-18/+29
* MDEV-21087/MDEV-21433: ER_SLAVE_INCIDENT arrives at slave without failure spe...Brandon Nesterenko2022-07-251-3/+5
* Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-0/+3
|\
* | MDEV-25975 innodb_disallow_writes causes shutdown to hangMarko Mäkelä2022-04-061-0/+16
* | Merge 10.2 into 10.3Marko Mäkelä2022-04-061-188/+1
|\ \ | |/
| * Cleanup: Remove some unused functionsMarko Mäkelä2022-03-301-188/+1
* | MDEV-27217 typo fixAleksey Midenkov2022-01-151-0/+1
* | MDEV-27452 TIMESTAMP(0) system field is allowed for certain creation of syste...Aleksey Midenkov2022-01-131-2/+5
* | MDEV-27217 DELETE partition selection doesn't work for history partitionsAleksey Midenkov2022-01-131-0/+2
* | MDEV-27195 SIGSEGV in Table_scope_and_contents_source_st::vers_check_system_f...bb-10.3-bar-MDEV-27195Alexander Barkov2021-12-221-2/+1
* | Merge mariadb-10.3.32 into 10.3Marko Mäkelä2021-11-091-2/+0
|\ \
| * | MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-291-2/+0
* | | MDEV-26928 Column-inclusive WITH SYSTEM VERSIONING doesn't work with explicit...Aleksey Midenkov2021-11-021-5/+5
|/ /
* | MDEV-22660 SIGSEGV on adding system versioning and modifying system columnAleksey Midenkov2021-10-111-0/+6
* | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-111-49/+37
* | MDEV-25172 Wrong error message for ADD COLUMN .. AS ROW STARTAleksey Midenkov2021-03-311-0/+5
* | MDEV-22562 Assertion `next_insert_id == 0' upon UPDATE on system-versioned tableAleksey Midenkov2021-03-311-9/+11
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+3
|\ \ | |/
| * MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-111-0/+1
| * MDEV-23536 Race condition between KILL and transaction commitSergei Golubchik2021-01-111-0/+1
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-0/+7
|\ \ | |/
| * MDEV-23209: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2020-12-151-0/+7
* | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-251-5/+4
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-0/+1
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-10-211-0/+1
| |\
| | * MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USERSergei Petrunia2020-10-161-0/+1
* | | MDEV-23968 CREATE TEMPORARY TABLE .. LIKE (system versioned table) returns er...Aleksey Midenkov2020-10-201-0/+19
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-6/+6
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-6/+6
| |\ \ | | |/
| | * Code comment spellfixesIan Gilfillan2020-07-221-6/+6
| | * imporve clang buildEugene Kosov2019-06-251-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-271-0/+13
|\ \ \ | |/ /
| * | Fixed crash in aria recovery when using bulk insertMonty2020-05-261-0/+13
* | | Merge 10.2 into 10.3Marko Mäkelä2020-04-151-14/+20
|\ \ \ | |/ /
| * | MDEV-21168: Active XA transactions stop slave from working after backupVlad Lesin2020-04-071-14/+20
* | | MDEV-18875 Assertion `thd->transaction.stmt.ha_list == __null || trans == &th...Nikita Malyavin2019-12-291-1/+2
* | | MDEV-16130 wrong error message adding AS ROW START to versioned tableAleksey Midenkov2019-10-101-2/+4
* | | MDEV-16490 fix versioning.partition failureNikita Malyavin2019-09-091-2/+5
* | | MDEV-16490: It's possible to make a system versioned table without any versio...Nikita Malyavin2019-09-091-42/+43
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-1/+27
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-06-121-0/+34
| |\ \ | | |/
| | * MDEV-19653 Add class Sql_cmd_create_tableAlexander Barkov2019-05-311-0/+34
* | | MDEV-18512 using DATETIME(6) as row_start/row_end crashes serverEugene Kosov2019-05-201-2/+1
* | | make method constEugene Kosov2019-05-171-1/+2
* | | MDEV-15408 Confusing error message upon ER_VERS_FIELD_WRONG_TYPE while omitti...Eugene Kosov2019-05-171-61/+71
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-2/+2
|\ \ \ | |/ /
| * | MDEV-19158: MariaDB 10.2.22 is writing duplicate entries into binary logSujatha2019-05-141-2/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-2/+2
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-2/+2
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-2/+2
| | |\