summaryrefslogtreecommitdiff
path: root/examples/c/ex_sync.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2617 Fix a bug in pluggable file system example (#2718)Keith Bostic2016-05-051-3/+4
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2134 Force out pending log slot buffer to advance log->alloc_lsn forSusan LoVerso2015-09-241-3/+3
* WT_SESSION.log_flush returns a value.Keith Bostic2015-09-171-3/+3
* WT-2104 New log_flush API to control the flushing or syncing of the log.Susan LoVerso2015-09-151-0/+21
* Make default transaction_sync timeout to be forever. WT-1908Susan LoVerso2015-05-271-6/+3
* Refactor setting background sync LSN to its own functions. WT-1908Susan LoVerso2015-05-271-1/+2
* Reject commit_transaction config if sync was set on begin_transaction.Susan LoVerso2015-05-261-1/+1
* Fix warning.Susan LoVerso2015-05-201-1/+2
* Add example code for background sync. WT-1908Susan LoVerso2015-05-201-0/+133