summaryrefslogtreecommitdiff
path: root/storage/maria/ma_checkpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Added option "AND DISABLE CHECKPOINT" to "FLUSH TABLES WITH READ LOCK"Michael Widenius2011-04-281-0/+7
* Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-0/+11
|\
| * Aria issues:Michael Widenius2011-01-241-0/+11
* | Automerge with 5.1Michael Widenius2010-08-251-1/+0
|\ \ | |/
| * Trivial optimizations and cleanupsMichael Widenius2010-08-121-1/+0
* | 5.1 -> 5.2 mergeunknown2009-04-031-2/+13
|\ \ | |/
| * Comments. Take bitmap mutex lock when changing bitmap.changed.Guilhem Bichot2009-02-091-0/+8
| * _ma_state_info_write numeric flags changed with constants.unknown2009-01-081-2/+5
* | Separated service thread framework to be used for update/delete purge (WL#306...unknown2009-01-121-53/+15
|/
* Fix for BUG#41159 "Maria: deadlock between checkpoint and maria_write() when ...Guilhem Bichot2008-12-091-10/+38
* Fixed mutexes lock order in maria_close(): LOCK_trn_list -> MARIA_SHARE::inte...unknown2008-12-081-1/+1
* mergeSergei Golubchik2008-08-281-5/+4
|\
| * Changed all file names in maria to LEX_STRING and removed some calls to strlen()Michael Widenius2008-08-251-5/+4
* | compiler warningsSergei Golubchik2008-08-061-1/+1
|/
* Bug#37276 maria crash on insert around the time check table is runMichael Widenius2008-07-051-2/+3
* WL#4374 "Maria - force start if Recovery fails multiple times"Guilhem Bichot2008-06-021-1/+2
* WL#3138: Maria - fast "SELECT COUNT(*) FROM t;" and "CHECKSUM TABLE t"unknown2008-05-291-0/+8
* Store maximum transaction id into control file at clean shutdown.unknown2008-04-041-2/+2
* Injecting more "const" declarations into code which does not changeunknown2008-04-031-2/+3
* Fixes for running maria-recovery*.test and maria-purge.test underunknown2008-02-061-5/+1
* ma_checkpoint.c, ma_recovery.c:unknown2008-01-171-1/+1
|\
| * WL#3072 Maria Recoveryunknown2008-01-111-1/+1
* | Fixed compiler warnings by adding casts and changing variable typesunknown2008-01-111-1/+1
|/
* Added --loose-skip-maria to MYSQLD_BOOTSTRAP_CMD to get bootstrap.test to workunknown2008-01-111-1/+1
* WL#3072 - Maria Recoveryunknown2007-12-301-20/+14
* fix for some gcc -ansi warnings.unknown2007-12-141-16/+18
* WL#3072 - Maria recovery.unknown2007-12-141-96/+81
* Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-mariaunknown2007-12-111-2/+0
|\
| * Merge desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-mariaunknown2007-12-091-2/+0
| |\
| | * Manageable transactional log purge and file sizeunknown2007-12-091-2/+0
* | | WL#3072 Maria recovery:unknown2007-12-101-1/+1
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-11-201-61/+54
|\ \
| * | WL#3071 Maria checkpoint, WL#3072 Maria recoveryunknown2007-11-161-18/+16
| * | WL#3071 Maria checkpointunknown2007-11-161-42/+42
| * | Flush status differentiation between error and skipping pinned pages.unknown2007-11-161-15/+10
* | | Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-11-141-7/+100
|\ \ \ | |/ /
| * | * WL#4137 Maria- Framework for testing recovery in mysql-test-rununknown2007-11-131-0/+63
| * | commentsunknown2007-11-111-5/+7
| * | WL#3071 Maria checkpointunknown2007-11-111-32/+35
| * | WL#3071 - Maria checkpointunknown2007-11-091-6/+31
| |/
* | First part of redo/undo for key pagesunknown2007-11-141-1/+0
|/
* WL#3071 - Maria checkpointunknown2007-10-191-54/+97
* WL#3071 Maria checkpointunknown2007-10-171-87/+45
* WL#3071 - Maria checkpointunknown2007-10-091-10/+23
* WL#3072 Maria recoveryunknown2007-10-081-0/+4
* WL#3072 - Maria recovery.unknown2007-10-021-3/+3
* WL#3072 Maria recoveryunknown2007-09-251-6/+9
* fix for non-debug compilation errors.unknown2007-09-201-5/+6
* WL#3072 Maria Recoveryunknown2007-09-151-1/+7
* Fixes of the empty log problem.unknown2007-09-131-2/+1