summaryrefslogtreecommitdiff
path: root/mysys/my_sync.c
Commit message (Expand)AuthorAgeFilesLines
* Merge with MySQL 5.1.53Michael Widenius2010-11-251-3/+4
|\
| * Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-191-1/+1
| * Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-10-191-6/+26
* | Fixed typo that caused compile failure on MacMichael Widenius2010-08-101-1/+1
* | Ignore ENOLCK errno from FreeBSD (known problem in old FreeBSD releases)Michael Widenius2010-08-091-0/+2
* | Added --sync-sys=0 option for mysqld to skip sync() calls for faster testingMichael Widenius2010-08-091-0/+3
* | Added count of my_sync calls (to SHOW STATUS)Michael Widenius2010-03-091-0/+3
* | Merge with MySQL 5.1.42Michael Widenius2010-01-151-2/+2
|\ \ | |/
| * Move DBG_* macros to after the variable declaration section in aKent Boortz2009-11-251-2/+2
| * Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-0/+80
* | Removed compiler warningsMichael Widenius2010-01-061-2/+4
* | Fixed several bugs in page CRC handlingunknown2007-12-181-1/+1
* | Merged with mysql-5.1 main tree.unknown2007-07-021-1/+2
* | Merge gbichot3.local:/home/mysql_src/mysql-5.1-for-mariaunknown2007-02-281-0/+79
|\ \ | |/ |/|
| * WL#3072 Maria Recovery. Making DDLs durable in Maria:unknown2006-11-271-2/+6
| * Maria - post-review fixes about my_sync_dir():unknown2006-11-221-33/+34
| * Maria - various fixes around durability of files:unknown2006-11-211-0/+74
* | Many files:unknown2006-12-231-2/+1
|/
* Fixed errors found during reviewunknown2005-04-061-1/+1
* remove the rest of isam/merge referencesunknown2005-04-051-5/+17
* my_close(), my_sync(): retry if EINTRunknown2005-01-111-3/+7
* Call my_sync() after all data is written to .frm fileunknown2003-11-021-0/+60