summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-08-05 11:48:46 -0400
committerSusan LoVerso <sue@wiredtiger.com>2015-08-05 11:48:46 -0400
commit0f64ae7471900bffdea2c93de1d7f1b9b712a3c1 (patch)
tree6cd3e02f79a822f4535f339e0c03ee9875f85b9f /examples
parent45fa471041106ff344aa8f0eefb592b76f66d92f (diff)
downloadmongo-0f64ae7471900bffdea2c93de1d7f1b9b712a3c1.tar.gz
WT-2031 Add force_write wrapper. Force write when opening a log cursor.
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_encrypt.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/c/ex_encrypt.c b/examples/c/ex_encrypt.c
index 5b52bbff9cd..108faeb20b1 100644
--- a/examples/c/ex_encrypt.c
+++ b/examples/c/ex_encrypt.c
@@ -466,11 +466,6 @@ main(void)
COMP_A COMP_B COMP_C COMP_A COMP_B COMP_C
COMP_A COMP_B COMP_C COMP_A COMP_B COMP_C
"The quick brown fox jumps over the lazy dog ");
- /*
- * Log records are buffered in memory. Give the server thread a
- * chance to write it out before reading it back in.
- */
- sleep(2);
ret = simple_walk_log(session);
/*