summaryrefslogtreecommitdiff
path: root/storage/maria/ma_check.c
Commit message (Expand)AuthorAgeFilesLines
* Merge with 5.2Michael Widenius2011-03-091-63/+40
|\
| * Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-63/+40
| |\
| | * Fixes for Aria storage engine:Michael Widenius2011-02-101-6/+13
| | * Use _ma_set_fatal_error() in Aria also for HA_ERR_WRONG_IN_RECORD, to be able...Michael Widenius2011-01-261-11/+14
| | * Aria issues:Michael Widenius2011-01-241-47/+14
* | | Merge in new handler and handlersocket code into 5.3 mainMichael Widenius2011-02-221-10/+78
|\ \ \ | |/ /
| * | automatic merge with 5.1Michael Widenius2011-01-111-0/+2
| |\ \ | | |/
| | * Safety fix for Aria:Michael Widenius2011-01-111-0/+2
| * | merge with 5.1Michael Widenius2011-01-071-5/+14
| |\ \ | | |/
| | * Don't do DBUG_ASSERT for checksum errors when using REPAIRMichael Widenius2011-01-071-5/+14
| * | Merge with 5.1Michael Widenius2011-01-071-0/+4
| |\ \ | | |/
| | * Bug fixing in Aria:Michael Widenius2011-01-061-0/+4
| * | Merge with 5.1Michael Widenius2011-01-051-5/+58
| |\ \ | | |/
| | * Fixed recovery problem in Aria where bitmap had wrong information after recov...Michael Widenius2011-01-051-5/+58
* | | Added support for NO_RECORD record format (don't store any row data) for Aria.Sergei Golubchik2011-01-141-3/+22
|/ /
* | merge with 5.1Michael Widenius2010-12-131-1/+2
|\ \ | |/
| * Fix for Lbug:#686010 maria.optimize corrupts stack around alloca() callMichael Widenius2010-12-101-1/+2
* | Merge MariaDB 5.1->5.2unknown2010-11-191-12/+7
|\ \ | |/
| * Added option BACKUP_ALL to mysqld --myisam-recover to also get a backup of th...Michael Widenius2010-11-071-12/+7
| * Use less memory on stack in sql_parse.cc and in repair/check for MyISAM & AriaMichael Widenius2010-10-121-2/+1
* | Automatic mergeMichael Widenius2010-10-011-2/+1
|\ \
| * | Change some my_bool in C++ classes and a few functions to bool to detect wron...Michael Widenius2010-09-241-2/+1
* | | merge with 5.1Sergei Golubchik2010-09-161-2/+6
|\ \ \ | | |/ | |/|
| * | Fix for LP#634943 "marked as crashed", "zerofilling" and "wrong data in bitma...Michael Widenius2010-09-101-2/+6
* | | rename maria to ariaSergei Golubchik2010-09-121-10/+10
|/ /
* | Fixed bug LP#605798 "wrong data in bitmap" after recovery.Michael Widenius2010-09-101-1/+1
* | Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables.Michael Widenius2010-09-061-12/+16
|/
* Added option --start-from-checkpoint to maria_read_logMichael Widenius2010-08-121-1/+1
* Fixed LP#605798 RQG: Table corruption after Maria engine recovery - "Wrong da...Michael Widenius2010-08-111-3/+3
* This patch fixes LP#613408 Memory corruption with (M)aria storage engine and...Michael Widenius2010-08-071-8/+49
* Fix for LP#602604: RQG: ma_blockrec.c:6187: _ma_apply_redo_insert_row_head_or...Michael Widenius2010-07-301-1/+4
* mysql client: Ignore --comments at start of command line. This allows one to ...Michael Widenius2010-07-161-2/+4
* Fix for compiler warnings on windowsMichael Widenius2010-01-141-1/+1
* Remove compiler warnings (Including some warnings from -Wstrict-aliasing)Michael Widenius2009-11-301-9/+9
* We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-3/+3
* Merge with mysql-maria treeMichael Widenius2009-02-191-4/+15
|\
| * Merge of MyISAM changes done in 5.1-main, into MariaGuilhem Bichot2009-02-121-1/+4
| * _ma_state_info_write numeric flags changed with constants.unknown2009-01-081-3/+11
* | Merge with base MySQL-5.1-mariaMichael Widenius2009-01-121-14/+20
|\ \ | |/
| * Fixed bugs found by pushbuildMichael Widenius2008-12-271-4/+11
| * Automatic merge with main treeMichael Widenius2008-10-151-4/+4
| |\
| | * _ma_bitmap_unpin_all() needs to unpin not-locked pages which were pinned by o...Guilhem Bichot2008-10-141-4/+4
| * | Merging of changes from myisam -> maria missing in last 5.1 - 5.1->maria mergeMichael Widenius2008-10-151-5/+5
| |/
* | Code cleanup:Michael Widenius2009-01-091-47/+46
* | Added MARIA_PAGE structure to keep all information about a maria key page.Michael Widenius2008-09-011-106/+165
|/
* Changed all file names in maria to LEX_STRING and removed some calls to strlen()Michael Widenius2008-08-251-8/+8
* Porting bugfix made by Serg (for bug37276_reduced_corruption.sql of BUG#37276...Guilhem Bichot2008-07-101-5/+6
* Fix for BUG#37876 "Importing Maria table from other server via binary copy do...Guilhem Bichot2008-07-091-5/+11
* Bug#37276 maria crash on insert around the time check table is runMichael Widenius2008-07-051-1/+5
* Fix for BUG#37288 "Maria - zerofill corrupts table". Testcase is running ma_t...Guilhem Bichot2008-06-301-6/+10