# Functions
MySQLVersionCapableOf returns a CapableOf function specific to MySQL flavors.
MySQLVersionHasCapability is specific to MySQL flavors (of all versions) and answers whether the given server version has the requested capability.
ServerVersionAtLeast returns true if current server is at least given value.
# Constants
supported in MySQL 8.0.16 and above: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-16.html.
supported in MySQL 8.0.21 and above: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-21.html.
supported in MySQL 8.0.30 and above: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-30.html.
supported in MySQL 8.0.23 and above: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-23.html.
Adding/dropping column in any position/ordinal.
.
.
.
ALGORITHM=INSTANT general support.
Supported in 8.0.32 and above, solving a MySQL-vs-Xtrabackup bug starting 8.0.29.
.
JSON type supported.
.
default placeholder.
supported in MySQL 8.0.1 and above: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html.
Supported in 8.0.26 and above, using SHOW REPLICA STATUS and all variations.
.
# Variables
No description provided by the author