Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
31584c8b
Commit
31584c8b
authored
May 21, 2018
by
Sergei Petrunia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set MyRocks plugin version to Stable
parent
36043c58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
storage/rocksdb/ha_rocksdb.h
storage/rocksdb/ha_rocksdb.h
+1
-1
storage/rocksdb/mysql-test/rocksdb/r/mariadb_port_fixes.result
...ge/rocksdb/mysql-test/rocksdb/r/mariadb_port_fixes.result
+13
-13
No files found.
storage/rocksdb/ha_rocksdb.h
View file @
31584c8b
...
...
@@ -1473,7 +1473,7 @@ struct Rdb_inplace_alter_ctx : public my_core::inplace_alter_handler_ctx {
// file name indicating RocksDB data corruption
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
;
...
...
storage/rocksdb/mysql-test/rocksdb/r/mariadb_port_fixes.result
View file @
31584c8b
...
...
@@ -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%';
plugin_name plugin_maturity
ROCKSDB
Gamma
ROCKSDB_CFSTATS
Gamma
ROCKSDB_DBSTATS
Gamma
ROCKSDB_PERF_CONTEXT
Gamma
ROCKSDB_PERF_CONTEXT_GLOBAL
Gamma
ROCKSDB_CF_OPTIONS
Gamma
ROCKSDB_COMPACTION_STATS
Gamma
ROCKSDB_GLOBAL_INFO
Gamma
ROCKSDB_DDL
Gamma
ROCKSDB_INDEX_FILE_MAP
Gamma
ROCKSDB_LOCKS
Gamma
ROCKSDB_TRX
Gamma
ROCKSDB_DEADLOCK
Gamma
ROCKSDB
Stable
ROCKSDB_CFSTATS
Stable
ROCKSDB_DBSTATS
Stable
ROCKSDB_PERF_CONTEXT
Stable
ROCKSDB_PERF_CONTEXT_GLOBAL
Stable
ROCKSDB_CF_OPTIONS
Stable
ROCKSDB_COMPACTION_STATS
Stable
ROCKSDB_GLOBAL_INFO
Stable
ROCKSDB_DDL
Stable
ROCKSDB_INDEX_FILE_MAP
Stable
ROCKSDB_LOCKS
Stable
ROCKSDB_TRX
Stable
ROCKSDB_DEADLOCK
Stable
#
# MDEV-12466 : Assertion `thd->transaction.stmt.is_empty() || thd->in_sub_stmt || ...
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment