summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-09-021-10/+18
|\
| * 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 branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+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
| | | * | Fix gcc 7.3 compiler warnings.Oleksandr Byelkin2018-08-031-0/+12
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-021-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15951 system versioning by trx id doesn't work with partitioningNikita Malyavin2019-03-291-0/+8
* | | | | MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-261-0/+2
* | | | | 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/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-0/+12
| |\ \ \ \ | | |/ / /
| | * | | MDEV-13089 identifier quoting in partitioningSergei Golubchik2018-09-211-0/+12
* | | | | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-3/+3
* | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-1/+2
* | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-06-051-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-2/+2
* | | | | cleanup: remove TABLE::vcol_setSergei Golubchik2018-06-041-7/+2
* | | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-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