[FEAT MERGE][CP]optimizer stats enhancement

This commit is contained in:
wangt1xiuyi
2024-02-07 16:56:28 +00:00
committed by ob-robot
parent 540f23b2d3
commit 15307ef94e
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",