File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
mysql-test/suite/sys_vars/r Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11MYSQL_VERSION_MAJOR=11
2- MYSQL_VERSION_MINOR=5
3- MYSQL_VERSION_PATCH=1
4- SERVER_MATURITY=gamma
2+ MYSQL_VERSION_MINOR=6
3+ MYSQL_VERSION_PATCH=0
4+ SERVER_MATURITY=alpha
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ character-set-collations = utf8mb4=uca1400_ai_ci
107107# you can put MariaDB-only options here
108108[mariadbd]
109109
110- # This group is only read by MariaDB-11.5 servers.
110+ # This group is only read by MariaDB-11.6 servers.
111111# If you use the same .cnf file for MariaDB of different versions,
112112# use this group for options that older servers don't understand
113- [mariadb-11.5 ]
113+ [mariadb-11.6 ]
Original file line number Diff line number Diff line change 1- mariadb (1:11.5 .0) unstable; urgency=medium
1+ mariadb (1:11.6 .0) unstable; urgency=medium
22
33 * Initial Release
44
5- -- Sergei Golubchik <serg@mariadb.org> Thu, 15 Feb 2024 15:05:51 +0200
5+ -- Sergei Golubchik <serg@mariadb.org> Thu May 16 12:11:23 CEST 2024
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ VARIABLE_NAME PLUGIN_MATURITY
6060SESSION_VALUE NULL
6161GLOBAL_VALUE alpha
6262GLOBAL_VALUE_ORIGIN CONFIG
63- DEFAULT_VALUEbeta
63+ DEFAULT_VALUEexperimental
6464VARIABLE_SCOPE GLOBAL
6565VARIABLE_TYPE ENUM
6666VARIABLE_COMMENT The lowest desirable plugin maturity. Plugins less mature than that will not be installed or loaded
You can’t perform that action at this time.
0 commit comments