summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-9/+87
|\
| * Adding direct update/delete to the server and to the partition engine.Kentoku SHIBA2017-12-031-9/+87
* | has_vers_fields should be calculated per table, not globallySergei Golubchik2017-12-051-5/+12
* | SQL,IB: REPLACE semantics [#365 bug 8]Aleksey Midenkov2017-12-041-3/+3
* | SQL, IB: various refactoring [#337]Eugene Kosov2017-11-271-1/+1
* | System Versioning 1.0pre2Aleksey Midenkov2017-11-231-4/+7
|\ \ | |/
| * Handle failures from mallocMichael Widenius2017-11-171-4/+7
* | System Versioning pre1.0Aleksey Midenkov2017-11-131-2/+2
|\ \ | |/
| * Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-2/+2
| |\
| | * Add more execution stages (commit, rollback, etc)Monty2017-11-051-2/+2
* | | System Versioning pre0.12Aleksey Midenkov2017-11-071-27/+141
|\ \ \ | |/ / |/| |
| * | SQL: replication fixes [fixes #234]Eugene Kosov2017-07-311-3/+18
| * | Misc: code cleanupkevg2017-05-051-1/+2
| * | SQL: store versioning field flags in EXTRA2Kosov Eugene2017-05-051-1/+1
| * | SQL: 0.3 per column versioning syntax, .frm, optimized updates and testsKosov Eugene2017-05-051-6/+19
| * | IB: 0.2 part IIIAleksey Midenkov2017-05-051-34/+37
| * | SQL: fix for lost code in debug macrosKosov Eugene2017-05-051-16/+6
| * | 0.1: SQL-level System VersioningDaniel Fiala2017-05-051-24/+116
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-3/+3
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-2/+2
| |\ \
| | * \ Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-2/+2
| | |\ \
| | | * \ Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-2/+2
| | | |\ \
| | | | * \ Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-2/+2
| | | | |\ \
| | | | | * | MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-131-2/+2
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-1/+1
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-16/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-12874 UPDATE statements with the same source and targethalfspawn2017-10-031-12/+5
| * | | | | | MDEV-13911 Support ORDER BY and LIMIT in multi-table updateSergei Golubchik2017-10-031-4/+7
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-0/+20
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-201-0/+20
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-13623 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2017-09-181-0/+20
* | | | | | | simplify READ_RECORD usage NFCEugene Kosov2017-08-311-2/+2
* | | | | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-1/+1
| | |\ \ \ \ \ | | | |/ / / / | | | | | | / | | | |_|_|/ | | |/| | |
| | | * | | MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-1/+1
| | | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-8/+3
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-141-8/+3
| | | | |\ \ | | | | | |/
| | | | | * MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-111-10/+3
* | | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / / / /
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-2/+5
|/ / / /
* | | | find_all_keys: add an assert, remove current_thdSergei Golubchik2017-02-131-11/+13
* | | | cleanup: TABLE::mark_columns_used_by_index()Sergei Golubchik2017-02-131-2/+2
* | | | cleanup: remove TABLE::add_read_columns_used_by_indexSergei Golubchik2017-02-131-1/+1
* | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-4/+5
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-1/+2
* | | | New simpler bugfix for UPDATE and virtual BLOBsMonty2017-01-111-4/+11
* | | | Revert "bugfix: UPDATE and virtual BLOBs"Monty2017-01-111-18/+0
* | | | bugfix: UPDATE and virtual BLOBsSergei Golubchik2016-12-121-0/+18