Doc fix
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 26 Aug 2010 22:39:14 +0000 (22:39 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 26 Aug 2010 22:39:14 +0000 (22:39 +0000)
includes/db/DatabaseMysql.php

index 3748020..3e731a5 100644 (file)
@@ -31,8 +31,7 @@ class DatabaseMysql extends DatabaseBase {
                global $wgAllDBsAreLocalhost;
                wfProfileIn( __METHOD__ );
 
-               # Test for missing mysql.so
-               # First try to load it
+               # Load mysql.so if we don't have it
                wfDl( 'mysql' );
 
                # Fail now