File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
mysql-test/suite/sys_vars/r Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
MYSQL_VERSION_MAJOR=11
2
- MYSQL_VERSION_MINOR=2
3
- MYSQL_VERSION_PATCH=1
4
- SERVER_MATURITY=gamma
2
+ MYSQL_VERSION_MINOR=3
3
+ MYSQL_VERSION_PATCH=0
4
+ SERVER_MATURITY=alpha
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ collation-server = utf8mb4_general_ci
107
107
# you can put MariaDB-only options here
108
108
[mariadbd]
109
109
110
- # This group is only read by MariaDB-11.2 servers.
110
+ # This group is only read by MariaDB-11.3 servers.
111
111
# If you use the same .cnf file for MariaDB of different versions,
112
112
# use this group for options that older servers don't understand
113
- [mariadb-11.2 ]
113
+ [mariadb-11.3 ]
Original file line number Diff line number Diff line change 1
- mariadb (1:11.2 .0) unstable; urgency=medium
1
+ mariadb (1:11.3 .0) unstable; urgency=medium
2
2
3
3
* Initial Release
4
4
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ VARIABLE_NAME PLUGIN_MATURITY
60
60
SESSION_VALUE NULL
61
61
GLOBAL_VALUE alpha
62
62
GLOBAL_VALUE_ORIGIN CONFIG
63
- DEFAULT_VALUE beta
63
+ DEFAULT_VALUE experimental
64
64
VARIABLE_SCOPE GLOBAL
65
65
VARIABLE_TYPE ENUM
66
66
VARIABLE_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