summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-24 10:46:54 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-24 10:46:54 +0000
commitb299b9ee21b42a6cd43b58109a4382e346d58cdf (patch)
treee10b1a16dda83d532bbdc7b5d4bb2498d6b2a2cf /modules/system/system.module
parent04daca23940e02ecc417b2f366759a1c80e1810d (diff)
downloadbrdo-b299b9ee21b42a6cd43b58109a4382e346d58cdf.tar.gz
brdo-b299b9ee21b42a6cd43b58109a4382e346d58cdf.tar.bz2
#204411 by catch: elevate MySQL requirements to 4.1.1 (the first production MySQL 4.1.x was 4.1.5 anyway)
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index b35092fb2..1f1cac291 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -29,7 +29,7 @@ define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '16M');
/**
* Minimum supported version of MySQL, if it is used.
*/
-define('DRUPAL_MINIMUM_MYSQL', '4.1.0');
+define('DRUPAL_MINIMUM_MYSQL', '4.1.1');
/**
* Minimum supported version of PostgreSQL, if it is used.