Commit d20d7a92 authored by Sergei Golubchik's avatar Sergei Golubchik Committed by Aleksey Midenkov

make versioning plugin more clearly a test-only thing

rename to test_versioning
set maturity to experimental
parent 07b1a774
--system-versioning-transaction-registry=1 --system-versioning-transaction-registry=1
--plugin-load=versioning --plugin-load-add=test_versioning
...@@ -13,5 +13,5 @@ ...@@ -13,5 +13,5 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
MYSQL_ADD_PLUGIN(versioning versioning.cc RECOMPILE_FOR_EMBEDDED MYSQL_ADD_PLUGIN(test_versioning versioning.cc RECOMPILE_FOR_EMBEDDED
MODULE_ONLY MODULE_OUTPUT_NAME "versioning" COMPONENT Test) MODULE_ONLY COMPONENT Test)
...@@ -189,7 +189,7 @@ maria_declare_plugin(versioning) ...@@ -189,7 +189,7 @@ maria_declare_plugin(versioning)
{ {
MYSQL_REPLICATION_PLUGIN, // initialized after MYSQL_STORAGE_ENGINE_PLUGIN MYSQL_REPLICATION_PLUGIN, // initialized after MYSQL_STORAGE_ENGINE_PLUGIN
&versioning_plugin, &versioning_plugin,
"versioning", "test_versioning",
"MariaDB Corp", "MariaDB Corp",
"System Vesioning testing features", "System Vesioning testing features",
PLUGIN_LICENSE_GPL, PLUGIN_LICENSE_GPL,
...@@ -199,6 +199,6 @@ maria_declare_plugin(versioning) ...@@ -199,6 +199,6 @@ maria_declare_plugin(versioning)
NULL, /* status variables */ NULL, /* status variables */
NULL, /* system variables */ NULL, /* system variables */
"1.0", /* string version */ "1.0", /* string version */
MariaDB_PLUGIN_MATURITY_STABLE /* maturity */ MariaDB_PLUGIN_MATURITY_EXPERIMENTAL
} }
maria_declare_plugin_end; maria_declare_plugin_end;
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