You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-739 Add command to get the system catalog
Added to DBRM master for use with the the new API so that it can get the system catalog via the wire protocol.
This commit is contained in:
@ -180,6 +180,7 @@ private:
|
||||
/* SessionManager interface */
|
||||
SessionManagerServer sm;
|
||||
void doVerID(messageqcpp::ByteStream &msg, ThreadParams *p);
|
||||
void doGetSystemCatalog(messageqcpp::ByteStream &msg, ThreadParams *p);
|
||||
void doSysCatVerID(messageqcpp::ByteStream &msg, ThreadParams *p);
|
||||
void doNewTxnID(messageqcpp::ByteStream &msg, ThreadParams *p);
|
||||
void doCommitted(messageqcpp::ByteStream &msg, ThreadParams *p);
|
||||
|
Reference in New Issue
Block a user