mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
addresses #47
git-svn-id: file:///svn/tokudb@810 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
dd6d25803f
commit
a959cd4bd5
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,8 @@ void print_usage (const char *argv0) {
|
|||
fprintf(stderr, " -x do transactions (one transaction 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");
|
||||
fprintf(stderr, " --pagesize PAGESIZE sets the database page size\n");
|
||||
fprintf(stderr, " n_iterations how many iterations (default %lld iterations of %d items per iteration)\n", default_n_items/ITEMS_TO_INSERT_PER_ITERATION, ITEMS_TO_INSERT_PER_ITERATION);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue