summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...Jacob Mathew2018-05-141-1/+3
* Merge branch '10.1' into 10.2Sergei Golubchik2018-02-221-17/+16
|\
| * fix compilation wih -DPLUGIN_PARTITION=NOSergei Golubchik2018-02-211-17/+16
* | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-0/+20
|\ \ | |/
| * Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-0/+20
| |\
| | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-0/+20
| | |\
| | | * MDEV-13788 Server crash when issuing bad SQL partition syntaxAlexander Barkov2017-11-201-0/+20
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-3/+0
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-2/+0
| | |\ \ | | | |/
| | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-2/+0
* | | | MDEV-13550 Copy ctor instread of memcpy() in partition_info::get_clone() (#436)Aleksey Midenkov2017-11-221-2/+1
* | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-081-6/+8
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-07-071-6/+8
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-07-061-6/+8
| | |\ \ | | | |/
* | | | cleanup: part_func_string and subpart_func_stringSergei Golubchik2017-07-051-4/+0
* | | | cleanup: generate_partition_syntax()Sergei Golubchik2017-07-051-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-1/+1
| | |\ \ | | | |/
* | | | cleanup: remove dead (half-merged) code from partition_info.*Sergei Golubchik2016-12-121-299/+0
* | | | cleanup: remove Item::intro_versionSergei Golubchik2016-12-121-36/+0
* | | | fix build and some warningskevg2016-11-241-2/+0
* | | | MDEV-6112 multiple triggers per tableMonty2016-10-051-13/+2
* | | | MDEV-8348: Add catchall to all table partitioning for list partitionsOleksandr Byelkin2016-09-071-63/+95
* | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-6/+4
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-1/+2
* | | | MDEV-8716 - Obsolete sql_calloc() in favor of THD::calloc() and thd_calloc()Sergey Vojtovich2015-11-261-12/+13
* | | | MDEV-8719 - Obsolete sql_memdup() in favor of THD::memdup() and thd_memdup()Sergey Vojtovich2015-11-261-3/+3
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-5/+48
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-4/+12
| |\ \ | | |/
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-4/+12
| | |\
| | | * BUG#16613004 PARTITIONING DDL, CRASH IN FIELD_VARSTRING::CMP_MAXDebarun Banerjee2015-07-081-1/+21
| | | * BUG#20310212 PARTITION DDL- CRASH AFTER THD::NOCHECK_REGISTER_ITEM_Debarun Banerjee2015-06-241-4/+11
| | | * Bug#16860588:CRASH WITH CREATE TABLE ... LIKE ..Mattias Jonsson2013-08-121-3/+2
| | | * Bug#16589511: MYSQL_UPGRADE FAILS TO WRITE OUT ENTIREMattias Jonsson2013-06-281-1/+1
| | | * Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHENMattias Jonsson2013-02-141-5/+13
| | | * Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONINGMattias Jonsson2013-01-301-2/+278
| | | |\
| | | * \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | |\ \ | | | | |/
| | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | * | removed a comment according to the reviewMattias Jonsson2010-10-011-1/+0
| | | * | Bug#50036: Inconsistent errors when using TIMESTAMP columns/expressionsMattias Jonsson2010-08-301-10/+56
| | | * | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-2/+0
| | | |\ \ | | | | |/
| | | | * Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-2/+0
| | | * | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-091-3/+3
| | | |\ \ | | | | |/
| | | | * Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-091-3/+3
| | | * | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-05-311-7/+24
| | | * | Bug #49829 Many "hides virtual function" warnings with SunStudioTor Didriksen2010-05-311-13/+13
| | | * | Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-2/+2
| | | |\ \
| | | | * \ Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-091-2/+2
| | | | |\ \ | | | | | |/