1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-03 05:41:09 +03:00

start the cleanup of the icc build of ydb. adddresses #1185

git-svn-id: file:///svn/tokudb.1131b+1080a+1185@6411 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska
2013-04-16 23:57:20 -04:00
committed by Yoni Fogel
parent 681b3ed56e
commit e6fc3162e9
7 changed files with 47 additions and 42 deletions

View File

@@ -18,9 +18,7 @@ test_txn_close_open_commit (void) {
#if DB_VERSION_MAJOR==4 && DB_VERSION_MINOR==3
if (verbose) fprintf(stderr, "%s does not work for BDB %d.%d. Not running\n", __FILE__, DB_VERSION_MAJOR, DB_VERSION_MINOR);
return;
#endif
#endif
#else
system("rm -rf " ENVDIR);
mkdir(ENVDIR, 0777);
@@ -69,6 +67,8 @@ test_txn_close_open_commit (void) {
r = stat(ENVDIR "/test.db", &statbuf);
assert(r==0);
}
#endif
#endif
}
int main(int UU(argc), char UU(*argv[])) {