Commit 4ae97333 authored by Sergei Golubchik's avatar Sergei Golubchik

11.1 branch

parent d77aaa69
MYSQL_VERSION_MAJOR=11 MYSQL_VERSION_MAJOR=11
MYSQL_VERSION_MINOR=0 MYSQL_VERSION_MINOR=1
MYSQL_VERSION_PATCH=2 MYSQL_VERSION_PATCH=0
SERVER_MATURITY=gamma SERVER_MATURITY=beta
...@@ -108,7 +108,7 @@ collation-server = utf8mb4_general_ci ...@@ -108,7 +108,7 @@ collation-server = utf8mb4_general_ci
# you can put MariaDB-only options here # you can put MariaDB-only options here
[mariadbd] [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, # 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.0] [mariadb-11.1]
mariadb (1:11.0.0) unstable; urgency=medium mariadb (1:11.1.0) unstable; urgency=medium
* Initial Release * Initial Release
......
...@@ -60,7 +60,7 @@ VARIABLE_NAME PLUGIN_MATURITY ...@@ -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 alpha
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment