summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15380 Index for versioned table gets corrupt after partitioning and DELETEEugene Kosov2018-05-221-1/+6
* Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-1/+1
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-1/+1
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-05-191-1/+1
| | |\
| | | * MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ...Monty2018-05-161-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-171-8/+2
|\ \ \ \ | |/ / /
| * | | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ...Varun Gupta2018-05-161-1/+2
* | | | cleanup: versioning style fixesSergei Golubchik2018-05-121-2/+2
* | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()Sergei Golubchik2018-05-121-5/+0
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-42/+49
* | | | 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
| | | |_|_|/ | | |/| | |