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:
@@ -373,6 +373,7 @@ int IOCoordinator::append(const char *filename, const uint8_t *data, size_t leng
|
||||
errno = EBADF;
|
||||
return -1;
|
||||
}
|
||||
|
||||
uint64_t offset = metadata.getLength();
|
||||
|
||||
//read metadata determine if this fits in the last object
|
||||
|
||||
Reference in New Issue
Block a user