summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-09-041-4/+2
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-09-031-4/+2
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-09-031-4/+2
| | |\
| | | * MDEV-20618 Assertion failed in row_upd_sec_index_entryNikita Malyavin2020-09-011-4/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-261-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-08-261-0/+1
| |\ \ \ | | |/ /
| | * | MDEV-23467 SIGSEGV in fill_record/fill_record_n_invoke_before_triggers on INS...Aleksey Midenkov2020-08-251-0/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-211-0/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-211-0/+4
| |\ \ \ | | |/ /
| | * | MDEV-20661 Virtual fields are not recalculated on system fields value assignmentAleksey Midenkov2020-07-201-0/+4
* | | | 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