You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-10 22:42:30 +03:00
Fixed a linker error when doing a release build.
This commit is contained in:
@@ -118,7 +118,7 @@ bool Downloader::inProgress(const string &key)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline const bf::path & Downloader::getTmpPath() const
|
const bf::path & Downloader::getTmpPath() const
|
||||||
{
|
{
|
||||||
return tmpPath;
|
return tmpPath;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user