mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
make versioning plugin more clearly a test-only thing
rename to test_versioning set maturity to experimental
This commit is contained in:
committed by
Aleksey Midenkov
parent
07b1a77430
commit
d20d7a92c0
@ -189,7 +189,7 @@ maria_declare_plugin(versioning)
|
||||
{
|
||||
MYSQL_REPLICATION_PLUGIN, // initialized after MYSQL_STORAGE_ENGINE_PLUGIN
|
||||
&versioning_plugin,
|
||||
"versioning",
|
||||
"test_versioning",
|
||||
"MariaDB Corp",
|
||||
"System Vesioning testing features",
|
||||
PLUGIN_LICENSE_GPL,
|
||||
@ -199,6 +199,6 @@ maria_declare_plugin(versioning)
|
||||
NULL, /* status variables */
|
||||
NULL, /* system variables */
|
||||
"1.0", /* string version */
|
||||
MariaDB_PLUGIN_MATURITY_STABLE /* maturity */
|
||||
MariaDB_PLUGIN_MATURITY_EXPERIMENTAL
|
||||
}
|
||||
maria_declare_plugin_end;
|
||||
|
Reference in New Issue
Block a user