summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* BUG#778434 Wrong result with in_to_exists=on in maria-5.3-mwl89Sergey Petrunya2011-07-141-0/+1
* Semi-join fixes: make COST_VECT objects survive add_io(add_io_cnt=0, add_avg_...Sergey Petrunya2011-07-091-4/+8
* New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-4/+16
* Merge with 5.1-microsecondsMichael Widenius2011-05-281-1/+0
|\
| * db_low_byte_first is goneSergei Golubchik2011-05-201-1/+0
* | Updated comments as part of code reviewMichael Widenius2011-05-191-4/+10
* | Original idea from Zardosht Kasheff to add HA_CLUSTERED_INDEXMichael Widenius2011-05-181-5/+21
* | Merge with 5.2Michael Widenius2011-05-161-3/+8
|\ \
| * | small enhancement of the create table options feature:Sergei Golubchik2011-05-101-3/+8
* | | Merge with MariaDB 5.2Michael Widenius2011-05-101-2/+1
|\ \ \ | |/ /
| * | Merge with MariaDB 5.1Michael Widenius2011-05-031-2/+1
| |\ \
| | * \ Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-2/+1
| | |\ \
| | | * \ mergeMattias Jonsson2011-04-201-1/+1
| | | |\ \
| | | | * | Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAKMattias Jonsson2011-03-251-1/+1
| | | | |/
| | | * | Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1Magne Mahre2011-03-281-1/+0
| | | |/
* | | | Added option "AND DISABLE CHECKPOINT" to "FLUSH TABLES WITH READ LOCK"Michael Widenius2011-04-281-0/+14
* | | | Merge various replication-related patches into MariaDB 5.3:unknown2011-04-081-1/+89
|\ \ \ \
| * \ \ \ Merge MariaDB 5.2.5 release into MariaDB-5.2-rpl.unknown2011-04-011-5/+15
| |\ \ \ \ | | |/ / /
| * | | | Merge MWL#116 after-review fixes.unknown2011-03-311-5/+4
| |\ \ \ \
| | * | | | MWL#116: After-review fixes.unknown2011-03-311-5/+4
| * | | | | Merge three Percona patches into mariadb-5.2-rpl:unknown2011-01-261-11/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge MWL#116 into mariadb-5.2-rpl.unknown2010-12-251-1/+90
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Minor whitespace/comment cleanup.unknown2010-11-011-6/+4
| | * | | | | Merge latest MariaDB 5.1 into MWL#116.unknown2010-11-011-0/+10
| | |\ \ \ \ \
| | * | | | | | MWL#116: Efficient group commitunknown2010-10-041-6/+10
| | * | | | | | Merge with latest MariaDB 5.1unknown2010-10-011-12/+20
| | |\ \ \ \ \ \
| | * | | | | | | MWL#116: Efficient group commit for binary logunknown2010-09-301-1/+88
* | | | | | | | | Amend the previous cset:Sergey Petrunya2011-04-041-0/+16
* | | | | | | | | Make EXPLAIN better at displaying MRR/BKA:Sergey Petrunya2011-04-021-3/+38
* | | | | | | | | MRR interface: change range_info's type from char* to range_id_t typedef. The...Sergey Petrunya2011-03-041-4/+4
* | | | | | | | | Merge in new handler and handlersocket code into 5.3 mainMichael Widenius2011-02-221-7/+18
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge with 5.2Michael Widenius2011-01-121-7/+16
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | * | | | | | | | Merge with 5.1Michael Widenius2011-01-121-5/+14
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | | * | | | | | | Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed wit...Michael Widenius2011-01-121-5/+14
| * | | | | | | | | Merge with 5.1Michael Widenius2011-01-111-0/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Automatic merge with 5.1Michael Widenius2011-01-101-0/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | | | | | | | / / | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | - Fixed that Aria works with HANDLER commandsMichael Widenius2011-01-101-0/+1
| | * | | | | | | virtual columns:Sergei Golubchik2010-12-311-11/+1
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Added ha_write_tmp_row() for slightly faster write_row for internal temp tables.Sergei Golubchik2011-01-141-0/+1
|/ / / / / / /
* | | | | | | 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