constant Tasks::MYSQL_MINIMUM_VERSION in Drupal 10
Minimum required MySQL version.
5.7.8 is the minimum version that supports the JSON datatype.
See also
https://dev.mysql.com/doc/refman/5.7/en/json.html
File
- core/
modules/ mysql/ src/ Driver/ Database/ mysql/ Install/ Tasks.php, line 22
Class
- Tasks
- Specifies installation tasks for MySQL and equivalent databases.
Namespace
Drupal\mysql\Driver\Database\mysql\InstallCode
const MYSQL_MINIMUM_VERSION = '5.7.8';