Skip to content

Commit 04f0504

Browse files
committed
11.5 branch
1 parent 9b6e267 commit 04f0504

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MYSQL_VERSION_MAJOR=11
2-
MYSQL_VERSION_MINOR=4
3-
MYSQL_VERSION_PATCH=2
4-
SERVER_MATURITY=stable
2+
MYSQL_VERSION_MINOR=5
3+
MYSQL_VERSION_PATCH=0
4+
SERVER_MATURITY=alpha

debian/additions/mariadb.conf.d/50-server.cnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.4 servers.
110+
# This group is only read by MariaDB-11.5 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.4]
113+
[mariadb-11.5]

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mariadb (1:11.4.0) unstable; urgency=medium
1+
mariadb (1:11.5.0) unstable; urgency=medium
22

33
* Initial Release
44

5-
-- Vicențiu Ciorbaru <vicentiu@mariadb.org> Thu, 18 Jun 2021 16:08:00 +0300
5+
-- Sergei Golubchik <serg@mariadb.org> Thu, 15 Feb 2024 15:05:51 +0200

mysql-test/suite/sys_vars/r/sysvars_star.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ VARIABLE_NAME PLUGIN_MATURITY
6060
SESSION_VALUE NULL
6161
GLOBAL_VALUE alpha
6262
GLOBAL_VALUE_ORIGIN CONFIG
63-
DEFAULT_VALUE gamma
63+
DEFAULT_VALUE experimental
6464
VARIABLE_SCOPE GLOBAL
6565
VARIABLE_TYPE ENUM
6666
VARIABLE_COMMENT The lowest desirable plugin maturity. Plugins less mature than that will not be installed or loaded

0 commit comments

Comments
 (0)