diff --git a/src/sql/ob_sql.cpp b/src/sql/ob_sql.cpp index 0bfd131d2..77ee4b801 100644 --- a/src/sql/ob_sql.cpp +++ b/src/sql/ob_sql.cpp @@ -669,7 +669,7 @@ int ObSql::handle_ps_prepare(const ObString& stmt, ObSqlCtx& context, ObResultSe ObSchemaGetterGuard* schema_guard = context.schema_guard_; #ifndef NDEBUG - LOG_INFO("Begin to handle prepare stmtement", K(session.get_sessid()), K(stmt)); + LOG_INFO("Begin to handle prepare statement", K(session.get_sessid()), K(stmt)); #endif if (OB_ISNULL(ps_cache) || OB_ISNULL(pctx) || OB_ISNULL(schema_guard)) { @@ -878,7 +878,7 @@ int ObSql::handle_ps_execute(const ObPsStmtId client_stmt_id, const stmt::StmtTy const ObString& sql = ps_info->get_ps_sql(); context.cur_sql_ = sql; #ifndef NDEBUG - LOG_INFO("Begin to handle execute stmtement", K(session.get_sessid()), K(sql)); + LOG_INFO("Begin to handle execute statement", K(session.get_sessid()), K(sql)); #endif if (OB_FAIL(session.store_query_string(sql))) { LOG_WARN("store query string fail", K(ret));