code: fix typo (#76)
* Update ob_dtl_rpc_channel.cpp * Update ob_time_convert.cpp * Update ob_time_convert.h * Update ob_expr_date_add.cpp * fix log spell error:faild -> failled, Faild -> Failed * Update ob_optimizer_util.cpp * Update ob_sql.cpp * Update ob_optimizer_util.cpp * Update ob_plan_cache_manager.cpp * Update ob_partition_merge_task.cpp
This commit is contained in:
@ -2493,7 +2493,7 @@ int ObSchemaServiceSQLImpl::fetch_new_tenant_id(uint64_t& new_tenant_id)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
if (OB_FAIL(fetch_new_schema_id(OB_SYS_TENANT_ID, OB_MAX_USED_TENANT_ID_TYPE, new_tenant_id))) {
|
||||
LOG_WARN("fetch_new_tenant_id faild", K(ret));
|
||||
LOG_WARN("fetch_new_tenant_id failed", K(ret));
|
||||
} else {
|
||||
new_tenant_id = extract_pure_id(new_tenant_id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user