summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/bugs/bug18198mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-211-0/+12
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | * | | | | BUG#18198: Errors due to too much allowed in partition functionsmikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-081-5/+5
| | | | * | | | | BUG#18198: Too much expressiveness in partition function allowedmikron@mikael-ronstr-ms-dator.local2006-04-051-2/+7
| | | | * | | | | BUG#18198: Too much expressiveness in partition functions allowedmikron@mikael-ronstr-ms-dator.local2006-04-051-0/+7
| | | | | |_|_|/ | | | | |/| | |
| | | * | | | | review fixmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-241-1/+1
| | | * | | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-newmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-241-7/+8
| | | |\ \ \ \ \
| | | | * | | | | BUG#19304: Merge handler not part of partitioned tablesmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-241-1/+1
| | | | * | | | | BUG#19304: Merge handler allowed in partitioned tablesmikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-05-231-7/+8
| | | | | |_|/ / | | | | |/| | |
| | | * | | | | Merge xiphis.org:/home/antony/work2/wl3201.3acurtis@xiphis.org2006-04-241-1/+2
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | WL#3201acurtis@xiphis.org2006-04-131-1/+2
| | | | | |/ / | | | | |/| |
| | | * | | | BUG#18962: Crash of ALTER TABLE .. DROP PARTITION ...mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-211-2/+3
| | | | |_|/ | | | |/| |
| | | * | | Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-m...mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-201-12/+36
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | BUG#18962: DROP PARTITION fails when partitions dropped for subpartitions wit...mikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-111-12/+36
| | | | |/
| | | * | BUG#18750: Various problems with partition names, quotation marksmikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se2006-04-101-0/+12
| | | |/
| | | * cleaned up a few method commentsreggie@linux.site2006-03-311-3/+358
| | | * bug 17290 and bug 14350holyfoot@vva.(none)2006-03-181-0/+42
| | | * fixes to make the code compile with gcc 2.95serg@serg.mylan2006-02-281-0/+4
| | | * WL#2977 and WL#2712 global and session-level variable to set the binlog forma...guilhem@mysql.com2006-02-251-4/+4
| | | * BUG #15408 - Partitions: subpartition names are not uniquereggie@linux.site2006-02-211-0/+345
| * | MDEV-7990: ERROR 1526 when procedure executed for second time ALTER TABLE par...Oleksandr Byelkin2015-09-141-0/+35
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-15/+14
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-24/+27
* | | - 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
|/ / /