Commit 6d3fdbd7 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1694 Port checkpoint_stress to windows

git-svn-id: file:///svn/toku/tokudb@11526 c7de825b-a66e-492c-adef-691d508d4ae1
parent f2889d3e
...@@ -2,11 +2,9 @@ ...@@ -2,11 +2,9 @@
#ident "Copyright (c) 2009 Tokutek Inc. All rights reserved." #ident "Copyright (c) 2009 Tokutek Inc. All rights reserved."
#ident "$Id$" #ident "$Id$"
#include "test.h"
#include <db.h> #include <db.h>
#include <sys/stat.h> #include <sys/stat.h>
#include "toku_portability.h"
#include "toku_pthread.h"
#include "test.h"
#include "checkpoint_test.h" #include "checkpoint_test.h"
/*** /***
...@@ -195,7 +193,9 @@ random_acts(void * d) { ...@@ -195,7 +193,9 @@ random_acts(void * d) {
} }
#if IS_TDB && !defined(_WIN32) && !defined(_WIN64)
return intothevoid; return intothevoid;
#endif
} }
......
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