You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-21 13:40:58 +03:00
Merge pull request #1061 from pleblanc1976/mcol-3829-1.5
1.5: MCOL-3829: CS not starting correctly if rebooted at specific point
This commit is contained in:
@@ -2266,7 +2266,7 @@ void SlaveComm::saveDelta()
|
||||
{
|
||||
uint32_t len = delta.length();
|
||||
|
||||
|
||||
journalh->seek(0, SEEK_END);
|
||||
journalh->write((const char*) &len, sizeof(len));
|
||||
journalh->write((const char*) delta.buf(), delta.length());
|
||||
journalh->flush();
|
||||
|
||||
Reference in New Issue
Block a user