add tx_op column for __all_virtual_tx_data
This commit is contained in:
1
deps/oblib/src/lib/ob_define.h
vendored
1
deps/oblib/src/lib/ob_define.h
vendored
@ -1891,6 +1891,7 @@ const int64_t MAX_MEMSTORE_CNT_IN_STORAGE = MAX_FROZEN_MEMSTORE_CNT_IN_STORAGE +
|
||||
const int64_t MAX_TX_DATA_TABLE_STATE_LENGTH = 20;
|
||||
const int64_t MAX_TX_DATA_STATE_LENGTH = 16;
|
||||
const int64_t MAX_UNDO_LIST_CHAR_LENGTH = 4096;
|
||||
const int64_t MAX_TX_OP_CHAR_LENGTH = 4096;
|
||||
const int64_t MAX_TABLE_CNT_IN_STORAGE = MAX_SSTABLE_CNT_IN_STORAGE + MAX_MEMSTORE_CNT;
|
||||
const int64_t OB_MAX_PARTITION_NUM_MYSQL = 8192;
|
||||
const int64_t OB_MAX_PARTITION_NUM_ORACLE = 65536;
|
||||
|
||||
Reference in New Issue
Block a user