summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* Added TRASH() to table->record[0] to find out if we access not initialzed data.Michael Widenius2010-11-271-0/+7
* Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-2/+4
* 5.2 mergeSergei Golubchik2010-10-281-1/+6
|\
| * merge with 5.1Sergei Golubchik2010-10-251-1/+6
| |\
| | * 5.1.51 mergeSergei Golubchik2010-10-191-1/+6
| | |\
| | | * mergeMattias Jonsson2010-08-191-1/+6
| | | |\
| | | | * Bug#46086: crash when dropping a partitioned tableMattias Jonsson2010-07-081-1/+6
* | | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-8/+72
|\ \ \ \ \ | |/ / / /
| * | | | merge with 5.1Sergei Golubchik2010-09-111-1/+53
| |\ \ \ \ | | |/ / /
| | * | | Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-1/+1
| | * | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-0/+52
| | |\ \ \ | | | |/ /
| | | * | Bug#52455: Subpar INSERT ON DUPLICATE KEY UPDATE performance with many partit...Mattias Jonsson2010-07-091-0/+52
| | | |/
| * | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-2/+15
| |\ \ \ | | |/ /
| | * | Merge with MySQL 5.1.49Michael Widenius2010-08-021-2/+15
| | |\ \ | | | |/
| | | * Bug#49161: Out of memory; restart server and try again (needed 2 bytes)Mattias Jonsson2010-05-251-1/+1
| | | * merge into mysql-5.1-bugteamMattias Jonsson2010-05-211-1/+10
| | | |\
| | | * | Bug#50561: ALTER PARTITIONS does not have adequate lock, breaks withMattias Jonsson2010-03-171-0/+4
| * | | | merge with 5.1Sergei Golubchik2010-07-251-4/+3
| |\ \ \ \ | | |/ / /
| | * | | restore the unintentinally broken ABISergei Golubchik2010-07-231-4/+3
| * | | | Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-1/+1
* | | | | Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle ti...Michael Widenius2010-07-161-7/+7
|/ / / /
* | | | few small MySQL bugs/issues that impact the engines, as discussed in the SE s...Sergei Golubchik2010-06-051-39/+8
* | | | merge 5.1->5.2Sergei Golubchik2010-06-011-7/+42
|\ \ \ \ | |/ / /
| * | | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-7/+42
| |\ \ \ | | |/ /
| | * | mergedMattias Jonsson2010-03-121-1/+14
| | |\ \
| | | * | Bug#50392: insert_id is not reset for partitioned tablesMattias Jonsson2010-03-041-1/+14
| | * | | mergeMattias Jonsson2010-03-111-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Bug#48229: group by performance issue of partitioned tableMattias Jonsson2010-03-041-0/+1
| | * | | Manual merge (moved the check for log_table before name lock)Mattias Jonsson2010-02-121-6/+27
| | |\ \ \
| | | * | | Bug#42438: Crash ha_partition::change_table_ptrMattias Jonsson2010-02-011-6/+27
| | | | |/ | | | |/|
* | | | | A temporary solution to make CREATE TABLE attributesSergei Golubchik2010-05-111-3/+1
* | | | | MWL#43 CREATE TABLE options (by Sanja)Sergei Golubchik2010-04-081-1/+6
* | | | | Maria WL#61unknown2010-04-011-0/+17
* | | | | mergedSergei Golubchik2010-03-151-69/+138
|\ \ \ \ \ | |/ / / /
| * | | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-69/+138
| |\ \ \ \ | | |/ / /
| | * | | post-push patch for bug#47343.Mattias Jonsson2010-01-191-0/+1
| | * | | Bug#47343: InnoDB fails to clean-up after lock wait timeout onMattias Jonsson2010-01-181-18/+44
| | | |/ | | |/|
| | * | Bug#48846: Too much time spent in ha_partition::records_in_range if not able ...Mattias Jonsson2009-11-171-51/+93
| | |/
* | | merge 5.1-> 5.2unknown2009-12-081-23/+159
|\ \ \ | |/ /
| * | Merge with MySQL 5.1, with following additions:unknown2009-11-161-23/+159
| |\ \ | | |/
| | * merge into mysql-5.1-bugteamMattias Jonsson2009-10-091-1/+1
| | |\
| | | * Bug#46922: crash when adding partitions and open_files_limitMattias Jonsson2009-10-081-1/+1
| | * | Bug#44059: Incorrect cardinality of indexes on a partitioned tableMattias Jonsson2009-10-081-7/+27
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-1/+1
| | * | Bug #45840 read_buffer_size allocated for each partition when Anurag Shekhar2009-09-171-3/+49
| | |/
| | * mergeMattias Jonsson2009-09-121-13/+82
| | |\
| | | * Bug#35845: unneccesary call to ha_start_bulk_insert for not used partitionsMattias Jonsson2009-09-041-13/+82
| | * | AutomergeMikael Ronstrom2009-09-071-2/+2
| | |\ \ | | | |/
| | | * Bug#45823 Assertion failure in file row/row0mysql.c line 1386V Narayanan2009-09-041-2/+2
| | * | Fix to ensure that all subpartitions gets deleted before renaming starts, BUG...Mikael Ronstrom2009-09-071-0/+1
| | |/