summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | 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
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-2/+8
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+6
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | MDEV-14696 Server crashes in in prep_alter_part_table on 2nd execution of PS.Alexey Botchkov2018-01-301-1/+6
* | | | | | | cleanup: remove MARK_COLUMNS_NONESergei Golubchik2018-02-121-1/+1
* | | | | | | cleanup: renamesSergei Golubchik2018-02-121-5/+5
* | | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1
* | | | | | | Added some checking that LEX_CSTRING is \0 terminatedMonty2018-01-301-1/+1