[FEAT MERGE][CP] 425 sql exec + enum set type refactoring CP 435

Co-authored-by: hezuojiao <hezuojiao@gmail.com>
This commit is contained in:
hwx65
2024-11-18 02:44:35 +00:00
committed by ob-robot
parent e17fa92572
commit 92016c007e
107 changed files with 3140 additions and 743 deletions

View File

@ -6149,7 +6149,8 @@ bool ObSQLUtils::check_need_disconnect_parser_err(const int ret_code)
|| OB_ERR_VIEW_SELECT_CONTAIN_QUESTIONMARK == ret_code
|| OB_ERR_NON_INT_LITERAL == ret_code
|| OB_ERR_PARSER_INIT == ret_code
|| OB_NOT_SUPPORTED == ret_code)) {
|| OB_NOT_SUPPORTED == ret_code
|| OB_ALLOCATE_MEMORY_FAILED == ret_code)) {
bret = false;
}
return bret;