You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-09 10:41:14 +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;
|
||||
}
|
||||
|
||||
inline const bf::path & Downloader::getTmpPath() const
|
||||
const bf::path & Downloader::getTmpPath() const
|
||||
{
|
||||
return tmpPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user