11.1 branch

This commit is contained in:
Sergei Golubchik 2023-03-08 19:50:40 +01:00
parent d77aaa6994
commit 4ae97333f0
4 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
MYSQL_VERSION_MAJOR=11
MYSQL_VERSION_MINOR=0
MYSQL_VERSION_PATCH=2
SERVER_MATURITY=gamma
MYSQL_VERSION_MINOR=1
MYSQL_VERSION_PATCH=0
SERVER_MATURITY=beta

View file

@ -108,7 +108,7 @@ collation-server = utf8mb4_general_ci
# you can put MariaDB-only options here
[mariadbd]
# This group is only read by MariaDB-11.0 servers.
# This group is only read by MariaDB-11.1 servers.
# If you use the same .cnf file for MariaDB of different versions,
# use this group for options that older servers don't understand
[mariadb-11.0]
[mariadb-11.1]

2
debian/changelog vendored
View file

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

View file

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