Update ThreadPool.cpp

This commit is contained in:
Alexander Kuzmenkov 2020-09-16 11:59:58 +03:00 committed by GitHub
parent 5afb19faf1
commit bcea99f2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,7 @@ void GlobalThreadPool::initialize(size_t max_threads)
{
if (the_instance)
{
throw Exception(DB::ErrorCodes::LOGICAL_ERROR,
throw DB::Exception(DB::ErrorCodes::LOGICAL_ERROR,
"The global thread pool is initialized twice");
}