Update ob_th_worker.cpp (#558)

This commit is contained in:
richie 2021-11-23 14:25:27 +08:00 committed by GitHub
parent 5183f3afd6
commit 3c1dc8c604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -491,7 +491,7 @@ int ObThWorker::check_large_query_quota()
// process is done.
int ret = OB_SUCCESS;
if (OB_ISNULL(tenant_)) {
// Back ground thread may also check large query quota, whereas we
// Background thread may also check large query quota, whereas we
// always return success
} else if (tenant_->id() >= OB_SERVER_TENANT_ID && tenant_->id() <= OB_MAX_RESERVED_TENANT_ID) {
// do nothing, these tenants don't support large query schedule.