summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* merge with MySQL 5.5.27Sergei Golubchik2012-08-091-0/+13
|\
| * Merge from mysql-5.1 to mysql-5.5Annamalai Gurusami2012-05-211-10/+10
| |\
| | * Bug #12752572 61579: REPLICATION FAILURE WHILEAnnamalai Gurusami2012-05-211-10/+10
| * | Merge from mysql-5.1 to mysql-5.5. Annamalai Gurusami2012-05-161-0/+13
| |\ \ | | |/
| | * Bug #12752572 61579: REPLICATION FAILURE WHILEAnnamalai Gurusami2012-05-161-0/+13
| | * Bug#13635833: MULTIPLE CRASHES IN FOREIGN KEY CODE WITH CONCURRENT DDL/DMLAnnamalai Gurusami2012-03-011-0/+2
* | | lp:1023404 problems with savepoints and tokudb with 5.5Sergei Golubchik2012-07-111-4/+0
* | | MDEV-342: Do not mark old binlog file as cleanly closed during rotate untilunknown2012-06-211-0/+1
* | | cSergei Golubchik2012-05-211-4/+8
|\ \ \ | |/ /
| * | merge mysql-5.5->mysql-5.5-securityGeorgi Kodinov2012-04-121-0/+307
| |\ \
| | * | Bug#11815557 60269: MYSQL SHOULD REJECT ATTEMPTS TO CREATE SYSTEMunknown2012-04-111-0/+307
| * | | Bug#13635833: MULTIPLE CRASHES IN FOREIGN KEY CODE WITH CONCURRENT DDL/DMLAnnamalai Gurusami2012-02-271-3/+7
| |/ /
| * | Merge mysql-5.1-security -> mysql-5.5-security (Fix Bug#12661768)Vasil Dimov2011-10-251-1/+7
| |\ \ | | |/
* | | Fixed LP bug #999251: Q13 from DBT3 uses table scan instead of covering index...Igor Babaev2012-05-161-0/+2
* | | Fixed lp:947474 "Assertion `table->file->stats.records > 0 || error' failed i...Michael Widenius2012-03-201-1/+1
* | | Merge MWL #247 from mariadb 5.3 -> mariadb 5.5.Igor Babaev2012-03-021-4/+5
|\ \ \
| * \ \ Merge.Igor Babaev2012-02-221-0/+21
| |\ \ \
| * | | | Fixed calculation of rec_per_key elements for added components of the extende...Igor Babaev2012-01-011-4/+5
* | | | | overlay support for mysql-test-run and mysqltestSergei Golubchik2012-02-231-1/+1
* | | | | MDEV-117 Assertion: prebuilt->sql_stat_start || trx->conc_state == 1 failed a...Sergei Golubchik2012-03-011-0/+2
* | | | | 5.3 mergeSergei Golubchik2012-02-241-3/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Changed names of statistic variables and counting matches instaed of rejected...unknown2012-02-221-3/+3
* | | | | 5.3 mergeSergei Golubchik2012-02-211-0/+21
|\ \ \ \ \ | |/ / / /
| * | | | Remove engine-specific (but identical) icp callbacks. create one reusableSergei Golubchik2012-02-171-0/+21
| |/ / /
* | | | 5.3 mergeSergei Golubchik2012-01-131-18/+38
|\ \ \ \ | |/ / /
| * | | 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
| | | |\ \ \ | | | | |/ /
* | | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-4/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | | mergeSergei Golubchik2011-11-031-10/+10
|\ \ \ \ \ \
| * | | | | | compilation warnings on WindowsSergei Golubchik2011-11-021-10/+10
* | | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-0/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Bug#12547647 UPDATE LOGGING COULD EXCEED LOG PAGE SIZEMarko Mäkelä2011-09-011-0/+3
| * | | | | Fix bug #11830883, SUPPORT "CORRUPTED" BIT FOR INNODB TABLES AND INDEXES.Jimmy Yang2011-08-161-0/+4
* | | | | | merge with 5.3Sergei Golubchik2011-10-191-132/+243
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 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