summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-121-6/+8
|\
| * 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
| | | |\
* | | | \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-6/+2
|\ \ \ \ \ | |/ / / /
| * | | | cleanup: part_func_string and subpart_func_stringSergei Golubchik2017-07-051-4/+0
| * | | | cleanup: generate_partition_syntax()Sergei Golubchik2017-07-051-2/+2
* | | | | MDEV-12657 A few tests fail in build-bot on Windows after changing Field::fie...Alexander Barkov2017-05-021-1/+1
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-11/+12
|/ / / /
* | | | 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
| | | | |\ \ | | | | | |/
| | | | | * Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-041-2/+2
| | | * | | Bug #53445 Build with -Wall and fix warnings that it generatesTor Didriksen2010-05-261-7/+4
| | | * | | mergeMattias Jonsson2010-05-251-14/+26
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Bug#42954: SQL MODE 'NO_DIR_IN_CREATE' does not work with subpartitionsMattias Jonsson2010-03-111-14/+26
| | | | |/
| | | * | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+7
| | | * | BUG#49591, Fixed version string in SHOW CREATE TABLE to accomodate for column...Mikael Ronstrom2009-12-171-0/+36
| | | * | BUG#49180, fixed MAXVALUE problemMikael Ronstrom2009-12-021-1/+1
| | | * | Fix build failure.Alexander Nozdrin2009-11-101-1/+6