summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24087 s3.replication_partition fails in buildbot wiht replication failureMonty2021-02-081-25/+28
* Merge 10.4 into 10.5Marko Mäkelä2020-06-051-1/+2
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-06-051-1/+2
| |\
| | * MDEV-22112 Assertion `tab_part_info->part_type == RANGE_PARTITION || tab_part...Aleksey Midenkov2020-06-041-1/+2
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-21/+35
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-17/+31
| |\ \ | | |/
| | * MDEV-18794 Assertion `!m_innodb' failed in ha_partition::cmp_ref upon SELECT ...Aleksey Midenkov2020-05-281-29/+21
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-271-0/+22
| | |\
| | | * MDEV-19751 Wrong partitioning by KEY() after primary key droppedAleksey Midenkov2020-05-261-0/+22
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-4/+4
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-251-4/+4
| | |\ \ | | | |/
| | | * Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-4/+4
* | | | Fixed test failure in parts.partition_debug_innodb/myisamDaniel Black2020-05-091-33/+28
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-051-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-16288 ALTER TABLE…ALGORITHM=DEFAULT does not override alter_algorithmThirunarayanan Balathandayuthapani2020-05-041-1/+1
* | | | MDEV-22155 ALTER add default history partitions name clash on non-default par...Aleksey Midenkov2020-04-271-1/+1
* | | | MDEV-22207 Drop default history partitions renders table inaccessibleAleksey Midenkov2020-04-271-0/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-0/+18
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-04-161-0/+18
| |\ \ \ | | |/ /
| | * | MDEV-17091 - Assertion failed after dropping versioningNikita Malyavin2020-04-021-0/+18
* | | | Initialize error variable to 0 in alter_table_closeVicențiu Ciorbaru2020-04-201-1/+1
* | | | Added support for more functions when using partitioned S3 tablesMonty2020-04-191-0/+8
* | | | Handle errors from external_unlock & mysql_unlock_tablesMonty2020-04-191-4/+5
* | | | Bug#19784790: ASSERTION `PART_SHARE->PARTITIONS_SHARE_REFS->NUM_PARTSMonty2020-04-191-60/+48
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-081-24/+15
|\ \ \ \ | |/ / /
| * | | MDEV-20494 Fix wrongly ignored error statusAleksey Midenkov2020-04-031-25/+15
| * | | MDEV-20494 ER_NOT_FORM_FILE or assertion upon adding partition to period tableAleksey Midenkov2020-04-031-0/+1
* | | | Cleanup close_all_tables_for_name()Sergey Vojtovich2020-04-031-5/+5
* | | | unify "partitioning cannot do X" error messagesNikita Malyavin2020-03-311-1/+1
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+1
* | | | MDEV-21747 needless alter_ctx arg in prep_alter_part_table()Aleksey Midenkov2020-03-031-3/+2
* | | | Revert "MDEV-17554 Auto-create new partition for system versioned tables with...Sergei Golubchik2020-02-271-7/+8
* | | | MDEV-17554 Auto-create new partition for system versioned tables with history...Aleksey Midenkov2020-02-251-8/+7
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-02-121-3/+23
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-3/+23
| |\ \ \ | | |/ /
| | * | MDEV-21195 INSERT chooses wrong partition for RANGE partitioning by DECIMAL c...Aleksey Midenkov2020-02-021-3/+23
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-20855 Crash with PARTITION BY LIST and extended charactersAlexander Barkov2019-10-181-1/+1
* | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-6/+6
* | | | MDEV-17554 history partitioning cleanupsAleksey Midenkov2019-12-031-1/+1
* | | | MDEV-17553 Enable setting start datetime for interval partitioned history of ...Aleksey Midenkov2019-11-071-1/+11
* | | | MDEV-20856 Bad values in metadata views for partitions on VARBINARYAlexander Barkov2019-10-181-83/+5
* | | | MDEV-20831 Table partitioned by LIST/RANGE COLUMNS(inet6) can be created, but...Alexander Barkov2019-10-151-110/+84
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-121-0/+65
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-09-121-0/+65
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-09-111-0/+65
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-09-111-0/+65
| | | |\
| | | | * MDEV-16594 ALTER DATA DIRECTORY in PARTITIONS of InnoDB storage does nothing ...Alexey Botchkov2019-09-091-0/+65
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-10/+18
|\ \ \ \ \ | |/ / / /