mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Added a comment
This commit is contained in:
parent
41eaeb3e3d
commit
32a9b27876
@ -20,6 +20,9 @@ SharedLibrary::SharedLibrary(const std::string & path, int flags)
|
||||
throw Exception(std::string("Cannot dlopen: ") + dlerror(), ErrorCodes::CANNOT_DLOPEN);
|
||||
|
||||
updatePHDRCache();
|
||||
|
||||
/// NOTE: race condition exists when loading multiple shared libraries concurrently.
|
||||
/// We don't care (or add global mutex for this method).
|
||||
}
|
||||
|
||||
SharedLibrary::~SharedLibrary()
|
||||
|
Loading…
Reference in New Issue
Block a user