From 3c1dc8c604df006dbe44cead739ffa2a196113e8 Mon Sep 17 00:00:00 2001 From: richie Date: Tue, 23 Nov 2021 14:25:27 +0800 Subject: [PATCH] Update ob_th_worker.cpp (#558) --- src/observer/omt/ob_th_worker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/observer/omt/ob_th_worker.cpp b/src/observer/omt/ob_th_worker.cpp index 652b1d38a..0d516e869 100644 --- a/src/observer/omt/ob_th_worker.cpp +++ b/src/observer/omt/ob_th_worker.cpp @@ -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.