[FEAT MERGE] MySQL lock functions and DMBS_LOCK.RELEASE

This commit is contained in:
YangEfei
2024-04-16 17:16:58 +00:00
committed by ob-robot
parent 0d6f3a8316
commit 7a78d20312
105 changed files with 8447 additions and 2566 deletions

View File

@ -7624,10 +7624,10 @@ static const _error _error_OB_ERR_QUERY_INTERRUPTED = {
.mysql_errno = ER_QUERY_INTERRUPTED,
.sqlstate = "70100",
.str_error = "Query execution was interrupted",
.str_user_error = "Query execution was interrupted",
.str_user_error = "Query execution was interrupted, %s",
.oracle_errno = 600,
.oracle_str_error = "ORA-00600: internal error code, arguments: -5065, Query execution was interrupted",
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -5065, Query execution was interrupted"
.oracle_str_user_error = "ORA-00600: internal error code, arguments: -5065, Query execution was interrupted, %s"
};
static const _error _error_OB_ERR_SESSION_INTERRUPTED = {
.error_name = "OB_ERR_SESSION_INTERRUPTED",