mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
11.7 branch
This commit is contained in:
parent
10b885907a
commit
9adc81791e
4 changed files with 8 additions and 8 deletions
6
VERSION
6
VERSION
|
@ -1,4 +1,4 @@
|
|||
MYSQL_VERSION_MAJOR=11
|
||||
MYSQL_VERSION_MINOR=6
|
||||
MYSQL_VERSION_PATCH=2
|
||||
SERVER_MATURITY=gamma
|
||||
MYSQL_VERSION_MINOR=7
|
||||
MYSQL_VERSION_PATCH=0
|
||||
SERVER_MATURITY=alpha
|
||||
|
|
|
@ -110,7 +110,7 @@ expire_logs_days = 10
|
|||
# you can put MariaDB-only options here
|
||||
[mariadbd]
|
||||
|
||||
# This group is only read by MariaDB-11.6 servers.
|
||||
# This group is only read by MariaDB-11.7 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.6]
|
||||
[mariadb-11.7]
|
||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
mariadb (1:11.6.0) unstable; urgency=medium
|
||||
mariadb (1:11.7.0) unstable; urgency=medium
|
||||
|
||||
* Initial Release
|
||||
|
||||
-- Sergei Golubchik <serg@mariadb.org> Thu May 16 12:11:23 CEST 2024
|
||||
-- Sergei Golubchik <serg@mariadb.org> Tue Aug 20 08:40:21 CEST 2024
|
||||
|
|
|
@ -60,7 +60,7 @@ VARIABLE_NAME PLUGIN_MATURITY
|
|||
SESSION_VALUE NULL
|
||||
GLOBAL_VALUE alpha
|
||||
GLOBAL_VALUE_ORIGIN CONFIG
|
||||
DEFAULT_VALUE beta
|
||||
DEFAULT_VALUE experimental
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
VARIABLE_TYPE ENUM
|
||||
VARIABLE_COMMENT The lowest desirable plugin maturity. Plugins less mature than that will not be installed or loaded
|
||||
|
|
Loading…
Add table
Reference in a new issue