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
make columnstore to load in enterprise
.cnf file overwriting plugin-maturity must be lexicographically after mariadb-enterprise.cnf also set the maturity correctly without relying on supermodule doing it
This commit is contained in:
committed by
Patrick LeBlanc
parent
9a462c3b96
commit
87055f42f6
@ -28,7 +28,7 @@
|
||||
#include "ha_mcs_version.h"
|
||||
|
||||
#ifndef COLUMNSTORE_MATURITY
|
||||
#define COLUMNSTORE_MATURITY MariaDB_PLUGIN_MATURITY_STABLE
|
||||
#define COLUMNSTORE_MATURITY MariaDB_PLUGIN_MATURITY_BETA
|
||||
#endif
|
||||
|
||||
#define CACHE_PREFIX "#cache#"
|
||||
|
Reference in New Issue
Block a user