ndb - post merge 50/51 - bug#29057 bug#29067 and bug#29118

parent 3c3b6807
...@@ -15605,7 +15605,7 @@ loop: ...@@ -15605,7 +15605,7 @@ loop:
jam(); jam();
ndbrequire(logFilePtr.p->logFileStatus == LogFileRecord::OPEN); ndbrequire(logFilePtr.p->logFileStatus == LogFileRecord::OPEN);
logFilePtr.p->logFileStatus = LogFileRecord::CLOSE_SR_INVALIDATE_PAGES; logFilePtr.p->logFileStatus = LogFileRecord::CLOSE_SR_INVALIDATE_PAGES;
closeFile(signal, logFilePtr); closeFile(signal, logFilePtr, __LINE__);
return; return;
done: done:
......
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