| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 177653
Submitted by: maintainer
Notes:
svn path=/head/; revision=316607
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim Makefile header
- Remove indefinite article from COMMENT
PR: ports/170729
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes
Notes:
svn path=/head/; revision=306046
|
|
|
|
|
|
|
|
| |
PR: 167445
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=295971
|
|
|
|
|
|
|
|
| |
PR: 164733
Submitted by: john Chen <johnpupu@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=290556
|
|
|
|
|
|
|
|
| |
PR: 164481
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=289950
|
|
|
|
|
|
|
|
|
| |
PR: 162635
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=286075
|
|
The replication and load balancing plugin is a plugin for the mysqlnd library.
It can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL) if
they are compiled to use mysqlnd. The plugin inspects queries to do read-write
splitting. Read-only queries are send to configured MySQL replication slave
servers all other queries are redirected to the MySQL replication master server.
Very little, if any, application changes required, dependent on the usage
scenario required.
WWW: http://pecl.php.net/package/mysqlnd_ms
PR: ports/161698
Submitted by: John Chen <johnpupu@gmail.com>
Notes:
svn path=/head/; revision=284903
|