From e6bc44ec36f927b37cfc2401be8beddc07f7fafa Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Wed, 14 Jul 2010 15:25:51 -0700 Subject: [PATCH] Bugfix. --- logbench/logbench.c | 1 + 1 file changed, 1 insertion(+) diff --git a/logbench/logbench.c b/logbench/logbench.c index 6cdd5ec..6f3a858 100644 --- a/logbench/logbench.c +++ b/logbench/logbench.c @@ -233,6 +233,7 @@ int main(int argc, char *argv[]) case 'a': // Make BDB log writes more asynchronous opt_bdb_async = TRUE; + break; case 't': // Set number of log worker threads opt_threads = atoi(optarg); -- 2.20.1