未验证 提交 3c1dc8c6 编写于 作者: R richie 提交者: GitHub

Update ob_th_worker.cpp (#558)

上级 5183f3af
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册