summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-7/+2
|\
| * MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONINGSergei Golubchik2019-05-171-6/+1
| * 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
* | | | | MDEV-18859 Server crashes in bitmap_bits_set / pack_row / THD::binlog_write_r...Nikita Malyavin2019-04-021-0/+5
* | | | | MDEV-18852 MDEV-18853 fix `period.delete`, `period.update` tests crashes with...Nikita Malyavin2019-04-021-12/+14
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-061-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | 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-16974 Application-time periods: UPDATENikita Malyavin2019-02-211-1/+3
* | | | | | MDEV-16973 Application-time periods: DELETENikita Malyavin2019-02-211-9/+115
* | | | | | Fixed compiler warnings from optimized buildsMichael Widenius2019-01-151-3/+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-0/+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
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-5/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-16783 Assertion `!conds' failed in mysql_delete upon 2nd execution of SP...Nikita Malyavin2018-08-241-5/+9
* | | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-14/+18
* | | | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-1/+1
|/ / / / /
* | | | | 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