summaryrefslogtreecommitdiff
path: root/storage/maria/ma_blockrec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-0/+5
* Fix for LP#634943 "marked as crashed", "zerofilling" and "wrong data in bitma...Michael Widenius2010-09-101-2/+2
* Write message to stderr if recovery is not likely to succeed because we don't...Michael Widenius2010-09-091-1/+10
* Fixed recovery bug where bitmap pages would not be correctly updated after pr...Michael Widenius2010-09-071-1/+2
* Fix of LP#616253 Crash in _ma_bitmap_set_full_page_bits on Aria recoveryMichael Widenius2010-08-241-41/+111
* Fixed compilation failure and added some new suppressionsMichael Widenius2010-08-201-2/+2
* Fixed wrong macro that caused compile failures when compiling without DBUGMichael Widenius2010-08-201-1/+1
* Fixed valgrind errors and compiler warnings discovered by buildbotMichael Widenius2010-08-201-26/+106
* Fixed LP#605798 RQG: Table corruption after Maria engine recovery - "Wrong da...Michael Widenius2010-08-111-1/+38
* Fix build failure on windowsMichael Widenius2010-08-061-2/+1
* Fix for LP#602604: RQG: ma_blockrec.c:6187: _ma_apply_redo_insert_row_head_or...Michael Widenius2010-07-301-12/+32
* When one does a drop table, the indexes are not flushed to disk before drop a...Michael Widenius2010-02-101-2/+3
* Merge with fixes for compiler warnings and 2 fixed test casesMichael Widenius2010-01-281-1/+2
* Removed compiler warningsMichael Widenius2010-01-061-2/+2