You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Merge pull request #1944 from mariadb-AlexeyAntipovsky/MCOL-563-dev
[MCOL-4709] Disk-based aggregation
This commit is contained in:
@ -452,7 +452,7 @@ std::string RBMetaWriter::openMetaFile ( uint16_t dbRoot )
|
||||
throw WeException( oss.str(), ERR_FILE_OPEN );
|
||||
}
|
||||
|
||||
{
|
||||
{
|
||||
std::ostringstream ossChown;
|
||||
idbdatafile::IDBFileSystem& fs = IDBPolicy::getFs(tmpMetaFileName.c_str());
|
||||
if (chownPath(ossChown, tmpMetaFileName, fs)
|
||||
@ -1338,7 +1338,7 @@ int RBMetaWriter::writeHWMChunk(
|
||||
return ERR_METADATABKUP_COMP_RENAME;
|
||||
}
|
||||
|
||||
{
|
||||
{
|
||||
std::ostringstream ossChown;
|
||||
idbdatafile::IDBFileSystem& fs = IDBPolicy::getFs(fileName.c_str());
|
||||
if (chownPath(ossChown, fileName, fs)
|
||||
|
Reference in New Issue
Block a user