summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|_|_|/ | |/| | | |
* | | | | | mergeMattias Jonsson2008-11-051-5/+45
|\ \ \ \ \ \
| * | | | | | Bug#39084: Getting intermittent errors with statement-based binary loggingMattias Jonsson2008-10-291-5/+45
| |/ / / / /
* | | | | | mergeMattias Jonsson2008-11-041-2/+1
|\ \ \ \ \ \
| * | | | | | Bug#39434: ALTER TABLE CHECK/OPTIMIZE/ANALYZE PARTITION workMattias Jonsson2008-10-101-2/+1
| |/ / / / /
* | | | | | mergeMattias Jonsson2008-10-291-3/+10
|\ \ \ \ \ \
| * | | | | | Bug#37721: ORDER BY when WHERE contains non-partitionedMattias Jonsson2008-10-101-3/+10
| |/ / / / /
* | | | | | mergeMattias Jonsson2008-10-291-5/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Bug#37453: Dropping/creating index on partitioned table withMattias Jonsson2008-10-051-5/+13
| | |_|_|/ | |/| | |
* | | | | mergeMattias Jonsson2008-10-011-4/+58
|\ \ \ \ \
| * | | | | Bug#38804: Query deadlock causes all tables to be inaccessible.Mattias Jonsson2008-09-081-4/+58
| |/ / / /
* | | | | Bug#30573: Ordered range scan over partitioned tables returns some rows twiceMattias Jonsson2008-09-181-6/+3
|/ / / /
* | | | manual merge of Bug#20129 into 5.1-bugteamMattias Jonsson2008-08-111-4/+0
|\ \ \ \
| * | | | Bug#20129: ALTER TABLE ... REPAIR PARTITION ... complains thatMattias Jonsson2008-08-111-4/+0
* | | | | merge into an updated 5.1-bugteam treeMattias Jonsson2008-08-111-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug#35161: --myisam-recover does not work for partitioned MyISAM tablesMattias Jonsson2008-07-071-3/+3