aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl.hrl
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass in DB connection params on CLI, but do it after process has spawned.Brian Cully2008-07-281-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 Cully2008-03-021-1/+1
|
* Remove commit/rollbackBrian Cully2008-03-021-2/+0
|
* Remove describe_table.Brian Cully2008-03-021-1/+0
|
* Remove NOTIMPLEMENTED stuff, since it all just goes to the C module anyway.Brian Cully2008-03-011-0/+8
|
* Normalize more code flow.Brian Cully2008-03-011-0/+2
|
* mysqlerl provides the interface for the connection, to avoidBrian Cully2008-03-011-0/+1
trampolining at the cost of some slight non-obviousness. Move protocol to .hrl file as a result.