Commit b8bbdd3f authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:5027] added commas to big numbers! yay!

git-svn-id: file:///svn/toku/tokudb@44350 c7de825b-a66e-492c-adef-691d508d4ae1
parent ba040602
......@@ -16,6 +16,7 @@
#include <stdlib.h>
#include <toku_pthread.h>
#include <locale.h>
#include <unistd.h>
#include <memory.h>
#include <sys/stat.h>
......@@ -1497,6 +1498,7 @@ do_warm_cache(DB_ENV *env, DB **dbs, struct cli_args *args)
static void
stress_test_main(struct cli_args *args)
{
{ char *loc = setlocale(LC_NUMERIC, "en_US.UTF-8"); assert(loc); }
DB_ENV* env = NULL;
DB* dbs[args->num_DBs];
memset(dbs, 0, sizeof(dbs));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment