summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Remove an unused variableMarko Mäkelä2019-03-211-2/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-051-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-041-4/+4
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Oleksandr Byelkin2019-03-011-3/+3
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-02-281-3/+3
| | | |\ \ | | | | |/
| | | | * A cleanup in derived table handling: removing duplicate code from st_select_l...Alexander Barkov2019-02-281-3/+3
* | | | | MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed...Oleksandr Byelkin2018-11-071-1/+1
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-09-241-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-0/+1
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-211-0/+1
| | | |\ \ | | | | |/
| | | | * MDEV-16741 Assertion `m_extra_cache' failed in ha_partition::late_extra_cacheEugene Kosov2018-09-101-0/+1
* | | | | MDEV-16783 Assertion `!conds' failed in mysql_delete upon 2nd execution of SP...Nikita Malyavin2018-08-241-5/+9
* | | | | 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