summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25146 JSON_TABLE: Non-descriptive + wrong error messages upon trying to ...Alexey Botchkov2021-04-211-1/+5
* MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-2/+4
* Merge 10.5 into 10.6Marko Mäkelä2021-04-141-9/+16
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-04-141-9/+16
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-04-141-9/+16
| | |\
| | | * 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 10.5 into 10.6Marko Mäkelä2021-03-291-4/+3
|\ \ \ \ | |/ / /
| * | | MDEV-24302: RESET MASTER hangsMarko Mäkelä2021-03-291-4/+3
* | | | MDEV-7317: Make an index ignorable to the optimizerVarun Gupta2021-03-041-2/+4
|/ / /
* | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-0/+2
|\ \ \ | |/ /
| * | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-0/+2
| |\ \ | | |/
| | * 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 commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-0/+7
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-0/+7
| |\ \ \ | | |/ /
| | * | 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
* | | | MDEV-24351: S3, same-backend replication: Dropping a table on master...Sergei Petrunia2020-12-081-0/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-5/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-5/+4
| |\ \ \ | | |/ /
| | * | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-251-5/+4
* | | | handler: move row change start signal down after the checksNikita Malyavin2020-11-021-8/+8
* | | | MDEV-22639 Assertion failed in ha_check_overlaps upon multi-table updateNikita Malyavin2020-11-021-5/+1
* | | | MDEV-22714 Assertion failed upon multi-update on table WITHOUT OVERLAPSNikita Malyavin2020-11-021-6/+9
* | | | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-1/+22
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-0/+19
| |\ \ \ | | |/ /
| | * | 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
| * | | | MDEV-23081 Stray XA transactions at startup, with wsrep_on=OFFDaniele Sciascia2020-10-211-1/+1
| * | | | MDEV-22761: innodb row_search_idx_cond_check handle CHECK_ABORTED_BY_USERSergei Petrunia2020-10-141-0/+2
* | | | | MDEV-23691 S3 storage engine: delayed slave can drop the tableMonty2020-10-211-2/+7
* | | | | Merge branch '10.4' into 10.5Sujatha2020-09-291-47/+49
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrongMonty2020-09-251-49/+52
* | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-7/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-7/+7
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | MDEV-21017: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2020-08-031-0/+1
* | | | | thd->m_transaction_psi was not properly cleared for new connectionsMonty2020-07-231-0/+4
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-211-48/+48
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl.Monty2020-07-211-47/+70
* | | | | optimize ha_delete_table_forceSergei Golubchik2020-07-041-11/+23
* | | | | replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table()Sergei Golubchik2020-07-041-20/+10
* | | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLESergei Golubchik2020-07-041-20/+20