Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stupid lib directory | Brian Cully | 2012-02-06 | 1 | -0/+9 |
| | |||||
* | Move most files into lib, add top-level makefile | Brian Cully | 2012-02-06 | 1 | -9/+0 |
| | |||||
* | Don't pass in DB connection params on CLI, but do it after process has spawned. | Brian Cully | 2008-07-28 | 1 | -0/+1 |
| | | | | | This is done when the port initializes, so it will work automagically when the binary dies and can be restarted by the port supervisor. | ||||
* | Remove query from select. | Brian Cully | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | Remove commit/rollback | Brian Cully | 2008-03-02 | 1 | -2/+0 |
| | |||||
* | Remove describe_table. | Brian Cully | 2008-03-02 | 1 | -1/+0 |
| | |||||
* | Remove NOTIMPLEMENTED stuff, since it all just goes to the C module anyway. | Brian Cully | 2008-03-01 | 1 | -0/+8 |
| | |||||
* | Normalize more code flow. | Brian Cully | 2008-03-01 | 1 | -0/+2 |
| | |||||
* | mysqlerl provides the interface for the connection, to avoid | Brian Cully | 2008-03-01 | 1 | -0/+1 |
trampolining at the cost of some slight non-obviousness. Move protocol to .hrl file as a result. |