You've already forked mariadb-columnstore-engine
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user