summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22165 CONVERT TABLE: move in partition from existing tableAleksey Midenkov2021-10-261-17/+169
* Review and crash-safety fixAleksey Midenkov2021-10-261-85/+40
* cleanup: reduce error injection noise in partitioningSergei Golubchik2021-10-261-80/+40
* MDEV-22166 CONVERT PARTITION: move out partition into a tableAleksey Midenkov2021-10-261-29/+258
* Vanilla cleanups and refactoringsAleksey Midenkov2021-10-261-129/+107
* Removed CREATE/DROP TABLESPACE and related commandsMonty2021-09-141-5/+0
* cleanup: MY_BITMAP mutexSergei Golubchik2021-08-261-3/+3
* Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-0/+11
|\
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-0/+11
| |\
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-0/+11
| | |\
| | | * MDEV-22247 History partition overflow leads to wrong SELECT resultAleksey Midenkov2021-07-061-0/+11
* | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* | | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-0/+28
* | | | MDEV-25180 Atomic ALTER TABLEMonty2021-05-191-1/+2
* | | | MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-25/+29
* | | | Rename all external ddl_log function to start with ddl_log_ prefixMonty2021-05-191-13/+13
* | | | Move all ddl log code to ddl_log.cc and ddl_log.hMonty2021-05-191-0/+1
* | | | Reduce usage of strlen()Monty2021-05-191-9/+9
|/ / /
* | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-1/+1
|\ \ \ | |/ /
| * | Fix all warnings given by UBSANMonty2021-04-201-1/+1
* | | MDEV-22775: Merge 10.4 into 10.5Marko Mäkelä2021-04-081-1/+3
|\ \ \ | |/ /
| * | MDEV-22775 [HY000][1553] Changing name of primary key column with foreign key...Alexander Barkov2021-04-071-1/+3
| * | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-1/+1
| |\ \ | | |/
| | * MDEV-23248 Server crashes in mi_extra / ha_partition::loop_extra_alter upon R...Monty2020-10-161-1/+1
* | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-221-1/+1
* | | 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