summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* MWL#121-125 DS-MRR improvementsSergey Petrunya2010-12-131-3/+3
* Merge DS-MRR/CPK improvements into 5.3-mainSergey Petrunya2010-12-131-7/+39
|\
| * MWL#121-125 DS-MRR improvements Sergey Petrunya2010-12-021-0/+17
| * Merge MWL#121-124 DS-MRR support for key-ordered reads + MWL#128 BNL-Hash joinSergey Petrunya2010-11-011-7/+22
| |\
| | * MWL#121-124 DS-MRR support for key-ordered retrieval, etcSergey Petrunya2010-11-011-7/+22
| | |\
| | | * DS-MRR improvements: address review feedback for R3 version of the patchSergey Petrunya2010-10-261-2/+2
| | | * Better comments, move Lifo_buffer to separate file.Sergey Petrunya2010-09-281-0/+4
| | | * MWL#121-125: DS-MRR improvementsSergey Petrunya2010-09-051-0/+4
| | | * DS-MRR support improvements (MWL#123, MWL#124, MWL#125)Sergey Petrunya2010-07-171-0/+6
| | | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-07-161-5/+6
| | | |\
| | | | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-221-4/+4
| | | | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-191-2/+3
* | | | | Merge.Igor Babaev2010-12-101-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge.Igor Babaev2010-10-301-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge 5.3-mwl128 -> 5.3Igor Babaev2010-10-271-0/+2
| | |\ \ \
| | | * | | The main patch for MWL#128: Implement Block Nested Loop Hash Join.Igor Babaev2010-08-311-0/+2
| | | |/ /
* | | | | Merge with 5.1-release.Michael Widenius2010-12-061-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge MariaDB 5.1->5.2unknown2010-11-191-0/+1
| |\ \ \ \ \
| | * | | | | Added option BACKUP_ALL to mysqld --myisam-recover to also get a backup of th...Michael Widenius2010-11-071-0/+1
* | | | | | | Added TRASH() to table->record[0] to find out if we access not initialzed data.Michael Widenius2010-11-271-0/+1
| |_|/ / / / |/| | | | |
* | | | | | 5.2 mergeSergei Golubchik2010-10-281-1/+10
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | merge with 5.1Sergei Golubchik2010-10-251-1/+10
| |\ \ \ \ | | |/ / /
| | * | | better fix for MySQL bugsSergei Golubchik2010-10-201-0/+10
* | | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-11/+21
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | merge with 5.1Sergei Golubchik2010-09-111-5/+13
| |\ \ \ | | |/ /
| | * | Merge with MySQL 5.1.50Michael Widenius2010-08-271-5/+13
| | |\ \
| | | * \ mergeMattias Jonsson2010-07-091-5/+13
| | | |\ \
| | | | * | Bug#52517: Regression in ROW level replication performance with partitionsMattias Jonsson2010-07-091-5/+13
| * | | | | Merge with MariaDB 5.1Michael Widenius2010-08-061-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix for LP#614265 Crash in _ma_unpin_all_pages / _ma_search on DELETE with Ar...Michael Widenius2010-08-061-1/+2
| * | | | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-1/+1
| | | |/ /
| * | | | merge with 5.1Sergei Golubchik2010-07-251-3/+3
| |\ \ \ \ | | |/ / /
| | * | | restore the unintentinally broken ABISergei Golubchik2010-07-231-4/+3
| * | | | Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-1/+2
* | | | | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-121/+159
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | few small MySQL bugs/issues that impact the engines, as discussed in the SE s...Sergei Golubchik2010-06-051-110/+18
| * | | merge 5.1->5.2Sergei Golubchik2010-06-011-1/+1
| |\ \ \ | | |/ /
| | * | Merge with MySQL 5.1.47Michael Widenius2010-05-261-1/+1
| | |\ \ | | | |/
| | | * BUG#39053 - UNISTALL PLUGIN does not allow the storage engineSergey Vojtovich2010-04-141-1/+1
| * | | A temporary solution to make CREATE TABLE attributesSergei Golubchik2010-05-111-0/+4
| * | | small changes to WL#43:Sergei Golubchik2010-04-301-19/+19
| * | | MWL#43 CREATE TABLE options (by Sanja)Sergei Golubchik2010-04-081-6/+119
| * | | Merge with the latest changes in the 5.2 tree.Igor Babaev2010-03-291-3/+16
| |\ \ \
| | * | | simple speed & space optimization:Michael Widenius2010-03-251-3/+16
| * | | | WL#86: Partitioned key cache for MyISAM.Igor Babaev2010-02-161-0/+1
| |/ / /
* | | | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-7/+20
|\ \ \ \ | |/ / /
| * | | merge 5.1->5.2unknown2010-02-011-6/+11
| |\ \ \ | | |/ /
| | * | Fix for compiler warnings on windowsMichael Widenius2010-01-141-6/+6