Same name and namespace in other branches
  1. 5.x modules/system/system.install \DRUPAL_MINIMUM_MYSQL

Minimum supported version of MySQL, if it is used.

2 uses of DRUPAL_MINIMUM_MYSQL
db_status_report in includes/database.mysql.inc
Report database status.
db_status_report in includes/database.mysqli.inc
Report database status.

File

modules/system/system.module, line 31
Configuration system that lets administrators modify the workings of the site.

Code

define('DRUPAL_MINIMUM_MYSQL', '4.1.1');