fix drop column retry when switch tablet leader

This commit is contained in:
Charles0429
2022-11-08 07:06:26 +00:00
committed by wangzelin.wzl
parent c36622e1c8
commit 5a7d53fa60
4 changed files with 22 additions and 5 deletions

View File

@ -576,6 +576,7 @@ class EventTable
EN_DDL_COMPACT_FAIL = 513,
EN_DDL_RELEASE_DDL_KV_FAIL = 514,
EN_DDL_REPORT_CHECKSUM_FAIL = 515,
EN_DDL_REPORT_REPLICA_BUILD_STATUS_FAIL = 516,
// 600-700 For PX use
EN_PX_SQC_EXECUTE_FAILED = 600,