File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ PLUGIN_TYPE FUNCTION
2525PLUGIN_AUTHOR Stefano Petrilli
2626PLUGIN_DESCRIPTION Function UUID_v4()
2727PLUGIN_LICENSE GPL
28- PLUGIN_MATURITY Experimental
29- PLUGIN_AUTH_VERSION 1.0
28+ PLUGIN_MATURITY Stable
29+ PLUGIN_AUTH_VERSION 1.0.1
3030# End of 11.7 tests
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ PLUGIN_TYPE FUNCTION
2828PLUGIN_AUTHOR Stefano Petrilli
2929PLUGIN_DESCRIPTION Function UUID_v7()
3030PLUGIN_LICENSE GPL
31- PLUGIN_MATURITY Experimental
32- PLUGIN_AUTH_VERSION 1.0
31+ PLUGIN_MATURITY Stable
32+ PLUGIN_AUTH_VERSION 1.0.1
3333#
3434# End of 11.7 tests
3535#
Original file line number Diff line number Diff line change @@ -284,8 +284,8 @@ maria_declare_plugin(type_uuid)
284284 0x0100 , // Numeric version 0xAABB means AA.BB version
285285 NULL , // Status variables
286286 NULL , // System variables
287- " 1.0" , // String version representation
288- MariaDB_PLUGIN_MATURITY_EXPERIMENTAL // Maturity(see include/mysql/plugin.h)*/
287+ " 1.0.1 " , // String version representation
288+ MariaDB_PLUGIN_MATURITY_STABLE // Maturity(see include/mysql/plugin.h)*/
289289},
290290{
291291 MariaDB_FUNCTION_PLUGIN, // the plugin type (see include/mysql/plugin.h)
@@ -299,7 +299,7 @@ maria_declare_plugin(type_uuid)
299299 0x0100 , // Numeric version 0xAABB means AA.BB version
300300 NULL , // Status variables
301301 NULL , // System variables
302- " 1.0" , // String version representation
303- MariaDB_PLUGIN_MATURITY_EXPERIMENTAL // Maturity(see include/mysql/plugin.h)*/
302+ " 1.0.1 " , // String version representation
303+ MariaDB_PLUGIN_MATURITY_STABLE // Maturity(see include/mysql/plugin.h)*/
304304}
305305maria_declare_plugin_end;
You can’t perform that action at this time.
0 commit comments