1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Add status variables to show ColumnStore version and commit hash.

This commit is contained in:
Gagan Goel
2019-10-08 15:20:12 -04:00
parent 1af0248ae5
commit 594ee22999
5 changed files with 26 additions and 7 deletions

View File

@ -23,6 +23,9 @@
#include "idb_mysql.h"
extern st_mysql_sys_var* mcs_system_variables[];
extern st_mysql_show_var mcs_status_variables[];
extern char cs_version[];
extern char cs_commit_hash[];
// compression_type
enum mcs_compression_type_t {