mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +01:00
Addresses #1694 Port checkpoint_stress to windows
git-svn-id: file:///svn/toku/tokudb@11526 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
f2889d3e9a
commit
6d3fdbd7a1
1 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#if IS_TDB && !defined(_WIN32) && !defined(_WIN64)
|
||||||
return intothevoid;
|
return intothevoid;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue