fix some spelling errors.
This commit is contained in:
@ -2655,11 +2655,11 @@ static const _error _error_OB_TRACE_DESC_NOT_EXIST = {
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = -1,
|
||||
.sqlstate = "HY000",
|
||||
.str_error = "trace log title or key not exist describle",
|
||||
.str_user_error = "trace log title or key not exist describle",
|
||||
.str_error = "trace log title or key not exist describe",
|
||||
.str_user_error = "trace log title or key not exist describe",
|
||||
.oracle_errno = 600,
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -4255, trace log title or key not exist describle",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4255, trace log title or key not exist describle"
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -4255, trace log title or key not exist describe",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4255, trace log title or key not exist describe"
|
||||
};
|
||||
static const _error _error_OB_ERR_NO_DEFAULT = {
|
||||
.error_name = "OB_ERR_NO_DEFAULT",
|
||||
@ -4227,11 +4227,11 @@ static const _error _error_OB_ERR_TOO_MUCH_TIME = {
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = -1,
|
||||
.sqlstate = "HY000",
|
||||
.str_error = "Porcessing time is too long",
|
||||
.str_user_error = "Porcessing time is too long",
|
||||
.str_error = "Processing time is too long",
|
||||
.str_user_error = "Processing time is too long",
|
||||
.oracle_errno = 600,
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -4389, Porcessing time is too long",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4389, Porcessing time is too long"
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -4389, Processing time is too long",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4389, Processing time is too long"
|
||||
};
|
||||
static const _error _error_OB_ERR_REMOTE_SCHEMA_NOT_FULL = {
|
||||
.error_name = "OB_ERR_REMOTE_SCHEMA_NOT_FULL",
|
||||
@ -4311,11 +4311,11 @@ static const _error _error_OB_ERR_THREAD_PANIC = {
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = -1,
|
||||
.sqlstate = "HY000",
|
||||
.str_error = "Worker thread pannic, thread may be terminated or hung",
|
||||
.str_user_error = "Worker thread pannic, thread may be terminated or hung",
|
||||
.str_error = "Worker thread panic, thread may be terminated or hung",
|
||||
.str_user_error = "Worker thread panic, thread may be terminated or hung",
|
||||
.oracle_errno = 600,
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -4396, Worker thread pannic, thread may be terminated or hung",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4396, Worker thread pannic, thread may be terminated or hung"
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -4396, Worker thread panic, thread may be terminated or hung",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4396, Worker thread panic, thread may be terminated or hung"
|
||||
};
|
||||
static const _error _error_OB_ENCODING_EST_SIZE_OVERFLOW = {
|
||||
.error_name = "OB_ENCODING_EST_SIZE_OVERFLOW",
|
||||
@ -5151,11 +5151,11 @@ static const _error _error_OB_DIFFERENT_PRIMARY_ZONE = {
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = -1,
|
||||
.sqlstate = "HY000",
|
||||
.str_error = "table schema primary zone different with other table in sampe tablegroup",
|
||||
.str_user_error = "table schema primary zone different with other table in sampe tablegroup",
|
||||
.str_error = "table schema primary zone different with other table in same tablegroup",
|
||||
.str_user_error = "table schema primary zone different with other table in same tablegroup",
|
||||
.oracle_errno = 600,
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -4636, table schema primary zone different with other table in sampe tablegroup",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4636, table schema primary zone different with other table in sampe tablegroup"
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -4636, table schema primary zone different with other table in same tablegroup",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4636, table schema primary zone different with other table in same tablegroup"
|
||||
};
|
||||
static const _error _error_OB_SERVER_NOT_ACTIVE = {
|
||||
.error_name = "OB_SERVER_NOT_ACTIVE",
|
||||
@ -6579,11 +6579,11 @@ static const _error _error_OB_ERR_ROOTSERVICE_THREAD_HUNG = {
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = -1,
|
||||
.sqlstate = "HY000",
|
||||
.str_error = "rootservice backgroud thread may be hung",
|
||||
.str_user_error = "rootservice backgroud thread may be hung",
|
||||
.str_error = "rootservice background thread may be hung",
|
||||
.str_user_error = "rootservice background thread may be hung",
|
||||
.oracle_errno = 600,
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -4755, rootservice backgroud thread may be hung",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4755, rootservice backgroud thread may be hung"
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -4755, rootservice background thread may be hung",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -4755, rootservice background thread may be hung"
|
||||
};
|
||||
static const _error _error_OB_MIGRATE_NOT_COMPATIBLE = {
|
||||
.error_name = "OB_MIGRATE_NOT_COMPATIBLE",
|
||||
@ -7792,10 +7792,10 @@ static const _error _error_OB_INVALID_ARGUMENT_FOR_USEC_TO_TIME = {
|
||||
.mysql_errno = -1,
|
||||
.sqlstate = "42000",
|
||||
.str_error = "Invalid argument for usec_to_time()",
|
||||
.str_user_error = "USEC_TO_TIME expected a interger number as usec argument",
|
||||
.str_user_error = "USEC_TO_TIME expected a integer number as usec argument",
|
||||
.oracle_errno = 600,
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -5111, Invalid argument for usec_to_time()",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -5111, USEC_TO_TIME expected a interger number as usec argument"
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -5111, USEC_TO_TIME expected a integer number as usec argument"
|
||||
};
|
||||
static const _error _error_OB_ERR_USER_VARIABLE_UNKNOWN = {
|
||||
.error_name = "OB_ERR_USER_VARIABLE_UNKNOWN",
|
||||
@ -11428,10 +11428,10 @@ static const _error _error_OB_INVALID_ARGUMENT_FOR_SCN_TO_TIMESTAMP = {
|
||||
.mysql_errno = -1,
|
||||
.sqlstate = "42000",
|
||||
.str_error = "Invalid argument for scn_to_timestamp()",
|
||||
.str_user_error = "SCN_TO_TIMESTAMP expected a interger number as nsec argument",
|
||||
.str_user_error = "SCN_TO_TIMESTAMP expected a integer number as nsec argument",
|
||||
.oracle_errno = 600,
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -5437, Invalid argument for scn_to_timestamp()",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -5437, SCN_TO_TIMESTAMP expected a interger number as nsec argument"
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -5437, SCN_TO_TIMESTAMP expected a integer number as nsec argument"
|
||||
};
|
||||
static const _error _error_OB_EER_WINDOW_NO_CHILD_PARTITIONING = {
|
||||
.error_name = "OB_EER_WINDOW_NO_CHILD_PARTITIONING",
|
||||
@ -15726,8 +15726,8 @@ static const _error _error_OB_ERR_LOGIN_DENIED = {
|
||||
.str_error = "invalid username/password; logon denied",
|
||||
.str_user_error = "invalid username/password; logon denied",
|
||||
.oracle_errno = 1017,
|
||||
.oracle_str_error = "ORA-01017: invalid username/password; logon deniedd",
|
||||
.oracle_str_user_error = "ORA-01017: invalid username/password; logon deniedd"
|
||||
.oracle_str_error = "ORA-01017: invalid username/password; logon denied",
|
||||
.oracle_str_user_error = "ORA-01017: invalid username/password; logon denied"
|
||||
};
|
||||
static const _error _error_OB_ERR_NOT_LOGGED_ON = {
|
||||
.error_name = "OB_ERR_NOT_LOGGED_ON",
|
||||
@ -16290,8 +16290,8 @@ static const _error _error_OB_ERR_MISSING_OR_INVALID_PRIVIEGE = {
|
||||
.str_error = "missing or invalid privilege",
|
||||
.str_user_error = "missing or invalid privilege",
|
||||
.oracle_errno = 990,
|
||||
.oracle_str_error = "ORA-00990: missing or invalide privilege",
|
||||
.oracle_str_user_error = "ORA-00990: missing or invalide privilege"
|
||||
.oracle_str_error = "ORA-00990: missing or invalid privilege",
|
||||
.oracle_str_user_error = "ORA-00990: missing or invalid privilege"
|
||||
};
|
||||
static const _error _error_OB_ERR_INVALID_VIRTUAL_COLUMN_TYPE = {
|
||||
.error_name = "OB_ERR_INVALID_VIRTUAL_COLUMN_TYPE",
|
||||
@ -16833,17 +16833,17 @@ static const _error _error_OB_ERR_UNSUPPORTED_CHARACTER_SET = {
|
||||
.oracle_str_error = "ORA-01482: unsupported character set",
|
||||
.oracle_str_user_error = "ORA-01482: unsupported character set"
|
||||
};
|
||||
static const _error _error_OB_ERR_MUST_BE_FOLLOWED_BY_FOUR_HEXDECIMAL_CHARACTERS_OR_ANOTHER = {
|
||||
.error_name = "OB_ERR_MUST_BE_FOLLOWED_BY_FOUR_HEXDECIMAL_CHARACTERS_OR_ANOTHER",
|
||||
static const _error _error_OB_ERR_MUST_BE_FOLLOWED_BY_FOUR_HEXADECIMAL_CHARACTERS_OR_ANOTHER = {
|
||||
.error_name = "OB_ERR_MUST_BE_FOLLOWED_BY_FOUR_HEXADECIMAL_CHARACTERS_OR_ANOTHER",
|
||||
.error_cause = "Internal Error",
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = -1,
|
||||
.sqlstate = "HY000",
|
||||
.str_error = "'\\' must be followed by four hexdecimal characters or another '\\'",
|
||||
.str_user_error = "'\\' must be followed by four hexdecimal characters or another '\\'",
|
||||
.str_error = "'\\' must be followed by four hexadecimal characters or another '\\'",
|
||||
.str_user_error = "'\\' must be followed by four hexadecimal characters or another '\\'",
|
||||
.oracle_errno = 30186,
|
||||
.oracle_str_error = "ORA-30186: '\\' must be followed by four hexdecimal characters or another '\\'",
|
||||
.oracle_str_user_error = "ORA-30186: '\\' must be followed by four hexdecimal characters or another '\\'"
|
||||
.oracle_str_error = "ORA-30186: '\\' must be followed by four hexadecimal characters or another '\\'",
|
||||
.oracle_str_user_error = "ORA-30186: '\\' must be followed by four hexadecimal characters or another '\\'"
|
||||
};
|
||||
static const _error _error_OB_ERR_PARAMETER_TOO_LONG = {
|
||||
.error_name = "OB_ERR_PARAMETER_TOO_LONG",
|
||||
@ -21045,17 +21045,17 @@ static const _error _error_OB_AGENT_HAS_FAILED_TASK = {
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -9018, agent has failed task",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -9018, agent has failed task"
|
||||
};
|
||||
static const _error _error_OB_RESTORE_PARTITION_IS_COMPELETE = {
|
||||
.error_name = "OB_RESTORE_PARTITION_IS_COMPELETE",
|
||||
static const _error _error_OB_RESTORE_PARTITION_IS_COMPLETE = {
|
||||
.error_name = "OB_RESTORE_PARTITION_IS_COMPLETE",
|
||||
.error_cause = "Internal Error",
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = -1,
|
||||
.sqlstate = "HY000",
|
||||
.str_error = "restore partition is compelete",
|
||||
.str_user_error = "restore partition is compelete",
|
||||
.str_error = "restore partition is complete",
|
||||
.str_user_error = "restore partition is complete",
|
||||
.oracle_errno = 600,
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -9019, restore partition is compelete",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -9019, restore partition is compelete"
|
||||
.oracle_str_error = "ORA-00600: internal error code, arguments: -9019, restore partition is complete",
|
||||
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -9019, restore partition is complete"
|
||||
};
|
||||
static const _error _error_OB_RESTORE_PARTITION_TWICE = {
|
||||
.error_name = "OB_RESTORE_PARTITION_TWICE",
|
||||
@ -26425,7 +26425,7 @@ struct ObStrErrorInit
|
||||
_errors[-OB_ERR_DBMS_STATS_PL] = &_error_OB_ERR_DBMS_STATS_PL;
|
||||
_errors[-OB_ERR_INCORRECT_VALUE_FOR_FUNCTION] = &_error_OB_ERR_INCORRECT_VALUE_FOR_FUNCTION;
|
||||
_errors[-OB_ERR_UNSUPPORTED_CHARACTER_SET] = &_error_OB_ERR_UNSUPPORTED_CHARACTER_SET;
|
||||
_errors[-OB_ERR_MUST_BE_FOLLOWED_BY_FOUR_HEXDECIMAL_CHARACTERS_OR_ANOTHER] = &_error_OB_ERR_MUST_BE_FOLLOWED_BY_FOUR_HEXDECIMAL_CHARACTERS_OR_ANOTHER;
|
||||
_errors[-OB_ERR_MUST_BE_FOLLOWED_BY_FOUR_HEXADECIMAL_CHARACTERS_OR_ANOTHER] = &_error_OB_ERR_MUST_BE_FOLLOWED_BY_FOUR_HEXADECIMAL_CHARACTERS_OR_ANOTHER;
|
||||
_errors[-OB_ERR_PARAMETER_TOO_LONG] = &_error_OB_ERR_PARAMETER_TOO_LONG;
|
||||
_errors[-OB_ERR_INVALID_PLSQL_CCFLAGS] = &_error_OB_ERR_INVALID_PLSQL_CCFLAGS;
|
||||
_errors[-OB_ERR_REF_MUTUALLY_DEP] = &_error_OB_ERR_REF_MUTUALLY_DEP;
|
||||
@ -26776,7 +26776,7 @@ struct ObStrErrorInit
|
||||
_errors[-OB_CLUSTER_NAME_NOT_EQUAL] = &_error_OB_CLUSTER_NAME_NOT_EQUAL;
|
||||
_errors[-OB_RS_LIST_INVAILD] = &_error_OB_RS_LIST_INVAILD;
|
||||
_errors[-OB_AGENT_HAS_FAILED_TASK] = &_error_OB_AGENT_HAS_FAILED_TASK;
|
||||
_errors[-OB_RESTORE_PARTITION_IS_COMPELETE] = &_error_OB_RESTORE_PARTITION_IS_COMPELETE;
|
||||
_errors[-OB_RESTORE_PARTITION_IS_COMPLETE] = &_error_OB_RESTORE_PARTITION_IS_COMPLETE;
|
||||
_errors[-OB_RESTORE_PARTITION_TWICE] = &_error_OB_RESTORE_PARTITION_TWICE;
|
||||
_errors[-OB_STOP_DROP_SCHEMA] = &_error_OB_STOP_DROP_SCHEMA;
|
||||
_errors[-OB_CANNOT_START_LOG_ARCHIVE_BACKUP] = &_error_OB_CANNOT_START_LOG_ARCHIVE_BACKUP;
|
||||
|
||||
Reference in New Issue
Block a user