summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
Commit message (Expand)AuthorAgeFilesLines
* - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-4/+7
* MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
* Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
|\
| * MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-111-8/+1
|/
* MDEV-5818: MySQL WL#6145: Separate the dependence of DATA DIRECTORY from symb...Michael Widenius2014-03-231-3/+1
* Automatic mergeMichael Widenius2014-02-051-1/+1
|\
| * Fixes to get valgrind to work with jemallocMichael Widenius2014-01-021-1/+1
* | 10.0-base mergeSergei Golubchik2014-02-031-3/+3
|\ \ | |/ |/|
| * 5.5 mergeSergei Golubchik2014-02-011-3/+3
| |\
| | * MDEV-5421 Assertion `! is_set()' fails on INSERT IGNORE when a table has no p...Sergei Golubchik2014-01-231-3/+3
* | | 10.0-base mergeSergei Golubchik2013-12-161-3/+2
|\ \ \ | |/ /
| * | 5.5 mergeSergei Golubchik2013-11-231-3/+2
| |\ \ | | |/
| | * mysql-5.5.34 mergeSergei Golubchik2013-11-191-3/+2
| | |\
| | | * Bug#16860588:CRASH WITH CREATE TABLE ... LIKE ..Mattias Jonsson2013-08-121-3/+2
| * | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-1/+1
| |\ \ \ | | |/ /
| | * | mysql-5.5.33 mergeSergei Golubchik2013-09-061-1/+1
| | |\ \ | | | |/
| | | * Bug#16589511: MYSQL_UPGRADE FAILS TO WRITE OUT ENTIREMattias Jonsson2013-06-281-1/+1
* | | | MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1Sergei Golubchik2013-11-281-11/+294
* | | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-28/+1
* | | | 10.0-monty mergeSergei Golubchik2013-07-211-316/+647
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed a failure in partition_truncate.test.Igor Babaev2013-07-081-1/+1
| * | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-67/+612
* | | | 5.5 mergeSergei Golubchik2013-06-061-3/+286
|\ \ \ \ | | |/ / | |/| |
| * | | mysql-5.5.31 mergeSergei Golubchik2013-05-071-3/+286
| |\ \ \ | | |/ / | |/| / | | |/
| | * 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
| | |\
* | | | cleanupSergei Golubchik2013-04-091-16/+13
|/ / /
* | | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \ \
| * \ \ Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| |\ \ \
| | * \ \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | |\ \ \ | | | | |/ | | | |/|
* | | | | mergeSergei Golubchik2011-11-031-1/+1
|\ \ \ \ \
| * | | | | compilation warnings on WindowsSergei Golubchik2011-11-021-1/+1
* | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | |/ | | |/|
* | | | 5.5-mergeSergei Golubchik2011-07-021-10/+55
|\ \ \ \ | |/ / /
| * | | 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.Sergei Golubchik2010-11-251-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | merge with 5.1Sergei Golubchik2010-09-111-3/+3
| |\ \ | | |/
| * | Added extra argument to longlong2str() to make it have same prototype is int2...Michael Widenius2010-08-071-2/+2
| * | Cherry-pick fix for Bug#53371, security hole with bypassing grants using spec...unknown2010-05-091-2/+2
| * | Merge with MySQL 5.1, with following additions:unknown2009-11-161-4/+2
| |\ \
| * \ \ Merge with base MySQL 5.1Michael Widenius2009-02-151-0/+1
| |\ \ \
| * \ \ \ Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-211-4/+6
| |\ \ \ \
| * \ \ \ \ Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-39/+313
| |\ \ \ \ \
| * | | | | | Fixed compiler warnings in a lot of filesunknown2008-02-131-2/+0
* | | | | | | 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