summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge MariaDB 5.1.66 -> 5.2 -> 5.3unknown2012-11-091-2/+28
|\
| * Merge MariaDB 5.1.66 -> 5.2.12unknown2012-11-081-2/+28
| |\
| | * Merge MySQL 5.1.66 -> MariaDB 5.1.65unknown2012-11-061-2/+27
| | |\
| | | * Bug #11765218 58157: INNODB LOCKS AN UNMATCHED ROW EVEN THOUGH USINGAnnamalai Gurusami2012-07-121-2/+27
* | | | 5.2 merge.Sergei Golubchik2012-08-221-0/+13
|\ \ \ \ | |/ / /
| * | | 5.1 mergeSergei Golubchik2012-08-221-0/+13
| |\ \ \ | | |/ /
| | * | merge with MySQL 5.1.65Sergei Golubchik2012-08-221-0/+13
| | |\ \ | | | |/
| | | * Bug #12752572 61579: REPLICATION FAILURE WHILEAnnamalai Gurusami2012-05-211-10/+10
| | | * Bug #12752572 61579: REPLICATION FAILURE WHILEAnnamalai Gurusami2012-05-161-0/+13
* | | | 5.2 mergeSergei Golubchik2012-05-201-0/+2
|\ \ \ \ | |/ / /
| * | | 5.1 mergeSergei Golubchik2012-05-181-0/+2
| |\ \ \ | | |/ /
| | * | merge with mysql-5.1.63Sergei Golubchik2012-05-171-0/+2
| | |\ \ | | | |/
| | | * Bug#13635833: MULTIPLE CRASHES IN FOREIGN KEY CODE WITH CONCURRENT DDL/DMLAnnamalai Gurusami2012-03-011-0/+2
* | | | Changed names of statistic variables and counting matches instaed of rejected...unknown2012-02-221-3/+3
* | | | Remove engine-specific (but identical) icp callbacks. create one reusableSergei Golubchik2012-02-171-0/+21
* | | | Rewrite IGNORE handling:Michael Widenius2011-12-111-17/+21
* | | | Merge with 5.2.Michael Widenius2011-12-111-3/+20
|\ \ \ \ | |/ / /
| * | | Merge with MariaDB 5.1Michael Widenius2011-11-241-3/+20
| |\ \ \ | | |/ /
| | * | Merge with MySQL 5.1.60Michael Widenius2011-11-231-1/+17
| | |\ \ | | | |/
| | | * Fix Bug#12661768 UPDATE IGNORE CRASHES SERVER IF TABLE IS INNODB AND IT ISVasil Dimov2011-10-251-1/+7
| | * | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+3
| | |\ \ | | | |/
| | | * Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-2/+3
* | | | Backported the fix and the test case for bug #58816 from mysql-5.6 code line.Igor Babaev2011-10-291-0/+3
* | | | Automatic mergeMichael Widenius2011-09-261-4/+3
|\ \ \ \
| * | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-4/+3
* | | | | fix typo: binlog_annotate_rows_events -> binlog_annotate_row_eventsSergei Golubchik2011-09-231-2/+2
|/ / / /
* | | | Merge with 5.2Michael Widenius2011-09-101-1/+6
|\ \ \ \ | |/ / /
| * | | Fixed that automatic killing of delayed insert thread (in flush, alter table ...Michael Widenius2011-09-091-1/+6
* | | | New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-4/+16
* | | | Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-2/+3
|\ \ \ \
| * \ \ \ MergeIgor Babaev2011-05-201-2/+3
| |\ \ \ \
| | * \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-2/+3
| | |\ \ \ \
| | | * \ \ \ Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-2/+3
| | | |\ \ \ \
| | | | * | | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-2/+3
* | | | | | | | Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next...Michael Widenius2011-06-071-0/+2
|/ / / / / / /
* | | | | | | Automatic mergeMichael Widenius2011-05-191-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Added HA_ERR_DISK_FULL handler errorMichael Widenius2011-05-181-0/+6
* | | | | | | | Rewritten patch of percona - switching query cache on and off, removing comme...unknown2011-05-181-1/+1
|/ / / / / / /
* | | | | | | Merge with MariaDB 5.2Michael Widenius2011-05-101-8/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-8/+17
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-8/+17
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAKMattias Jonsson2011-04-201-8/+15
| | | * | | Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAKMattias Jonsson2011-03-251-3/+3
* | | | | | Added ALTER ONLINE TABLE, which will give an error if the change can't be don...Michael Widenius2011-04-281-0/+3
* | | | | | Added option "AND DISABLE CHECKPOINT" to "FLUSH TABLES WITH READ LOCK"Michael Widenius2011-04-281-0/+17
* | | | | | Merge various replication-related patches into MariaDB 5.3:unknown2011-04-081-80/+129
|\ \ \ \ \ \
| * \ \ \ \ \ Merge MariaDB 5.2.5 release into MariaDB-5.2-rpl.unknown2011-04-011-22/+50
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge MWL#116 after-review fixes.unknown2011-03-311-10/+11
| |\ \ \ \ \ \
| | * | | | | | MWL#116: After-review fixes.unknown2011-03-311-10/+11
| * | | | | | | Merge three Percona patches into mariadb-5.2-rpl:unknown2011-01-261-2/+7
| |\ \ \ \ \ \ \