summaryrefslogtreecommitdiff
path: root/storage/maria/ma_blockrec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge with 10.0-baseMichael Widenius2014-03-131-5/+7
|\
| * Merge with 5.5Michael Widenius2014-03-111-7/+15
| |\
| | * Fixed a compiler failure and removed some warnings in windowsMichael Widenius2014-03-111-5/+7
| | * Fixed MDEV-5724 "Server crashes on SQL select containing more group by and le...Michael Widenius2014-03-101-2/+8
* | | Fixed MDEV-5724 "Server crashes on SQL select containing more group by and le...Michael Widenius2014-03-101-2/+8
* | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-1/+1
* | | 10.0-monty mergeSergei Golubchik2013-07-211-4/+4
|\ \ \ | |/ / |/| |
| * | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-4/+4
* | | 5.5 mergeSergei Golubchik2013-06-061-14/+59
|\ \ \ | | |/ | |/|
| * | 5.3 merge.Sergei Golubchik2013-05-201-14/+53
| |\ \
| | * \ 5.2 mergeSergei Golubchik2013-05-201-14/+53
| | |\ \
| | | * \ 5.1 mergeSergei Golubchik2013-05-201-14/+53
| | | |\ \
| | | | * | MDEV-4280: Assertion `empty_size == empty_size_on_page' failure in ma_blockre...Michael Widenius2013-05-111-14/+53
| * | | | | MDEV-4231: Possible bug in function _ma_apply_undo_row_insert()Michael Widenius2013-05-111-0/+6
* | | | | | 5.5 mergeSergei Golubchik2013-04-141-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-4243 Warnings/errors while compiling with clangSergei Golubchik2013-03-281-1/+1
* | | | | | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-071-1/+1
| |_|_|_|/ |/| | | |
* | | | | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-1/+1
* | | | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-1/+1
|/ / / /
* | | | 5.3->5.5 mergeSergei Golubchik2012-11-221-4/+4
|\ \ \ \ | |/ / /
| * | | MDEV-736 LP:1004615 - Unexpected warnings "Encountered illegal value '' when ...Sergei Golubchik2012-11-171-5/+4
| |/ /
* | | Fixed compiler errorsMichael Widenius2012-08-141-0/+2
* | | 5.3 mergeSergei Golubchik2012-01-131-1/+1
|\ \ \ | |/ /
| * | Merge with 5.1Michael Widenius2011-11-301-1/+1
| |\ \ | | |/
| | * Fixed compiler warningsMichael Widenius2011-11-301-1/+1
* | | 5.3->5.5 mergeSergei Golubchik2011-11-221-5/+8
|\ \ \ | |/ /
| * | Fix gcc 4.6 warning after merge with 5.1unknown2011-10-271-2/+0
| * | 5.1->5.2 merge (gcc 4.6 warnings and apple hwaddress fixes).unknown2011-10-271-3/+8
| |\ \ | | |/
| | * Fix gcc 4.6 warnings about assigned but not used variables.unknown2011-10-271-3/+8
* | | fix the build and compiler warnings (few of which were real bugs)Sergei Golubchik2011-10-291-10/+3
* | | merge with 5.3Sergei Golubchik2011-10-191-77/+145
|\ \ \ | |/ /
| * | Fixes bugs found by testcase for lp:815022 and lp:726374 "ma_blockrec.c:3000:...Michael Widenius2011-08-151-5/+6
| * | Optimize mutex usage.Michael Widenius2011-08-081-1/+1
| * | Merge with 5.1Michael Widenius2011-07-251-6/+21
| |\ \ | | |/
| | * Fixes lp:805930 Sysbench breaks on multiple table test with MariaDB 5.2.7 + AriaMichael Widenius2011-07-241-6/+21
| * | Aria fixes:Michael Widenius2011-07-041-9/+23
| * | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-28/+40
| |\ \ | | |/
| | * Fixes for Aria storage engine:Michael Widenius2011-02-101-6/+8
| | * Aria fixes:Michael Widenius2011-01-301-2/+5
| | * Use _ma_set_fatal_error() in Aria also for HA_ERR_WRONG_IN_RECORD, to be able...Michael Widenius2011-01-261-15/+20
| | * Aria issues:Michael Widenius2011-01-241-5/+7
| * | Aria fixes:Michael Widenius2011-01-071-0/+7
| |/
| * Bug fixing in Aria:Michael Widenius2011-01-061-8/+7
| * Fixed overwrite of directory information on the row page.Michael Widenius2011-01-051-2/+4
| * Fixed recovery problem in Aria where bitmap had wrong information after recov...Michael Widenius2011-01-051-18/+36
| * Fixed bug in Aria that caused REPAIR to find old deleted rows.Michael Widenius2010-12-211-1/+1
* | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-12/+12
* | lots of post-merge changesSergei Golubchik2011-04-251-29/+23
|/
* When scanning pages, stop when you are at 'data_file_length'.Michael Widenius2010-11-041-34/+42
* Fixed compiler & valgrind warnings from my previous push.Michael Widenius2010-11-031-2/+2