Commit d933a0db authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Make {{{test_txn_abort6.bdb}}} be a no-op. Fixes #534.

git-svn-id: file:///svn/tokudb@2811 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5f5a698b
...@@ -106,6 +106,9 @@ void test_txn_abort(int n, int which_guys_to_abort) { ...@@ -106,6 +106,9 @@ void test_txn_abort(int n, int which_guys_to_abort) {
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
int i,j; int i,j;
#ifndef TOKUDB
return 0; // This test is inappropriate for BDB. It requires finer grained locking that BDB supports.
#endif
for (i = 1; i < argc; i++) { for (i = 1; i < argc; i++) {
char *arg = argv[i]; char *arg = argv[i];
if (strcmp(arg, "-v") == 0 || strcmp(arg, "--verbose") == 0) { if (strcmp(arg, "-v") == 0 || strcmp(arg, "--verbose") == 0) {
......
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