1
0
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:
Jose Rojas
2020-02-24 16:39:26 -06:00
committed by GitHub

View File

@@ -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();