summaryrefslogtreecommitdiff
path: root/storage/maria/ma_checkpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed compile warningsMichael Widenius2012-05-181-0/+2
* 5.3 mergeSergei Golubchik2012-02-211-2/+5
|\
| * Merge with MariaDB 5.2Michael Widenius2012-02-211-2/+5
| |\
| | * Fixed lp:902654 "MariaDB consistently crashes in collect_tables on Aria check...Michael Widenius2012-02-201-2/+5
* | | 5.3->5.5 mergeSergei Golubchik2011-11-221-40/+50
|\ \ \ | |/ /
| * | Automatic mergeMichael Widenius2011-10-051-6/+7
| |\ \ | | |/
| | * Fixed lp:859051 "Periodic aria checkpoints prevent power management"Michael Widenius2011-10-051-5/+7
| * | Merge 5.2->5.3unknown2011-09-021-40/+49
| |\ \ | | |/
| | * Added variable ARIA_CHECKPOINT_LOG_ACTIVITY to allow one to specify how often...Michael Widenius2011-09-011-6/+13
* | | fix the build and compiler warnings (few of which were real bugs)Sergei Golubchik2011-10-291-7/+3
* | | merge with 5.3Sergei Golubchik2011-10-191-8/+36
|\ \ \ | |/ /
| * | Automatic mergeMichael Widenius2011-07-041-8/+18
| |\ \ | | |/
| | * Aria fixes:Michael Widenius2011-07-041-8/+18
| * | 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
* | | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-27/+28
* | | lots of post-merge changesSergei Golubchik2011-04-251-7/+7
|/ /
* | 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