[CP] Support sequence currval session sync via obproxy

This commit is contained in:
hezuojiao
2023-05-10 14:09:18 +00:00
committed by ob-robot
parent 691277a794
commit ed4922aca0
4 changed files with 191 additions and 2 deletions

View File

@ -700,6 +700,12 @@ public:
{
return seq_schema_;
}
uint64_t get_sequence_id() const {
return seq_schema_.get_sequence_id();
}
uint64_t get_tenant_id() const {
return seq_schema_.get_tenant_id();
}
common::ObBitSet<> &get_option_bitset()
{
return option_bitset_;