DRUPAL_MINIMUM_MYSQL

  1. drupal
    1. 5 modules/system/system.install
    2. 6 modules/system/system.module

Minimum supported version of MySQL, if it is used.

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')
Login or register to post comments