summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* * move bas_ext from the handler to the handlertonSergei Golubchik2013-04-071-4/+0
* 5.5 mergeSergei Golubchik2013-01-291-0/+4
|\
| * mysql-5.5.29 mergeSergei Golubchik2013-01-151-0/+4
| |\
| | * Bug#14495351: CRASH IN HA_PARTITION::HANDLE_UNORDERED_NEXTMattias Jonsson2012-09-101-0/+4
* | | The patch for the task mdev-539.Igor Babaev2012-12-201-1/+1
* | | simplify the handler api - table_type() is no longer abstract, not even virtualSergei Golubchik2012-12-171-3/+0
|/ /
* | mysql-5.5.28Sergei Golubchik2012-10-161-10/+2
|\ \ | |/
| * mergeMattias Jonsson2012-08-201-17/+0
| |\
| | * Bug#13025132 - PARTITIONS USE TOO MUCH MEMORYMattias Jonsson2012-08-171-17/+0
| * | manual merge 5.1->5.5Mattias Jonsson2012-08-151-2/+11
| |\ \ | | |/
| | * Bug#13025132 - PARTITIONS USE TOO MUCH MEMORYMattias Jonsson2012-08-151-2/+11
* | | fixed MySQL bug#53775:unknown2012-07-131-14/+12
* | | mysql 5.5.23 mergeSergei Golubchik2012-04-101-13/+27
|\ \ \ | |/ /
| * | merge of bug#1364811 into mysql-5.5Mattias Jonsson2012-03-141-9/+9
| |\ \
| | * | Bug#13694811: THE OPTIMIZER WRONGLY USES THE FIRST INNODBMattias Jonsson2012-02-221-12/+12
| * | | merge from mysql-5.1Mattias Jonsson2012-02-291-4/+18
| |\ \ \ | | | |/ | | |/|
| | * | merge into mysql-5.1Mattias Jonsson2012-02-291-4/+18
| | |\ \ | | | |/ | | |/|
| | | * Bug#11761296: 53775: QUERY ON PARTITIONED TABLE RETURNS CACHEDMattias Jonsson2012-02-201-3/+17
| | |/
* | | Merge of compatibility fixesMichael Widenius2012-04-021-1/+1
|\ \ \
| * \ \ Automatic mergeMichael Widenius2012-03-281-1/+1
| |\ \ \
| | * \ \ Merge with 5.1Michael Widenius2012-03-281-1/+1
| | |\ \ \
| | | * | | Fixed lp:944422 "mysql_upgrade destroys Maria tables?"Michael Widenius2012-03-281-1/+1
* | | | | | 5.3 mergeSergei Golubchik2012-01-131-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Updated/added copyright headersKent Boortz2011-07-031-9/+28
| | | | |\ \
* | | | | \ \ mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Updated/added copyright headersKent Boortz2011-07-041-1/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-8/+6
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-7/+0
| |\ \ \ \ \ \
| | * | | | | | db_low_byte_first is goneSergei Golubchik2011-05-201-7/+0
| | | |/ / / / | | |/| | | |
| * | | | | | Original idea from Zardosht Kasheff to add HA_CLUSTERED_INDEXMichael Widenius2011-05-181-0/+4
| | |_|/ / / | |/| | | |
| * | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-8/+27
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-8/+27
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| * | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Applied patch for lp:585688 "maridb crashes in federatedx code" from lp:~atcu...Michael Widenius2011-02-101-0/+2
| | | |/ / | | |/| |
| * | | | virtual columns:Sergei Golubchik2010-12-311-1/+0
| * | | | merge with 5.1Michael Widenius2010-11-301-2/+9
| |\ \ \ \ | | |/ / /
* | | | | 5.5-mergeSergei Golubchik2011-07-021-9/+40
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Bug#11853126 RE-ENABLE CONCURRENT READS WHILE CREATINGJon Olav Hauglid2011-06-011-1/+3
| * | | | Manual merge from 5.1Mattias Jonsson2011-04-201-8/+27
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAKMattias Jonsson2011-04-201-2/+15
| | * | | Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAKMattias Jonsson2011-03-251-7/+13
| | | |/ | | |/|
| * | | merge of bug#58147, including rename of the new argument,Mattias Jonsson2010-12-031-1/+1
| |\ \ \
| | * | | Bug#58147: ALTER TABLE w/ TRUNCATE PARTITION failsMattias Jonsson2010-12-011-1/+1
| |/ / /