并行comment,create index,update index status占位

This commit is contained in:
obdev
2023-10-08 05:19:13 +00:00
committed by ob-robot
parent 3a53a819ea
commit 4a453314ef

View File

@ -231,6 +231,9 @@ PCODE_DEF(OB_ALTER_ROLE, 0x272)
PCODE_DEF(OB_SUBMIT_BUILD_INDEX_TASK, 0x274)
PCODE_DEF(OB_FETCH_SSTABLE_SIZE, 0x275)
PCODE_DEF(OB_PARALLEL_CREATE_TABLE, 0x276)
PCODE_DEF(OB_SET_COMMENT, 0x277)
PCODE_DEF(OB_PARALLEL_CREATE_INDEX, 0x278)
PCODE_DEF(OB_UPDATE_INDEX_STATUS, 0x279)
// system admin command
PCODE_DEF(OB_ADMIN_SWITCH_REPLICA_ROLE, 0x280)