summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-12-30 08:47:49 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-12-30 08:47:49 +0000
commit74ecbf4dd9f942825760e0a89eec2e1e6af96e03 (patch)
tree1edfd97118531204dac1a7e6f063497a9f665179
parent95539f5e08416032f3029f8c58f4a27a6633f703 (diff)
downloadbrdo-74ecbf4dd9f942825760e0a89eec2e1e6af96e03.tar.gz
brdo-74ecbf4dd9f942825760e0a89eec2e1e6af96e03.tar.bz2
#105855: Require MySQL 4.0. MySQL 3.23 is no longer supported by the vendor.
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index c21aec25c..f5b638892 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -2,7 +2,7 @@
// $Id$
define('DRUPAL_MINIMUM_PHP', '4.3.3');
-define('DRUPAL_MINIMUM_MYSQL', '3.23.17'); // If using MySQL
+define('DRUPAL_MINIMUM_MYSQL', '4.0.0'); // If using MySQL
define('DRUPAL_MINIMUM_PGSQL', '7.3'); // If using PostgreSQL
define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache