mirror of
https://github.com/MariaDB/server.git
synced 2025-05-31 08:42:45 +03:00
make versioning plugin more clearly a test-only thing
rename to test_versioning set maturity to experimental
This commit is contained in:
parent
07b1a77430
commit
d20d7a92c0
@ -1,2 +1,2 @@
|
|||||||
--system-versioning-transaction-registry=1
|
--system-versioning-transaction-registry=1
|
||||||
--plugin-load=versioning
|
--plugin-load-add=test_versioning
|
||||||
|
@ -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)
|
|||||||
{
|
{
|
||||||
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)
|
|||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user