summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22925 ALTER TABLE s3_table ENGINE=Aria can cause failure on slaveMonty2020-06-191-3/+18
* Added THD::binlog_table_should_be_logged() to simplify some codeMonty2020-06-191-8/+2
* Cleanup's and more DBUG_PRINT'sMonty2020-06-191-1/+1
* Aria will now register it's transactionsMonty2020-05-231-6/+6
* Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-19/+19
* MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-2/+3
* cleanup: commentsSergei Golubchik2020-04-121-2/+0
* MDEV-22218 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon...Sergei Golubchik2020-04-121-4/+10
* forbid REPLACE/ODKU on tables containing WITHOUT OVERLAPSNikita Malyavin2020-03-311-0/+30
* cleanup: prepare "update_handler" for WITHOUT OVERLAPSSergei Golubchik2020-03-311-50/+5
* Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-271-1/+1
* Clean up and speed up interfaces for binary row loggingMonty2020-03-241-10/+45
* Improve update handler (long unique keys on blobs)Monty2020-03-241-37/+97
* Added support for replication for S3Monty2020-03-241-11/+80
* MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-1/+0
* perfschema mdl related instrumentation changesSergei Golubchik2020-03-101-4/+4
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-3/+6
* Merge 10.4 into 10.5Marko Mäkelä2019-12-271-30/+11
|\
| * Merge 10.3 into 10.4Marko Mäkelä2019-12-271-30/+11
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2019-12-271-30/+11
| | |\
| | | * MDE-21369 rpl.rpl_timezone fails with valgrind: Use of uninitialised value.Alexey Botchkov2019-12-211-30/+11
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-4/+77
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-4/+77
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 10.2 into 10.3Jan Lindström2019-12-021-4/+77
| | |\ \ | | | |/
| | | * MENT-510 Failing test(s): perfschema.threads_insert_delayed.HF2019-11-291-0/+1
| | | * MENT-510 Failing test(s): perfschema.threads_insert_delayed.Alexey Botchkov2019-11-271-1/+2
| | | * MENT-237 Audit to show INSERT DELAYED for the executing user.Alexey Botchkov2019-11-271-4/+75
* | | | Merge 10.4 into 10.5Aleksey Midenkov2019-12-021-6/+25
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Aleksey Midenkov2019-12-021-0/+2
| |\ \ \ | | |/ /
| | * | MDEV-20441 ER_CRASHED_ON_USAGE upon update on versioned Aria tableAleksey Midenkov2019-12-021-0/+2
| * | | MDEV-18973 CLIENT_FOUND_ROWS wrong in spiderbb-10.4-MDEV-18973_2Kentoku2019-11-291-6/+24
* | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-16/+40
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-16/+40
| |\ \ \ | | |/ /
| | * | Simplify TABLE::decide_logging_format()Monty2019-10-201-1/+4
| | * | Fixes for binary logging --read-only modeMonty2019-10-201-15/+36
* | | | MDEV-10014 Add RETURNING to INSERTSergei Golubchik2019-10-141-33/+23
* | | | MDEV-10014 Add RETURNING to INSERTRucha Deodhar2019-10-141-28/+103
* | | | cleanup st_select_lex_unit::explainableSergei Golubchik2019-10-141-13/+1
* | | | cleanup: formattingSergei Golubchik2019-10-141-25/+24
* | | | outer references in subqueries in INSERTSergei Golubchik2019-10-141-19/+0
* | | | MDEV-18553: MDEV-16327 pre-requisits part 3: move kill check in one placeOleksandr Byelkin2019-10-131-3/+0
* | | | MDEV-18553: MDEV-16327 pre-requisits part 2: uniform of LIMIT/OFFSET handlingOleksandr Byelkin2019-10-131-2/+0
* | | | MDEV-18553: MDEV-16327 pre-requisits part 1: isolation of LIMIT/OFFSET handlingOleksandr Byelkin2019-10-131-5/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-10-111-4/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-4/+5
| |\ \ \ | | |/ /
| | * | MDEV-17333 Assertion in update_auto_increment() upon exotic LOADAleksey Midenkov2019-10-101-4/+4
| | * | MDEV-19406 Assertion on updating view of join with versioned tableAleksey Midenkov2019-10-101-0/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-121-2/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-09-121-2/+5
| |\ \ \ | | |/ /
| | * | MDEV-16490: It's possible to make a system versioned table without any versio...Nikita Malyavin2019-09-091-3/+5