[FEAT MERGE][CP]optimizer stats enhancement

Co-authored-by: 2149 <260391947@qq.com>
This commit is contained in:
wangt1xiuyi
2023-12-12 10:17:50 +00:00
committed by ob-robot
parent 688e4b36f5
commit 618ab67eb0
92 changed files with 7450 additions and 3026 deletions

View File

@ -26165,9 +26165,9 @@ static const _error _error_OB_WRONG_PARTITION_NAME = {
.sqlstate = "HY000",
.str_error = "Incorrect partition name",
.str_user_error = "Incorrect partition name '%.*s'",
.oracle_errno = 600,
.oracle_str_error = "ORA-00600: internal error code, arguments: -11002, Incorrect partition name",
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -11002, Incorrect partition name '%.*s'"
.oracle_errno = 20000,
.oracle_str_error = "ORA-20000: invalid partition name",
.oracle_str_user_error = "ORA-20000: '%.*s' invalid partition name"
};
static const _error _error_OB_ERR_PLUGIN_IS_NOT_LOADED = {
.error_name = "OB_ERR_PLUGIN_IS_NOT_LOADED",