summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-6/+4
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-6/+4
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2019-09-041-5/+2
| | |\
| | | * cleanup: on update default nowSergei Golubchik2019-09-031-5/+2
| | * | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-041-1/+2
| | |\ \ | | | |/
| | | * Part2: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Alexander Barkov2019-09-031-1/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-09-021-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-09-021-1/+1
| | |\ \ | | | |/
| | | * Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2019-08-301-1/+1
| | | |\
* | | | \ Merge 10.4 into 10.5Marko Mäkelä2019-08-161-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-08-141-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 to 10.3Marko Mäkelä2019-08-131-0/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2019-08-121-0/+1
| | | |\ \
| | | | * | MDEV-17614 INSERT on dup key update is replication unsafeSachin2019-08-091-0/+1
* | | | | | Revert "MDEV-20342 Turn Field::flags from a member to a method"Alexander Barkov2019-08-141-6/+5
* | | | | | MDEV-20342 Turn Field::flags from a member to a methodAlexander Barkov2019-08-141-5/+6
* | | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-08-131-1/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-07-281-1/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-1/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-1/+5
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-1/+5
| | | | |\ \
| | | | | * | MDEV-15572: view.test, server crash with --big-tables=1Oleksandr Byelkin2019-07-181-1/+5
| | | | * | | imporve clang buildEugene Kosov2019-06-251-3/+3
* | | | | | | MDEV-20052 Add a MEM_ROOT pointer argument to Type_handler::make_xxx_field()Alexander Barkov2019-07-121-3/+4
* | | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-201-0/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.3 into 10.4Marko Mäkelä2019-06-191-0/+3
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.2 into 10.3Marko Mäkelä2019-06-191-0/+3
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | MDEV-19771 REPLACE on table with virtual_field can cause crashMichael Widenius2019-06-151-0/+3
* | | | | | | Using more of Sql_mode_save. Adding a similar class for THD::abort_on_warnings.Alexander Barkov2019-05-281-3/+1
|/ / / / / /
* | | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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