summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* 10.0-base -> 10.0-montySergei Golubchik2012-10-191-2/+88
|\
| * SHOW EXPLAIN: merge to 10.0-base.Sergey Petrunya2012-10-061-0/+1
| |\
| | * SHOW EXPLAIN: merge with 5.5-mainSergey Petrunya2012-10-061-0/+1
| | |\
| | | * Merge 5.5-main -> 5.5-show-explainSergey Petrunya2012-07-251-0/+42
| | | |\
| | | * | MWL#182: Explain running statements: address review feedbackSergey Petrunya2012-07-101-0/+1
| * | | | Automatic mergeMichael Widenius2012-09-221-2/+3
| |\ \ \ \ | | |/ / /
| | * | | Fix for MDEV-533: Confusing error code when doing auto-increment insert for o...Michael Widenius2012-09-181-2/+3
| | | |/ | | |/|
| * | | MDEV-232: Remove one fsync() from commit phase.unknown2012-09-131-0/+42
| |/ /
| * | fix to satisfy compiler.unknown2012-07-161-1/+1
| * | fixed MySQL bug#53775:unknown2012-07-131-0/+42
| |/
* | fixes for test failuresSergei Golubchik2012-09-271-15/+37
* | Added support of thd->tx_read_onlyMichael Widenius2012-08-071-2/+21
* | Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-12/+50
|/
* cSergei Golubchik2012-05-211-0/+1
|\
| * Bug#11815557 60269: MYSQL SHOULD REJECT ATTEMPTS TO CREATE SYSTEMunknown2012-04-111-0/+54
* | Fixed compile warningsMichael Widenius2012-05-181-1/+1
* | Merge of compatibility fixesMichael Widenius2012-04-021-1/+1
|\ \
| * \ Automatic mergeMichael Widenius2012-03-281-1/+1
| |\ \
| | * \ Merge with 5.1Michael Widenius2012-03-281-1/+1
| | |\ \
| | | * | Fixed lp:944422 "mysql_upgrade destroys Maria tables?"Michael Widenius2012-03-281-1/+1
* | | | | Upgraded sphinx to version 2.0.4Michael Widenius2012-03-071-0/+13
* | | | | 5.3 mergeSergei Golubchik2012-02-211-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Remove engine-specific (but identical) icp callbacks. create one reusableSergei Golubchik2012-02-171-0/+4
| * | | | Merge with 5.2.Michael Widenius2011-12-111-8/+10
| |\ \ \ \ | | |/ / /
| | * | | Merge with MariaDB 5.1Michael Widenius2011-11-241-8/+10
| | |\ \ \ | | | |/ /
| | | * | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-8/+10
| | | |\ \
| | | | * \ Updated/added copyright headersKent Boortz2011-07-031-9/+8
| | | | |\ \
| | | | * \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | |\ \ \
| | | | | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | | | * | | Fix for bug#40984: backport fix from 39585 into 5.0Ramil Kalimullin2008-11-251-0/+1
| | | | | * | | Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes)unknown2008-03-211-1/+1
| | | | | * | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-08-011-3/+36
| | | | | |\ \ \
* | | | | | \ \ \ mysql-5.5 mergeSergei Golubchik2012-01-161-2/+4
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Bug#12696518: MEMORY LEAKS IN HA_PARTITION (VALGRIND TESTS ON TRUNK)Mattias Jonsson2011-09-151-2/+4
* | | | | | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-1/+10
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Fixed LP bug #885168.Igor Babaev2011-11-041-1/+1
| * | | | | | | | Backported the fix and the test case for bug #58816 from mysql-5.6 code line.Igor Babaev2011-10-291-0/+7
| * | | | | | | | Merge.Igor Babaev2011-10-281-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Applied the patch for bug 58837 (for the mysql-5.6 code line).Igor Babaev2011-06-021-0/+2
* | | | | | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-3/+4
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Updated/added copyright headersKent Boortz2011-07-041-3/+4
* | | | | | | | | | merge with 5.3Sergei Golubchik2011-10-191-43/+285
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |