Bugfix.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 14 Jul 2010 22:25:51 +0000 (15:25 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 14 Jul 2010 22:25:51 +0000 (15:25 -0700)
logbench/logbench.c

index 6cdd5ec..6f3a858 100644 (file)
@@ -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);