diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-01-23 16:43:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-01-23 16:43:17 +0000 |
commit | 05ffca40a1aefb349c04e23f5c8a9d005ecf5a5d (patch) | |
tree | 89c8bf370bbbe0cfafc5b65550b9728dfd0039b4 /modules | |
parent | 2e25a97e9d884f736344624b85174dc3ce775074 (diff) | |
download | brdo-05ffca40a1aefb349c04e23f5c8a9d005ecf5a5d.tar.gz brdo-05ffca40a1aefb349c04e23f5c8a9d005ecf5a5d.tar.bz2 |
- Patch #105855: bump MySQL version.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 44fc6696f..e99453d54 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', '4.0.0'); // If using MySQL +define('DRUPAL_MINIMUM_MYSQL', '4.1.0'); // If using MySQL define('DRUPAL_MINIMUM_PGSQL', '7.3'); // If using PostgreSQL define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache |