[Solar-svn] Revision 3288
pmjones at solarphp.com
pmjones at solarphp.com
Thu Jul 31 11:35:52 CDT 2008
update cmments
Modified: trunk/Solar/Sql/Adapter/MysqlReplicated.php
===================================================================
--- trunk/Solar/Sql/Adapter/MysqlReplicated.php 2008-07-31 16:28:17 UTC (rev 3287)
+++ trunk/Solar/Sql/Adapter/MysqlReplicated.php 2008-07-31 16:35:52 UTC (rev 3288)
@@ -1,7 +1,8 @@
<?php
/**
*
- * Uses a master for writes, and a slave for reads.
+ * Uses a random slave server for SELECT queries, and a master server for all
+ * other queries.
*
* Multiple slaves can be configured, but once we start reading from a slave,
* we read from that slave for the remainder of the connection. (Invoking
More information about the Solar-svn
mailing list