From 78b188ada3ba18f3af2bfed3616708ed4d199434 Mon Sep 17 00:00:00 2001 From: David Hall Date: Thu, 29 Oct 2020 12:29:10 -0500 Subject: [PATCH] MCOL-4329 dev change gamma to stable --- dbcon/mysql/ha_mcs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbcon/mysql/ha_mcs.cpp b/dbcon/mysql/ha_mcs.cpp index 2cdabd2ec..d615efae6 100644 --- a/dbcon/mysql/ha_mcs.cpp +++ b/dbcon/mysql/ha_mcs.cpp @@ -28,7 +28,7 @@ #include "ha_mcs_version.h" #ifndef COLUMNSTORE_MATURITY -#define COLUMNSTORE_MATURITY MariaDB_PLUGIN_MATURITY_GAMMA +#define COLUMNSTORE_MATURITY MariaDB_PLUGIN_MATURITY_STABLE #endif #define CACHE_PREFIX "#cache#"