1
0
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:
Andrew Hutchings
2017-06-16 12:22:53 +01:00
parent cb52f1a712
commit 7501cfc1f0
3 changed files with 96 additions and 0 deletions

View File

@ -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;