constant DRUPAL_MINIMUM_MYSQL in Drupal 6
Same name and namespace in other branches
- 5 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.mysqli.inc - Report database status.
- db_status_report in includes/
database.mysql.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');