12.1 branch

This commit is contained in:
Sergei Golubchik 2025-04-28 10:20:54 +02:00
parent 00a9afb581
commit 72b666b837
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
MYSQL_VERSION_MAJOR=12 MYSQL_VERSION_MAJOR=12
MYSQL_VERSION_MINOR=0 MYSQL_VERSION_MINOR=1
MYSQL_VERSION_PATCH=1 MYSQL_VERSION_PATCH=0
SERVER_MATURITY=gamma SERVER_MATURITY=alpha

View File

@ -110,7 +110,7 @@ expire_logs_days = 10
# you can put MariaDB-only options here # you can put MariaDB-only options here
[mariadbd] [mariadbd]
# This group is only read by MariaDB-12.0 servers. # This group is only read by MariaDB-12.1 servers.
# If you use the same .cnf file for MariaDB of different versions, # If you use the same .cnf file for MariaDB of different versions,
# use this group for options that older servers don't understand # use this group for options that older servers don't understand
[mariadb-12.0] [mariadb-12.1]

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
mariadb (1:12.0.0) unstable; urgency=medium mariadb (1:12.1.0) unstable; urgency=medium
* Initial Release * Initial Release
-- Sergei Golubchik <serg@mariadb.org> Tue Aug 20 08:40:21 CEST 2024 -- Sergei Golubchik <serg@mariadb.org> Mon Apr 28 10:19:29 CEST 2025

View File

@ -60,7 +60,7 @@ VARIABLE_NAME PLUGIN_MATURITY
SESSION_VALUE NULL SESSION_VALUE NULL
GLOBAL_VALUE alpha GLOBAL_VALUE alpha
GLOBAL_VALUE_ORIGIN CONFIG GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE beta DEFAULT_VALUE experimental
VARIABLE_SCOPE GLOBAL VARIABLE_SCOPE GLOBAL
VARIABLE_TYPE ENUM VARIABLE_TYPE ENUM
VARIABLE_COMMENT The lowest desirable plugin maturity. Plugins less mature than that will not be installed or loaded VARIABLE_COMMENT The lowest desirable plugin maturity. Plugins less mature than that will not be installed or loaded