disable sample temp_table_ssid expr in dynamic sampling and disable print timeout error msg in inner sql
This commit is contained in:
@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user