Commit 31584c8b authored by Sergei Petrunia's avatar Sergei Petrunia

Set MyRocks plugin version to Stable

parent 36043c58
...@@ -1473,7 +1473,7 @@ struct Rdb_inplace_alter_ctx : public my_core::inplace_alter_handler_ctx { ...@@ -1473,7 +1473,7 @@ struct Rdb_inplace_alter_ctx : public my_core::inplace_alter_handler_ctx {
// file name indicating RocksDB data corruption // file name indicating RocksDB data corruption
std::string rdb_corruption_marker_file_name(); std::string rdb_corruption_marker_file_name();
const int MYROCKS_MARIADB_PLUGIN_MATURITY_LEVEL= MariaDB_PLUGIN_MATURITY_GAMMA; const int MYROCKS_MARIADB_PLUGIN_MATURITY_LEVEL= MariaDB_PLUGIN_MATURITY_STABLE;
extern bool prevent_myrocks_loading; extern bool prevent_myrocks_loading;
......
...@@ -69,19 +69,19 @@ set global rocksdb_strict_collation_check=@tmp_rscc; ...@@ -69,19 +69,19 @@ set global rocksdb_strict_collation_check=@tmp_rscc;
# #
select plugin_name, plugin_maturity from information_schema.plugins where plugin_name like '%rocksdb%'; select plugin_name, plugin_maturity from information_schema.plugins where plugin_name like '%rocksdb%';
plugin_name plugin_maturity plugin_name plugin_maturity
ROCKSDB Gamma ROCKSDB Stable
ROCKSDB_CFSTATS Gamma ROCKSDB_CFSTATS Stable
ROCKSDB_DBSTATS Gamma ROCKSDB_DBSTATS Stable
ROCKSDB_PERF_CONTEXT Gamma ROCKSDB_PERF_CONTEXT Stable
ROCKSDB_PERF_CONTEXT_GLOBAL Gamma ROCKSDB_PERF_CONTEXT_GLOBAL Stable
ROCKSDB_CF_OPTIONS Gamma ROCKSDB_CF_OPTIONS Stable
ROCKSDB_COMPACTION_STATS Gamma ROCKSDB_COMPACTION_STATS Stable
ROCKSDB_GLOBAL_INFO Gamma ROCKSDB_GLOBAL_INFO Stable
ROCKSDB_DDL Gamma ROCKSDB_DDL Stable
ROCKSDB_INDEX_FILE_MAP Gamma ROCKSDB_INDEX_FILE_MAP Stable
ROCKSDB_LOCKS Gamma ROCKSDB_LOCKS Stable
ROCKSDB_TRX Gamma ROCKSDB_TRX Stable
ROCKSDB_DEADLOCK Gamma ROCKSDB_DEADLOCK Stable
# #
# MDEV-12466 : Assertion `thd->transaction.stmt.is_empty() || thd->in_sub_stmt || ... # MDEV-12466 : Assertion `thd->transaction.stmt.is_empty() || thd->in_sub_stmt || ...
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment