summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* remove append_escaped(), use String::append_for_single_quote() insteadSergei Golubchik2014-03-261-3/+1
* MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-6/+6
* Automatic mergeMichael Widenius2014-02-051-3/+3
|\
| * Fixes to get valgrind to work with jemallocMichael Widenius2014-01-021-3/+3
* | 10.0-base mergeSergei Golubchik2014-02-031-0/+2
|\ \ | |/ |/|
| * 5.5 mergeSergei Golubchik2014-02-011-0/+2
| |\
| | * MySQL-5.5.35 mergeSergei Golubchik2014-01-221-0/+2
| | |\
| | | * Bug#17559867 AFTER REBUILDING , A MYISAM PARTITION ENDS UP Aditya A2013-10-181-0/+2
| | | |\
| | | | * Bug#17559867 AFTER REBUILDING,A MYISAM PARTITION ENDS UP Aditya A2013-10-181-0/+2
| | | | * Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | | * | Fix for Bug#16614004 CRASH AFTER READING FREED MEMORY AFTER DOING DDL IN STOR...Guilhem Bichot2013-07-241-0/+1
* | | | | MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1Sergei Golubchik2013-11-281-14/+84
* | | | | 10.0-base merge.Sergei Golubchik2013-09-211-142/+207
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-142/+207
| |\ \ \ \ | | |/ / /
| | * | | mysql-5.5.33 mergeSergei Golubchik2013-09-061-142/+207
| | |\ \ \ | | | |/ /
| | | * | Bug#16447483: PARTITION PRUNING IS NOT CORRECT FOR RANGE COLUMNSMattias Jonsson2013-05-161-142/+207
* | | | | 10.0-monty mergeSergei Golubchik2013-07-211-485/+567
|\ \ \ \ \
| * | | | | Fixed issues with partitions and create temporary table SELECT ...Michael Widenius2013-07-031-138/+141
| * | | | | ha_partition.cc and ha_partition.h are now completely mergedMichael Widenius2013-06-271-4/+75
| * | | | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-191/+367
| * | | | | Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-3/+3
| * | | | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
* | | | | | 10.0-base mergeSergei Golubchik2013-07-181-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 5.5 mergeSergei Golubchik2013-07-171-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | mysql-5.5.32 mergeSergei Golubchik2013-07-161-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
* | | | | | Adding support for MySQL-5.6 temporal column types:Alexander Barkov2013-07-101-3/+6
|/ / / / /
* | | | | 5.5 mergeSergei Golubchik2013-06-061-19/+200
|\ \ \ \ \ | |/ / / /
| * | | | mysql-5.5.31 mergeSergei Golubchik2013-05-071-20/+201
| |\ \ \ \ | | |/ / /
| | * | | Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHENMattias Jonsson2013-02-141-26/+59
| | * | | Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONINGMattias Jonsson2013-01-301-11/+118
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Bug#11757464:SERVER CRASH IN RECURSIVE CALL WHEN OOMNisha Gopalakrishnan2013-01-151-1/+2
| | * | | Bug#15843818 PARTITIONING BY RANGE WITH TO_DAYS ALWAYSAditya A2013-01-111-4/+44
| | |\ \ \ | | | |/ /
| | | * | Bug#15843818 PARTITIONING BY RANGE WITH TO_DAYS ALWAYSAditya A2013-01-111-0/+38
| | | * | merge of mysql-5.1->mysql-5.1-securityGeorgi Kodinov2011-06-061-1/+1
| | | |\ \
* | | | | | optimize discovery for cases when the storage engine is known in advanceSergei Golubchik2013-04-091-1/+1
* | | | | | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-071-6/+4
| |_|_|_|/ |/| | | |
* | | | | MDEV-452 Add full support for auto-initialized/updated timestamp and datetimeunknown2012-10-171-3/+0
|/ / / /
* | | | Fixed MDEV-365 "Got assertion when doing alter table on a partition"Michael Widenius2012-08-151-2/+4
* | | | More fixes for LOCK TABLE and REPAIR/FLUSHMichael Widenius2012-05-171-5/+5
* | | | Fixed LP:990187 Assertion `share->reopen == 1' failed at maria_extra on ADD P...Michael Widenius2012-05-161-3/+3
* | | | Fixed bug LP:973039 - Assertion `share->in_trans == 0' failed in maria_close ...Michael Widenius2012-05-161-2/+2
* | | | mysql-5.5.22 mergeSergei Golubchik2012-03-281-10/+29
|\ \ \ \ | |/ / /
| * | | Bug#13593865 - 64037: CRASH IN HA_PARTITION::CREATE_HANDLERS ONMattias Jonsson2012-02-021-10/+29
* | | | fixes for non-debug builds (CMAKE_BUILD_TYPE=Release or RelWithDebInfo)Sergei Golubchik2012-01-171-1/+1
* | | | Fix some failing tests on WindowsVladislav Vaintroub2012-01-061-2/+1
* | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-14/+15
|\ \ \ \ | |/ / /
| * | | merged mysql-5.5->mysql-5.5-securityGeorgi Kodinov2011-06-061-1/+1
| |\ \ \
| * \ \ \ weave merge of mysql-5.5->mysql-5.5-securityGeorgi Kodinov2011-05-101-1/+1
| |\ \ \ \