fix some typo error

This commit is contained in:
csch
2023-04-07 17:10:22 +08:00
parent d154dc8f4f
commit 8cd9103c3d
4 changed files with 9 additions and 9 deletions

View File

@ -203,7 +203,7 @@ int ObDropDatabaseExecutor::execute(ObExecContext &ctx, ObDropDatabaseStmt &stmt
SQL_ENG_LOG(WARN, "get common rpc proxy failed", K(ret));
} else if (OB_ISNULL(common_rpc_proxy) || OB_ISNULL(ctx.get_my_session())) {
ret = OB_ERR_UNEXPECTED;
SQL_ENG_LOG(WARN, "failt to get my session", K(ctx), K(common_rpc_proxy));
SQL_ENG_LOG(WARN, "fail to get my session", K(ctx), K(common_rpc_proxy));
} else {
obrpc::UInt64 affected_row(0);
obrpc::ObDropDatabaseRes drop_database_res;