disable sample temp_table_ssid expr in dynamic sampling and disable print timeout error msg in inner sql

This commit is contained in:
wangt1xiuyi
2024-03-04 10:50:10 +00:00
committed by ob-robot
parent eef2f96aa5
commit c71007cee0
4 changed files with 6 additions and 3 deletions

View File

@ -1185,6 +1185,7 @@ int ObSql::do_real_prepare(const ObString &sql,
}
//if the error code is ob_timeout, we add more error info msg for dml query.
if (OB_TIMEOUT == ret &&
session.is_user_session() &&
parse_result.result_tree_ != NULL &&
parse_result.result_tree_->children_ != NULL &&
parse_result.result_tree_->num_child_ >= 1 &&
@ -4931,6 +4932,7 @@ OB_NOINLINE int ObSql::handle_physical_plan(const ObString &trimed_stmt,
#endif
//if the error code is ob_timeout, we add more error info msg for dml query.
if (OB_TIMEOUT == ret &&
result.get_session().is_user_session() &&
parse_result.result_tree_ != NULL &&
parse_result.result_tree_->children_ != NULL &&
parse_result.result_tree_->num_child_ >= 1 &&