You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-15 12:09:09 +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;
|
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