fix some typo error

This commit is contained in:
csch
2023-02-22 16:32:55 +08:00
parent e61f6a4170
commit 60700dde28
9 changed files with 22 additions and 22 deletions

View File

@ -236,7 +236,7 @@ int ObSqlMemMgrProcessor::extend_max_memory_size(
int ret = OB_SUCCESS;
need_dump = true;
if (OB_FAIL(try_upgrade_auto_mgr(allocator, mem_used))) {
LOG_WARN("failed to try udgrade auto manager", K(ret));
LOG_WARN("failed to try upgrade auto manager", K(ret));
} else if (OB_UNLIKELY(!is_auto_mgr())) {
/* do nothing */
} else if (OB_NOT_NULL(sql_mem_mgr_)) {