summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes to get valgrind to work with jemallocMichael Widenius2014-01-021-14/+14
* 10.0-base mergeSergei Golubchik2013-12-161-1/+1
|\
| * 5.5 mergeSergei Golubchik2013-11-231-1/+1
| |\
| | * mysql-5.5.34 mergeSergei Golubchik2013-11-191-1/+1
| | |\
| | | * Bug #11766851 QUERYING I_S.PARTITIONS CHANGES THE CARDINALITY OF THEAditya A2013-07-291-1/+1
* | | | MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1Sergei Golubchik2013-11-281-40/+612
* | | | typo fix in ha_partition::rnd_pos(), status wasn't updatedSergei Golubchik2013-11-271-1/+1
* | | | merge 10.0-base -> 10.0unknown2013-10-291-0/+1
|\ \ \ \ | |/ / /
| * | | merge 5.5->10.0-baseunknown2013-10-291-0/+1
| |\ \ \ | | |/ /
| | * | MDEV-5102 : MySQL Bug 69851Sergey Petrunya2013-10-241-0/+1
| * | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-47/+77
| |\ \ \ | | |/ /
| | * | mysql-5.5.33 mergeSergei Golubchik2013-09-061-47/+77
| | |\ \ | | | |/
| | | * Bug#16589511: MYSQL_UPGRADE FAILS TO WRITE OUT ENTIREMattias Jonsson2013-06-281-31/+45
| | | * Bug#13548704 ALGORITHM USED FOR DROPPING PARTITIONED TABLE CAN LEADAditya A2013-06-141-14/+30
| | | |\
| | | | * Bug#13548704 ALGORITHM USED FOR DROPPING PARTITIONED TABLE CAN LEADAditya A2013-06-141-14/+30
* | | | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-2/+0
* | | | | cosmetic fixesSergei Golubchik2013-07-211-1/+1
* | | | | 10.0-monty mergeSergei Golubchik2013-07-211-1244/+1530
|\ \ \ \ \
| * | | | | federated.partition test - fix the bad mergeSergei Golubchik2013-07-121-0/+3
| * | | | | Fix trivial compile failures observed in buildbotSergey Petrunya2013-07-051-2/+2
| * | | | | Fixed issues with partitions and create temporary table SELECT ...Michael Widenius2013-07-031-41/+64
| * | | | | ha_partition.cc and ha_partition.h are now completely mergedMichael Widenius2013-06-271-157/+394
| * | | | | Some corrections of the merge for the partition code.Igor Babaev2013-06-251-12/+16
| * | | | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-600/+1079
| * | | | | Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-3/+3
* | | | | | 10.0-base mergeSergei Golubchik2013-06-061-27/+469
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 5.5 mergeSergei Golubchik2013-06-061-27/+469
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | mysql-5.5.31 mergeSergei Golubchik2013-05-071-27/+469
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHENMattias Jonsson2013-02-141-1/+2
| | | * | | Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONINGMattias Jonsson2013-01-301-20/+463
| | | |\ \ \ | | | | | |/ | | | | |/|
* | | | | | 10.0-base mergeSergei Golubchik2013-04-151-23/+37
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | dead code, remove unused argumentSergei Golubchik2013-04-091-2/+1
| * | | | rename a handler method to more precisely reflect what kind of a hack it doesSergei Golubchik2013-04-091-4/+4
| * | | | * move bas_ext from the handler to the handlertonSergei Golubchik2013-04-071-15/+12
| * | | | 5.5 mergeSergei Golubchik2013-03-271-2/+20
| |\ \ \ \ | | |/ / /
| | * | | merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-2/+20
| | |\ \ \ | | | |/ /
| | | * | mergeMattias Jonsson2012-12-271-0/+1
| | | |\ \ | | | | |/
| | | | * Bug#14845133: Mattias Jonsson2012-11-131-2/+19
| | | * | manual merge of bug#14845133 mysql-5.1 -> mysql-5.5Mattias Jonsson2012-11-131-2/+19
| | | |\ \
| | | | * | Bug#14845133: Mattias Jonsson2012-11-131-2/+19
| | | | |/
* | | | | 10.0-base mergeSergei Golubchik2013-01-311-48/+174
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 mergeSergei Golubchik2013-01-291-45/+171
| |\ \ \ \ | | |/ / /
| | * | | mysql-5.5.29 mergeSergei Golubchik2013-01-151-45/+171
| | |\ \ \ | | | |/ /
| | | * | Bug#14495351: CRASH IN HA_PARTITION::HANDLE_UNORDERED_NEXTJon Olav Hauglid2012-10-031-1/+1
| | | * | Bug#14495351: CRASH IN HA_PARTITION::HANDLE_UNORDERED_NEXTMattias Jonsson2012-09-101-46/+172
| * | | | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-3/+3
| * | | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-3/+3
* | | | | Merge 10.0-base -> 10.0.Igor Babaev2013-01-101-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | The patch for the task mdev-539.Igor Babaev2012-12-201-1/+2
* | | | | Merge MariaDB 10.0-base to MariaDB 10.0unknown2012-12-181-29/+4
|\ \ \ \ \ | |/ / / /