add mlog special column_id
This commit is contained in:
9
deps/oblib/src/lib/ob_define.h
vendored
9
deps/oblib/src/lib/ob_define.h
vendored
@ -608,6 +608,15 @@ const int64_t OB_END_RESERVED_COLUMN_ID_NUM = 16;
|
||||
const uint64_t OB_APP_MIN_COLUMN_ID = 16;
|
||||
const uint64_t OB_ACTION_FLAG_COLUMN_ID = OB_ALL_MAX_COLUMN_ID
|
||||
- OB_END_RESERVED_COLUMN_ID_NUM + 1; /* 65520 */
|
||||
const uint64_t OB_MLOG_SEQ_NO_COLUMN_ID = OB_ALL_MAX_COLUMN_ID
|
||||
- OB_END_RESERVED_COLUMN_ID_NUM + 2; /* 65521 */
|
||||
const uint64_t OB_MLOG_DML_TYPE_COLUMN_ID = OB_ALL_MAX_COLUMN_ID
|
||||
- OB_END_RESERVED_COLUMN_ID_NUM + 3; /* 65522 */
|
||||
const uint64_t OB_MLOG_OLD_NEW_COLUMN_ID = OB_ALL_MAX_COLUMN_ID
|
||||
- OB_END_RESERVED_COLUMN_ID_NUM + 4; /* 65523 */
|
||||
const uint64_t OB_MLOG_ROWID_COLUMN_ID = OB_ALL_MAX_COLUMN_ID
|
||||
- OB_END_RESERVED_COLUMN_ID_NUM + 5; /* 65524 */
|
||||
|
||||
const uint64_t OB_MAX_TMP_COLUMN_ID = OB_ALL_MAX_COLUMN_ID
|
||||
- OB_END_RESERVED_COLUMN_ID_NUM;
|
||||
const int32_t OB_COUNT_AGG_PD_COLUMN_ID = INT32_MAX - 1;
|
||||
|
Reference in New Issue
Block a user