summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2018-11-191-1/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2018-11-191-1/+1
| |\
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2018-11-141-1/+1
| | |\
| | | * Merge branch '10.0' into 10.1Oleksandr Byelkin2018-11-141-1/+1
| | | |\
| | | | * MDEV-11167: InnoDB: Warning: using a partial-field key prefix in search, resu...Oleksandr Byelkin2018-11-071-1/+1
* | | | | Merge 10.3 into 10.4mariadb-10.4.0Marko Mäkelä2018-11-081-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed...Oleksandr Byelkin2018-11-071-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-051-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-09-241-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-1/+1
| | | |\ \ | | | | |/
| | | | * Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-211-1/+1
| | | | |\
| | | | | * MDEV-16741 Assertion `m_extra_cache' failed in ha_partition::late_extra_cacheEugene Kosov2018-09-101-1/+1
| | | * | | Merge 10.0 into 10.1Marko Mäkelä2018-02-031-0/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2018-02-021-0/+2
| | | | |\ \ | | | | | |/
| | | | | * Fix ASAN failure in main.lock (and others)Vicențiu Ciorbaru2018-01-301-0/+2
| * | | | | MDEV-16246: insert timestamp into spider table from mysqldump gets wrong time...Jacob Mathew2018-07-091-1/+4
* | | | | | MDEV-16246: insert timestamp into spider table from mysqldump gets wrong time...bb-10.4-MDEV-16246Jacob Mathew2018-07-241-1/+4
* | | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-14/+16
* | | | | | cleanup: remove TABLE::vcol_setSergei Golubchik2018-06-041-10/+3
* | | | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-4/+4
* | | | | | after merge fixesSergei Golubchik2018-06-031-7/+7
* | | | | | Merge branch '10.3' into 10.4Igor Babaev2018-06-031-121/+162
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove warning when using ScopedStatementReplicationMonty2018-05-271-4/+6
| * | | | | MDEV-14551 Can't find record in table on multi-table update with ORDER BYSergei Golubchik2018-05-171-0/+56
| * | | | | cleanup: simplify multi-update's juggling with positionsSergei Golubchik2018-05-171-41/+13
| * | | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()Sergei Golubchik2018-05-121-2/+0
| * | | | | Add likely/unlikely to speed up executionMonty2018-05-071-74/+87
|/ / / / /
* | | | | MDEV-14829 Assertion `0' failed in Protocol::end_statement upon concurrent UP...Eugene Kosov2018-02-241-10/+7
* | | | | MDEV-13417 UPDATE produces wrong values if an updated column is later used as...Jerome Brauge2018-02-121-15/+41
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-11/+11
* | | | | fix CREATE ... SELECTSergei Golubchik2017-12-291-6/+0
* | | | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-6/+6
* | | | | 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