Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update SQLRelay to 0.30. | Akinori MUSHA | 2002-02-23 | 1 | -1/+2 |
| | | | | Notes: svn path=/head/; revision=55141 | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | Akinori MUSHA | 2002-01-29 | 1 | -2/+2 |
| | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53949 | ||||
* | Add sqlrelay, a persistent DB connection pooling/proxying/load | Akinori MUSHA | 2001-07-06 | 4 | -0/+51 |
balancing system, along with the interfaces for Java, Perl5, PHP, Python and Ruby. Notes: svn path=/head/; revision=44822 |