MINOR Show install MySQL version at 5.0+ as 4.1 does not work properly with SilverStripe

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@104705 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2010-05-12 12:33:31 +00:00 committed by Sam Minnee
parent cea5cf86ea
commit 34fa31c6cf

View File

@ -4,7 +4,7 @@
DatabaseAdapterRegistry::register(
array(
'class' => 'MySQLDatabase',
'title' => 'MySQL 4.1+',
'title' => 'MySQL 5.0+',
'helperPath' => 'sapphire/dev/install/MySQLDatabaseConfigurationHelper.php',
'supported' => function_exists('mysql_connect'),
)