Commit 8f7507a8 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #350

Restored the DUPSORT version of the tests for the lock txn test.

git-svn-id: file:///svn/tokudb@2211 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5fad7d0b
......@@ -228,6 +228,6 @@ void test(u_int32_t dup_flags) {
int main() {
test(0);
// test(DB_DUP | DB_DUPSORT);
test(DB_DUP | DB_DUPSORT);
return 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