1
0
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:
Andrew Hutchings
2017-06-06 14:17:23 +01:00
parent ba7825cce6
commit ab9e0a509d
3 changed files with 63 additions and 0 deletions

View File

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