MySQL Forums
Forum List  »  Source, Builds, Binaries

MySQL: Defining release type
Posted by: Edwin Desouza
Date: October 28, 2024 04:49PM

Defining release type

The MySQL server source code repository contains a file called MYSQL_VERSION defining the version number of the current release. We have added another field to this file called MYSQL_VERSION_MATURITY. Below is a sample file for an update release of 8.4.1, which is an LTS release:

MYSQL_VERSION_MAJOR=8
MYSQL_VERSION_MINOR=4
MYSQL_VERSION_PATCH=1
MYSQL_VERSION_EXTRA=-u1
MYSQL_VERSION_MATURITY="LTS"

https://blogs.oracle.com/mysql/post/determine-whether-lts-release-or-not

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL: Defining release type
224
October 28, 2024 04:49PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.