mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Make toku_assert faster avoiding the call unless the expression fails. Addresses #794.
git-svn-id: file:///svn/tokudb@3857 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
556aa0fd99
commit
1ab083db9e
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ int print_usage (const char *argv0) {
|
|||
fprintf(stderr, "Usage:\n");
|
||||
fprintf(stderr, " %s [-x] [--keysize KEYSIZE] [--valsize VALSIZE] [--noserial] [ n_iterations ]\n", argv0);
|
||||
fprintf(stderr, " where\n");
|
||||
fprintf(stderr, " -x do transactions (one transaction per iteration) (default: no transactions at all)\n");
|
||||
fprintf(stderr, " -x do transactions (XCOUNT transactions per iteration) (default: no transactions at all)\n");
|
||||
fprintf(stderr, " --keysize KEYSIZE sets the key size (default 8)\n");
|
||||
fprintf(stderr, " --valsize VALSIZE sets the value size (default 8)\n");
|
||||
fprintf(stderr, " --cachesize CACHESIZE set the database cache size\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue