From b299b9ee21b42a6cd43b58109a4382e346d58cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 24 Jan 2008 10:46:54 +0000 Subject: #204411 by catch: elevate MySQL requirements to 4.1.1 (the first production MySQL 4.1.x was 4.1.5 anyway) --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') 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. -- cgit v1.2.3