summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15391 Server crashes in JOIN::fix_all_splittings_in_plan or Assertion `j...Sergei Golubchik2018-04-101-2/+6
* create a reusable function that tells what FK actions can writeSergei Golubchik2018-02-241-4/+4
* unify error messages a bitSergei Golubchik2018-02-241-2/+2
* SQL: Truncate history of partitioned table [fixes #399, closes #403]Sergei Golubchik2018-02-231-8/+0
* Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-4/+4
* MDEV-14788 System versioning cannot be based on local timestamps, as it is nowSergei Golubchik2018-01-131-1/+1
* rename system_time columnsSergei Golubchik2018-01-091-1/+1
* SQL: DELETE HISTORY error message in prepared statements [#387]Eugene Kosov2017-12-221-3/+8
* MDEV-14687 DELETE HISTORY in prepared stmt crash [fixes #421]Aleksey Midenkov2017-12-201-14/+16
* MDEV-14684 Assertion `table' failed in mysql_deleteEugene Kosov2017-12-191-1/+8
* Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-5/+5
* SQL: disable truncate history on partitioned [fixes #399]Aleksey Midenkov2017-12-141-0/+8
* System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-12/+63
|\
| * Adding direct update/delete to the server and to the partition engine.Kentoku SHIBA2017-12-031-12/+63
* | SQL: vers_setup_select() misc refactoringAleksey Midenkov2017-12-081-1/+1
* | System Versioning 1.0pre2Aleksey Midenkov2017-11-231-12/+24
|\ \ | |/
| * Handle failures from mallocMichael Widenius2017-11-171-12/+24
* | SQL: delete from VIEW [fixes #291]Aleksey Midenkov2017-11-131-1/+6
* | System Versioning pre1.0Aleksey Midenkov2017-11-131-2/+5
|\ \ | |/
| * Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-2/+4
| |\
| | * Add more execution stages (commit, rollback, etc)Monty2017-11-051-2/+4
* | | System Versioning pre0.12Aleksey Midenkov2017-11-071-7/+54
|\ \ \ | |/ / |/| |
| * | SQL: truncate syntax and privilege [closes #229]Eugene Kosov2017-09-081-9/+2
| * | SQL, Parser: system_time logic and syntax fixes [closes #237]Aleksey Midenkov2017-08-081-5/+4
| * | SQL: replication fixes [fixes #234]Eugene Kosov2017-07-311-8/+2
| * | Style: condition rewritekevg2017-05-051-3/+6
| * | SQL: TRUNCATE FOR SYSTEM_TIME BEFORE [closes #111]kevg2017-05-051-5/+10
| * | 0.6: truncate history feature [closes #96]kevg2017-05-051-16/+42
| * | SQL: (0.5) Versioned partitions [closes #77]Aleksey Midenkov2017-05-051-1/+2
| * | IB: 0.2 part IIIAleksey Midenkov2017-05-051-6/+4
| * | Delete: code duplication fixAleksey Midenkov2017-05-051-27/+20
| * | 0.1: SQL-level System VersioningDaniel Fiala2017-05-051-5/+44
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-1/+1
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-1/+1
| |\ \
| | * \ Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-1/+1
| | |\ \
| | | * \ Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-1/+1
| | | |\ \
| | | | * \ Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-1/+1
| | | | |\ \
* | | | | \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fix some conversion warnings.Vladislav Vaintroub2017-09-301-1/+1
| | | |_|_|/ | | |/| | |
* | | | | | simplify READ_RECORD usage NFCEugene Kosov2017-08-311-3/+3
* | | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / / / /
* | | | | MDEV-12137 DELETE statement with the same source and targetSergei Golubchik2017-07-071-54/+48
* | | | | MDEV-12137 DELETE statement with the same source and targethalfspawn2017-07-071-14/+72
|/ / / /
* | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-1/+0
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-4/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-141-4/+1
| | |\ \ | | | |/
| | | * MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-111-4/+1
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-3/+2