Commit dc2b0d2d authored by Yoni Fogel's avatar Yoni Fogel

refs #5189 fix tests from xstillopen(prepared) "must assert begin was logged" changes

git-svn-id: file:///svn/toku/tokudb@45261 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6bc942bd
...@@ -210,7 +210,7 @@ int create_logfiles() { ...@@ -210,7 +210,7 @@ int create_logfiles() {
//xstillopen 's': lsn=10 txnid=7 parent=0 crc=00061816 len=37 <- obsolete //xstillopen 's': lsn=10 txnid=7 parent=0 crc=00061816 len=37 <- obsolete
{ {
FILENUMS filenums = {0, NULL}; FILENUMS filenums = {0, NULL};
r = toku_log_xstillopen(logger, &lsn, NO_FSYNC, txnid, 0, r = toku_log_xstillopen(logger, &lsn, NO_FSYNC, NULL, txnid, 0,
0, filenums, 0, 0, 0, 0, filenums, 0, 0, 0,
ROLLBACK_NONE, ROLLBACK_NONE, ROLLBACK_NONE); ROLLBACK_NONE, ROLLBACK_NONE, ROLLBACK_NONE);
assert(r==0); assert(r==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