mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +00:00
return accidentally removed code
This commit is contained in:
parent
5e421ab272
commit
18dd1345fa
@ -768,6 +768,12 @@ if (ThreadFuzzer::instance().isEffective())
|
|||||||
fs::create_directories(dictionaries_lib_path);
|
fs::create_directories(dictionaries_lib_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
std::string user_scripts_path = config().getString("user_scripts_path", path / "user_scripts/");
|
||||||
|
global_context->setUserScriptsPath(user_scripts_path);
|
||||||
|
fs::create_directories(user_scripts_path);
|
||||||
|
}
|
||||||
|
|
||||||
/// top_level_domains_lists
|
/// top_level_domains_lists
|
||||||
{
|
{
|
||||||
const std::string & top_level_domains_path = config().getString("top_level_domains_path", path / "top_level_domains/");
|
const std::string & top_level_domains_path = config().getString("top_level_domains_path", path / "top_level_domains/");
|
||||||
|
Loading…
Reference in New Issue
Block a user