You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-13 23:02:14 +03:00
Merge branch 'develop' of github.com:pleblanc1976/storage-manager into develop
This commit is contained in:
@@ -282,7 +282,7 @@ int IOCoordinator::_write(const char *filename, const uint8_t *data, off_t offse
|
|||||||
objectOffset = 0;
|
objectOffset = 0;
|
||||||
}
|
}
|
||||||
cache->makeSpace(writeLength+JOURNAL_ENTRY_HEADER_SIZE);
|
cache->makeSpace(writeLength+JOURNAL_ENTRY_HEADER_SIZE);
|
||||||
|
|
||||||
err = replicator->addJournalEntry(i->key.c_str(),&data[count],objectOffset,writeLength);
|
err = replicator->addJournalEntry(i->key.c_str(),&data[count],objectOffset,writeLength);
|
||||||
assert((uint) err == writeLength);
|
assert((uint) err == writeLength);
|
||||||
|
|
||||||
@@ -373,6 +373,7 @@ int IOCoordinator::append(const char *filename, const uint8_t *data, size_t leng
|
|||||||
errno = EBADF;
|
errno = EBADF;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint64_t offset = metadata.getLength();
|
uint64_t offset = metadata.getLength();
|
||||||
|
|
||||||
//read metadata determine if this fits in the last object
|
//read metadata determine if this fits in the last object
|
||||||
|
|||||||
Reference in New Issue
Block a user