projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b2c91a
)
Bugfix.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 14 Jul 2010 22:25:51 +0000
(15:25 -0700)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 14 Jul 2010 22:25:51 +0000
(15:25 -0700)
logbench/logbench.c
patch
|
blob
|
history
diff --git
a/logbench/logbench.c
b/logbench/logbench.c
index
6cdd5ec
..
6f3a858
100644
(file)
--- 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);