You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-27 21:01:50 +03:00
MCOL-769 Add command to get the uncommitted lbids
We need this to be able to commit them
This commit is contained in:
@ -193,6 +193,8 @@ private:
|
||||
void doSetSystemState(messageqcpp::ByteStream &msg, ThreadParams *p);
|
||||
void doClearSystemState(messageqcpp::ByteStream &msg, ThreadParams *p);
|
||||
void doSessionManagerReset(messageqcpp::ByteStream &msg, ThreadParams *p);
|
||||
void doGetUncommittedLbids(messageqcpp::ByteStream &msg, ThreadParams *p);
|
||||
|
||||
|
||||
/* OID Manager interface */
|
||||
OIDServer oids;
|
||||
|
Reference in New Issue
Block a user