summaryrefslogtreecommitdiff
path: root/storage/maria/ma_check.c
Commit message (Expand)AuthorAgeFilesLines
* use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-51/+52
* post-merge fixes.Sergei Golubchik2011-07-021-4/+0
* lots of post-merge changesSergei Golubchik2011-04-251-46/+48
* 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
* Fix for BUG#35107 "maria-preload.test is disabled because causes assertion".Guilhem Bichot2008-06-301-0/+4
* Automatic mergeMichael Widenius2008-06-281-1/+1
|\
| * Fixes for build errors under Windows and compiler warning under LinuxGuilhem Bichot2008-06-261-1/+1
* | Fix for Bug #36578 Maria: maria-recover may fail to autorepair a tableMichael Widenius2008-06-281-3/+25
|/
* Added versioning of Maria indexMichael Widenius2008-06-261-128/+214
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-153/+228
|\
| * WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-145/+142
| * Added versioning of row dataunknown2008-04-101-8/+86
* | WL#3072 - Maria Recoveryunknown2008-04-241-1/+11
|/
* Store maximum transaction id into control file at clean shutdown.unknown2008-04-041-0/+19
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-14/+15
* Merge of changes in MyISAM since December 16 -> April 1unknown2008-04-011-50/+159
* Fix for #Bug35048 "maria table corruption reported when transactional=0unknown2008-03-081-7/+13
* WL#3072 Maria Recoveryunknown2008-02-261-6/+4
* Merge from 5.1-build of the "my_bool for C" changeset.unknown2008-02-191-2/+2
* A new option for maria_chk: --zerofill-keep-lsn. This will be usedunknown2008-02-111-11/+23
* Merge oleksandr-byelkins-powerbook-g4-15.local:/Users/bell/mysql/bk/mysql-mariaunknown2008-02-081-9/+10
|\