From d48e962395f45c95825153d6aacb6c9d00e3cc13 Mon Sep 17 00:00:00 2001 From: obdev Date: Thu, 8 Feb 2024 17:08:20 +0000 Subject: [PATCH] [TABLELOCK] add placeholder of error codes for table lock splitting --- src/share/ob_errno.def | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/share/ob_errno.def b/src/share/ob_errno.def index 6c979bee44..11145ded8c 100755 --- a/src/share/ob_errno.def +++ b/src/share/ob_errno.def @@ -1784,6 +1784,9 @@ DEFINE_ERROR(OB_CLOG_SLIDE_TIMEOUT, -6322, -1, "HY000", "ob clog slide timeout") DEFINE_ERROR(OB_LOG_REPLAY_ERROR, -6323, -1, "HY000", "log replay error"); DEFINE_ERROR(OB_TRY_LOCK_CONFIG_CHANGE_CONFLICT, -6324, -1, "HY000", "ob trying to lock config change conflicts"); DEFINE_ERROR(OB_CLOG_DISK_HANG, -6325, -1, "HY000", "ob clog disk hang"); +// 6326: OB_TABLE_LOCK_SPLIT_TWICE +// 6327: OB_TABLE_LOCK_IS_SPLITTING +// 6328: OB_TABLE_LOCK_SPLIT_FAIL // for freeze // DEFINE_ERROR(OB_TABLET_FREEZE_TIMEOUT, -6400, -1, "HY000", "tablet_freeze timeout");