11.8 branch

This commit is contained in:
Sergei Golubchik 2024-11-14 19:09:01 +01:00
parent 74743b0d88
commit eff9c198e3
4 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
MYSQL_VERSION_MAJOR=11 MYSQL_VERSION_MAJOR=11
MYSQL_VERSION_MINOR=7 MYSQL_VERSION_MINOR=8
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-11.7 servers. # This group is only read by MariaDB-11.8 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-11.7] [mariadb-11.8]

2
debian/changelog vendored
View file

@ -1,4 +1,4 @@
mariadb (1:11.7.0) unstable; urgency=medium mariadb (1:11.8.0) unstable; urgency=medium
* Initial Release * Initial Release

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