summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | 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 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
|\ \ | |/
| * mergeMattias Jonsson2010-10-011-2/+5
| |\
| | * Bug#51851: Server with SBR locks mutex twice onMattias Jonsson2010-10-011-2/+5
| * | Bug#55458: Partitioned MyISAM table gets crashed by multi-table updateMattias Jonsson2010-09-071-0/+2
| * | Bug#55458: Partitioned MyISAM table gets crashed by multi-table updateMattias Jonsson2010-08-101-0/+2
| |/
* | merge with 5.1Sergei Golubchik2010-09-111-5/+10
|\ \ | |/
| * mergeMattias Jonsson2010-07-091-5/+1
| |\
| | * Bug#52517: Regression in ROW level replication performance with partitionsMattias Jonsson2010-07-091-5/+1
| * | Bug#52455: Subpar INSERT ON DUPLICATE KEY UPDATE performance with many partit...Mattias Jonsson2010-07-091-0/+9
| |/
* | merge with 5.1Sergei Golubchik2010-07-251-1/+1
|\ \
| * | restore the unintentinally broken ABISergei Golubchik2010-07-231-1/+1
* | | Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-1/+1
* | | few small MySQL bugs/issues that impact the engines, as discussed in the SE s...Sergei Golubchik2010-06-051-5/+2
* | | A temporary solution to make CREATE TABLE attributesSergei Golubchik2010-05-111-0/+23
* | | mergedSergei Golubchik2010-03-151-0/+12
|\ \ \ | |/ /
| * | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-0/+12
| |\ \ | | |/
| | * Bug#48846: Too much time spent in ha_partition::records_in_range if not able ...Mattias Jonsson2009-11-171-0/+12
* | | merge 5.1-> 5.2unknown2009-12-081-6/+17
|\ \ \ | |/ /
| * | Merge with MySQL 5.1, with following additions:unknown2009-11-161-6/+17
| |\ \ | | |/
| | * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-4/+4
| | * Bug #45840 read_buffer_size allocated for each partition when Anurag Shekhar2009-09-171-1/+2
| | * Bug#35845: unneccesary call to ha_start_bulk_insert for not used partitionsMattias Jonsson2009-09-041-1/+9
| | * Bug#45823 Assertion failure in file row/row0mysql.c line 1386V Narayanan2009-09-041-1/+3
* | | The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns.Igor Babaev2009-10-161-0/+1
|/ /
* | Merge with base MySQL 5.1Michael Widenius2009-02-151-2/+6
|\ \ | |/
| * merged 5.1-main -> 5.1-bugteamGeorgi Kodinov2009-01-051-1/+1
| |\
| | * Merge main 5.1 into 5.1-buildJoerg Bruehe2008-12-101-0/+4
| | |\
| | * \ Merge from mysql-5.1.30-releaseunknown2008-11-271-1/+1
| | |\ \
| | | * | Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
| * | | | post push fix for bug#40595Mattias Jonsson2008-12-161-1/+5
| | |_|/ | |/| |
* | | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, my...Guilhem Bichot2008-12-101-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-211-25/+130
| |\ \ \ | | |/ /
| * | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-7/+4
| |\ \ \
| * | | | WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-1/+1
| * | | | Merge janus.mylan:/usr/home/serg/Abk/mysql-5.1unknown2007-10-081-1/+1
| |\ \ \ \
| | * \ \ \ Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-271-1/+1
| | |\ \ \ \
| | | * | | | Fixed several bugs found by running *.test with maria engineunknown2007-09-031-1/+1
* | | | | | | Bug#40595: Non-matching rows not released with READ-COMMITTEDMattias Jonsson2008-11-101-0/+4
| |_|_|_|/ / |/| | | | |
* | | | | | mergeMattias Jonsson2008-11-051-1/+1
|\ \ \ \ \ \
| * | | | | | Bug#40176: update as first partitioning statementMattias Jonsson2008-10-231-1/+1
| | |_|_|_|/ | |/| | | |