summaryrefslogtreecommitdiff
path: root/storage/maria/ha_maria.cc
Commit message (Expand)AuthorAgeFilesLines
* 5.5 mergeSergei Golubchik2015-01-211-7/+22
|\
| * MDEV-6871 Multi-value insert on MyISAM table that makes slaves crash (when us...Michael Widenius2014-12-151-7/+21
| * MDEV-5120 Test suite test maria-no-logging failsSergei Golubchik2014-10-021-0/+1
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* | 5.5.39 mergeSergei Golubchik2014-08-071-7/+49
|\ \ | |/
| * Fixed memory overflowMichael Widenius2014-07-311-39/+45
| * Fix for MDEV-6493: Assertion `table->file->stats.records > 0 || error' failur...Michael Widenius2014-07-301-12/+48
* | change Aria engine maturity to STABLESergei Golubchik2014-08-051-1/+1
* | Fixed problem with very slow shutdown when using 100,000 MyISAM tables with d...Michael Widenius2014-07-191-3/+20
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-11/+11
* | 10.0-base mergeSergei Golubchik2014-02-031-3/+11
|\ \
| * \ 5.5 mergeSergei Golubchik2014-02-011-3/+11
| |\ \ | | |/
| | * Fixed MDEV-4970: Wrong result with Aria table populated with disabled keysMichael Widenius2014-01-251-2/+9
| | * merge 5.3->5.5unknown2014-01-261-1/+2
| | |\
| | | * 5.2 mergeSergei Golubchik2014-01-211-1/+2
| | | |\
| | | | * 5.1 mergeSergei Golubchik2014-01-211-1/+2
| | | | |\
| | | | | * MDEV-5543 MyISAM repair unsafe usage of TMD files Sergei Golubchik2014-01-201-1/+2
* | | | | | more post-merge fixes:Sergei Golubchik2013-07-211-1/+1
* | | | | | cosmetic fixesSergei Golubchik2013-07-211-1/+1
* | | | | | 10.0-monty mergeSergei Golubchik2013-07-211-16/+26
|\ \ \ \ \ \
| * | | | | | Fixes for innodb suite, merging tests from 5.6.Sergei Golubchik2013-07-151-1/+1
| * | | | | | fix for maria.maria testSergei Golubchik2013-07-131-1/+6
| * | | | | | fix the maria suiteSergei Golubchik2013-07-121-2/+7
| * | | | | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-5/+5
| * | | | | | Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-5/+5
| * | | | | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-6/+6
* | | | | | | 10.0-base mergeSergei Golubchik2013-07-181-2/+23
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | 5.5 mergeSergei Golubchik2013-07-171-2/+23
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | MDEV-4778: Incorrect results from Aria/MyISAM SELECT using index with prefix ...Sergey Petrunya2013-07-161-0/+19
| | * | | | | MDEV-4466 Partitioned Aria table created by a previous version is recognized ...Sergei Golubchik2013-06-151-1/+1
| | * | | | | Fixed some cache variables that could be set to higher value than what the co...Michael Widenius2013-06-061-1/+3
* | | | | | | 10.0-base mergeSergei Golubchik2013-06-061-20/+15
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 5.5 mergeSergei Golubchik2013-06-061-20/+15
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | 5.3 merge.Sergei Golubchik2013-05-201-1/+3
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | 5.2 mergeSergei Golubchik2013-05-201-1/+3
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | 5.1 mergeSergei Golubchik2013-05-201-1/+3
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | MDEV-4280: Assertion `empty_size == empty_size_on_page' failure in ma_blockre...Michael Widenius2013-05-111-1/+3
| | * | | | | When one does 'REPAIR TABLE', update uuid() to the current systemMichael Widenius2013-05-141-0/+9
| | * | | | | Fixed MDEV-4291: Assertion `trid >= info->s->state.create_trid' failure or da...Michael Widenius2013-05-131-2/+3
| | * | | | | MDEV-3999: Valgrind errors 'invalid write' or assorted server crashes on conc...Michael Widenius2013-05-121-17/+0
* | | | | | | Merge 10.0-base -> 10.0unknown2013-05-281-3/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Added some fixes that should make MyISAM & Aria REPAIR work with more than 4G...Michael Widenius2013-05-101-3/+5
* | | | | | | 10.0-base mergeSergei Golubchik2013-04-151-12/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | put status variables in the proper pluginname_ scopeSergei Golubchik2013-04-091-6/+1
| * | | | | * move bas_ext from the handler to the handlertonSergei Golubchik2013-04-071-6/+1
* | | | | | 10.0-base mergeSergei Golubchik2013-01-311-0/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 5.5 mergeSergei Golubchik2013-01-291-0/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed MDEV-3890: Server crash inserting record on a temporary table after tru...Michael Widenius2013-01-251-0/+3
* | | | | | Merge 10.0-base -> 10.0.Igor Babaev2013-01-101-4/+20
|\ \ \ \ \ \ | |/ / / / /
| * | | | | The patch for the task mdev-539.Igor Babaev2012-12-201-4/+20