diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 8fff1c40e..aee7d588a 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -29,7 +29,7 @@ define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '40M'); /** * Minimum supported version of MySQL, if it is used. */ -define('DRUPAL_MINIMUM_MYSQL', '5.0'); +define('DRUPAL_MINIMUM_MYSQL', '5.0.15'); /** * Minimum supported version of PostgreSQL, if it is used. |