mirror of
https://github.com/MariaDB/server.git
synced 2025-12-28 00:01:00 +00:00
12.3 branch
This commit is contained in:
parent
b15d1adf85
commit
809e6f4195
6
VERSION
6
VERSION
@ -1,4 +1,4 @@
|
||||
MYSQL_VERSION_MAJOR=12
|
||||
MYSQL_VERSION_MINOR=2
|
||||
MYSQL_VERSION_PATCH=2
|
||||
SERVER_MATURITY=stable
|
||||
MYSQL_VERSION_MINOR=3
|
||||
MYSQL_VERSION_PATCH=0
|
||||
SERVER_MATURITY=alpha
|
||||
|
||||
@ -113,4 +113,4 @@ expire_logs_days = 10
|
||||
# This group is only read by MariaDB-12.2 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-12.2]
|
||||
[mariadb-12.3]
|
||||
|
||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
mariadb (1:12.2.0) unstable; urgency=medium
|
||||
mariadb (1:12.3.0) unstable; urgency=medium
|
||||
|
||||
* Initial Release
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@ VARIABLE_NAME PLUGIN_MATURITY
|
||||
SESSION_VALUE NULL
|
||||
GLOBAL_VALUE alpha
|
||||
GLOBAL_VALUE_ORIGIN CONFIG
|
||||
DEFAULT_VALUE gamma
|
||||
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…
Reference in New Issue
Block a user