summaryrefslogtreecommitdiff
path: root/sql/sql_truncate.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2021-03-051-0/+9
|\
| * Merge 10.2 into 10.3Marko Mäkelä2021-03-031-0/+9
| |\
| | * MDEV-24532 Table corruption ER_NO_SUCH_TABLE_IN_ENGINE .. on table with forei...Monty2021-03-021-0/+9
| | * MDEV-17167 - InnoDB: Failing assertion: table->get_ref_count() == 0 uponSergey Vojtovich2019-05-141-0/+2
* | | MDEV-24865 : Server crashes when truncate mysql user tablebb-10.4-MDEV-24865Jan Lindström2021-02-161-10/+13
* | | MDEV-24119 MDL BF-BF Conflict caused by TRUNCATE TABLEsjaakola2020-11-111-3/+17
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-10/+6
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-9/+5
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-9/+5
| | |\ \ | | | |/
| | | * MDEV-18923 Assertion `!lex_string_cmp(system_charset_info, fk_info->reference...Sergei Golubchik2019-04-241-9/+5
* | | | cleanup: replace a magic constant with a defineSergei Golubchik2019-05-181-1/+1
* | | | generalize the error messageSergei Golubchik2019-05-181-1/+1
* | | | MDEV-15966 Behavior for TRUNCATE versioned table is not documented and not co...Sergei Golubchik2019-05-181-22/+25
* | | | Galera4Brave Galera Crew2019-01-231-0/+2
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-051-1/+3
|\ \ \ \ | |/ / /
| * | | MDEV-17167 - InnoDB: Failing assertion: table->get_ref_count() == 0 uponmariadb-10.3.10Sergey Vojtovich2018-10-021-0/+2
| * | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK...Alexey Botchkov2018-09-021-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-1/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-251-1/+2
| | |\ \
| | | * | MDEV-15551 Server hangs or assertion `strcmp(share->unique_file_name,filename...Sergei Golubchik2018-07-191-1/+2
* | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-1/+1
|/ / / /
* | | | MDEV-15970 Crash when doing truncate on locked sequenceMichael Widenius2018-05-141-2/+5
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-3/+3
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-3/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-3/+2
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-2/+1
| | |\ \ | | | |/
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-1/+2
| | | |\
| | | | * BUG#27216817: INNODB: FAILING ASSERTION:mysql-5.5.60Nisha Gopalakrishnan2018-02-261-2/+2
| | * | | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-201-1/+1
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-19/+15
* | | | | s/TRUNCATE ... TO/DELETE HISTORY FROM ... BEFORE/Sergei Golubchik2017-12-191-7/+0
* | | | | privilege: s/delete versioning rows/delete history/Sergei Golubchik2017-12-141-1/+1
* | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-5/+12
|\ \ \ \ \
| * | | | | SQL: truncate syntax and privilege [closes #229]Eugene Kosov2017-09-081-1/+4
| * | | | | SQL, Parser: system_time logic and syntax fixes [closes #237]Aleksey Midenkov2017-08-081-7/+6
| * | | | | 0.6: truncate history feature [closes #96]kevg2017-05-051-2/+7
* | | | | | Optimize LEX_STRING comparisonsMichael Widenius2017-08-241-12/+12
* | | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-0/+1
* | | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-3/+3
|/ / / / /
* | | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-6/+9
|/ / / /
* | | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-2/+8
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-1/+7
| | |\ \ | | | |/
| | | * Bug#19786309 - CRASH IN UNLOCK TABLES AFTER LOCKING AND TRUNCATING TEMPORARY...Praveenkumar.Hulakund2015-01-141-1/+7
| | | * Bug#17942050:KILL OF TRUNCATE TABLE WILL LEAD TO BINARY LOGSujatha Sivakumar2014-04-151-13/+38