fix typo (#40)
This commit is contained in:
@ -669,7 +669,7 @@ int ObSql::handle_ps_prepare(const ObString& stmt, ObSqlCtx& context, ObResultSe
|
|||||||
ObSchemaGetterGuard* schema_guard = context.schema_guard_;
|
ObSchemaGetterGuard* schema_guard = context.schema_guard_;
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#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
|
#endif
|
||||||
|
|
||||||
if (OB_ISNULL(ps_cache) || OB_ISNULL(pctx) || OB_ISNULL(schema_guard)) {
|
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();
|
const ObString& sql = ps_info->get_ps_sql();
|
||||||
context.cur_sql_ = sql;
|
context.cur_sql_ = sql;
|
||||||
#ifndef NDEBUG
|
#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
|
#endif
|
||||||
if (OB_FAIL(session.store_query_string(sql))) {
|
if (OB_FAIL(session.store_query_string(sql))) {
|
||||||
LOG_WARN("store query string fail", K(ret));
|
LOG_WARN("store query string fail", K(ret));
|
||||||
|
|||||||
Reference in New Issue
Block a user