summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17091 - Assertion failed after dropping versioningNikita Malyavin2020-04-021-0/+18
* MDEV-21195 INSERT chooses wrong partition for RANGE partitioning by DECIMAL c...Aleksey Midenkov2020-02-021-3/+23
* MDEV-20855 Crash with PARTITION BY LIST and extended charactersAlexander Barkov2019-10-181-1/+1
* 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
* | | Fixed compiler warning that broke buildsMonty2019-09-011-2/+1
* | | MDEV-18501 Partition pruning doesn't work for historical queries (fix)Aleksey Midenkov2019-09-011-2/+11
* | | MDEV-18501 Partition pruning doesn't work for historical queries (refactoring)Aleksey Midenkov2019-09-011-8/+8
* | | 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
| | * | Fix gcc 7.3 compiler warnings.Oleksandr Byelkin2018-08-031-0/+12
* | | | MDEV-15951 system versioning by trx id doesn't work with partitioningNikita Malyavin2019-03-291-0/+8
* | | | 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/+12
|\ \ \ \ | |/ / /
| * | | MDEV-13089 identifier quoting in partitioningSergei Golubchik2018-09-211-0/+12
* | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-2/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-171-1/+1
|\ \ \ \ | |/ / /
| * | | cleanup: vcol_in_partition_func_processorSergei Golubchik2018-05-151-1/+1
* | | | versioning: use @@timestampSergei Golubchik2018-05-121-2/+2
* | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()Sergei Golubchik2018-05-121-2/+0
* | | | compilation warnings w/o partitioningSergei Golubchik2018-05-121-2/+2
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-1/+8
|\ \ \ \ | |/ / /
| * | | MDEV-15626 Assertion on update virtual column in partitioned tableSergei Golubchik2018-05-101-1/+8
* | | | Remove mem_alloc_error()Michael Widenius2018-05-071-68/+29
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-21/+20
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-3/+3
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-3/+3
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-1/+1
| | | |\ \ | | | | |/
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-1/+1
| | | | |\
| | | | | * BUG#27216817: INNODB: FAILING ASSERTION:mysql-5.5.60Nisha Gopalakrishnan2018-02-261-3/+3
| | | | * | fix build for recent clangEugene Kosov2018-01-231-1/+1
| | | * | | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-201-2/+2
* | | | | | MDEV-15167 Server crashes in in bitmap_bits_set upon REPAIR PARTITION...Sachin Setiya2018-04-191-0/+11
* | | | | | MDEV-13584 Assertion `!part_elem->tablespace_name && !table_create_info->tabl...Alexey Botchkov2018-04-171-2/+0
* | | | | | Remove not needed calls to print_errorMichael Widenius2018-04-161-4/+1
* | | | | | Move alter partition flags to alter_info->partition_flagsMonty2018-03-291-35/+35
* | | | | | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-33/+33
* | | | | | fix THD::system_time to follow, well, system timeSergei Golubchik2018-02-251-2/+2
* | | | | | PARTITION BY SYSTEM_TIME INTERVAL ...Sergei Golubchik2018-02-231-117/+121
* | | | | | create ROW_START/ROW_END columns NOT NULLSergei Golubchik2018-02-231-1/+0
* | | | | | cleanup: partition_info::check_constantsSergei Golubchik2018-02-231-29/+393
* | | | | | SQL: Truncate history of partitioned table [fixes #399, closes #403]Sergei Golubchik2018-02-231-0/+2
* | | | | | cleanup: ha_partition::update_row/delete_rowSergei Golubchik2018-02-231-88/+16
* | | | | | After-merge fix: Use matching formatMarko Mäkelä2018-02-151-1/+1
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-3/+9
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-2/+8
| |\ \ \ \ \ \ | | |/ / / / /