summaryrefslogtreecommitdiff
path: root/storage/maria/ma_key_recover.c
Commit message (Expand)AuthorAgeFilesLines
* Write error message if aria_log.??????? files are missingMonty2019-10-201-2/+3
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF addressMichal Schorm2019-05-101-1/+1
| | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-0/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-10-091-2/+0
|\ \ \ \ | |/ / /
| * | | Remove not used variableMichael Widenius2018-10-051-2/+0
| |/ /
* | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-0/+1
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-0/+1
| |\ \
| | * | MDEV-12824 GCC 7 warning: this statement may fall through [-Wimplicit-fallthr...Sergei Golubchik2017-07-201-0/+1
* | | | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-241-2/+2
|/ / /
* | | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | Push for testing of encryptionMonty2015-02-101-5/+5
|/ /
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-6/+6
|/
* Fixed compiler errorsMichael Widenius2012-08-141-1/+6
* Merge 5.3->5.5.Igor Babaev2012-03-011-1/+1
|\
| * Fixed lp:905716 "Assertion `page->size <= share->max_index_block_size'"Michael Widenius2012-02-281-1/+1
* | 5.3 mergeSergei Golubchik2012-01-131-1/+4
|\ \ | |/
| * Fixed bug: lp:887051 ; Error in recovery with LOAD DATA + DELETEMichael Widenius2011-12-131-1/+4
| * Fix gcc 4.6 warnings about assigned but not used variables.unknown2011-10-271-2/+1
* | 5.3->5.5 mergeSergei Golubchik2011-11-221-2/+1
|\ \
| * | Compiler warning about assigned but not used variables fixed.unknown2011-10-181-2/+1
| |/
* | merge with 5.3Sergei Golubchik2011-10-191-2/+2
|\ \ | |/
| * Merge with MySQL 5.1.55Michael Widenius2011-02-201-1/+1
| * Aria issues:Michael Widenius2011-01-241-1/+1
* | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-10/+10
* | post-merge fixes.Sergei Golubchik2011-07-021-2/+0
|/
* Fixes for bugs found by running test case for LP#608369 "Page: 1 Found wrong ...Michael Widenius2010-10-131-15/+15
* Fixes some bug in Aria recovery:Michael Widenius2010-10-071-3/+26
* Write message to stderr if recovery is not likely to succeed because we don't...Michael Widenius2010-09-091-1/+2
* Fixed compiler failures when compiling non debug buildMichael Widenius2010-09-071-4/+5
* Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables.Michael Widenius2010-09-061-97/+165
* Trivial fixes, more safe DBUG_ASSERT()'s and some more DBUG_Michael Widenius2010-08-231-2/+3
* Fixed valgrind errors and compiler warnings discovered by buildbotMichael Widenius2010-08-201-1/+1
* Added --sync-sys=0 option for mysqld to skip sync() calls for faster testingMichael Widenius2010-08-091-8/+36
* Merge with mysql-maria treeMichael Widenius2009-02-191-1/+3
|\
| * _ma_state_info_write numeric flags changed with constants.unknown2009-01-081-1/+3
* | Merge with base MySQL-5.1-mariaMichael Widenius2009-01-121-6/+19
|\ \ | |/
| * Fixed mutex taking order on recovery of bulk insert.unknown2008-12-291-2/+15
| * _ma_bitmap_unpin_all() needs to unpin not-locked pages which were pinned by o...Guilhem Bichot2008-10-141-4/+4
* | Added MARIA_PAGE structure to keep all information about a maria key page.Michael Widenius2008-09-011-34/+44
|/
* Fix for Bug#36499 Maria: potential deadlockMichael Widenius2008-08-261-39/+33
* Fix for BUG#37876 "Importing Maria table from other server via binary copy do...Guilhem Bichot2008-07-091-1/+2
* Added versioning of Maria indexMichael Widenius2008-06-261-22/+86
* Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-2/+2
|\
| * WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-3/+3
* | WL#3072 - Maria Recoveryunknown2008-04-241-10/+88
* | WL#3072 - Maria recoveryunknown2008-04-081-13/+15
|/
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-14/+14