mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
[t:5027] added commas to big numbers! yay!
git-svn-id: file:///svn/toku/tokudb@44350 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
306ec88b5f
commit
97d2d07b9c
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue