mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Printf warnings (port to windows)
git-svn-id: file:///svn/toku/tokudb@11521 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
82c423dda2
commit
f2889d3e9a
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ static int print_usage (const char *argv0) {
|
|||
fprintf(stderr, " --1514 do a point query for something not there at end. See #1514. (Requires --norandom)\n");
|
||||
fprintf(stderr, " --env DIR\n");
|
||||
fprintf(stderr, " --append append to an existing file\n");
|
||||
fprintf(stderr, " --checkpoint-period %d checkpoint period\n", checkpoint_period);
|
||||
fprintf(stderr, " --checkpoint-period %"PRIu32" checkpoint period\n", checkpoint_period);
|
||||
fprintf(stderr, " n_iterations how many iterations (default %lld)\n", default_n_items/DEFAULT_ITEMS_TO_INSERT_PER_ITERATION);
|
||||
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue