[Solar-svn] Revision 3287

pmjones at solarphp.com pmjones at solarphp.com
Thu Jul 31 11:28:17 CDT 2008


comment changes


Modified: trunk/Solar/Sql/Adapter/MysqlReplicated.php
===================================================================
--- trunk/Solar/Sql/Adapter/MysqlReplicated.php	2008-07-31 16:24:01 UTC (rev 3286)
+++ trunk/Solar/Sql/Adapter/MysqlReplicated.php	2008-07-31 16:28:17 UTC (rev 3287)
@@ -7,6 +7,16 @@
  * we read from that slave for the remainder of the connection.  (Invoking
  * disconnect() will let you connect to new random slave.)
  * 
+ * @category Solar
+ * 
+ * @package Solar_Sql
+ * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
  */
 class Solar_Sql_Adapter_MysqlReplicated extends Solar_Sql_Adapter_Mysql
 {
@@ -72,14 +82,6 @@
      */
     protected $_Solar_Sql_Adapter_MysqlReplicated = array(
         'slaves' => array(
-            0 => array(
-                'host'      => null,
-                'port'      => null,
-                'sock'      => null,
-                'user'      => null,
-                'pass'      => null,
-                'name'      => null,
-            ),
         ),
     );
     




More information about the Solar-svn mailing list