mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fixup
This commit is contained in:
parent
96d2e9c997
commit
7372a18d45
@ -560,6 +560,8 @@ int mainEntryClickHouseBenchmark(int argc, char ** argv)
|
||||
return 1;
|
||||
}
|
||||
|
||||
GlobalThreadPool::initialize();
|
||||
|
||||
print_stacktrace = options.count("stacktrace");
|
||||
|
||||
UseSSL use_ssl;
|
||||
|
@ -147,6 +147,8 @@ try
|
||||
return Application::EXIT_OK;
|
||||
}
|
||||
|
||||
GlobalThreadPool::initialize();
|
||||
|
||||
shared_context = Context::createShared();
|
||||
context = std::make_unique<Context>(Context::createGlobal(shared_context.get()));
|
||||
context->makeGlobalContext();
|
||||
|
Loading…
Reference in New Issue
Block a user