- mysql
- reference: http://dev.mysql.com/doc/internals/en/client-server-protocol.html
- sources needed to port( There are around
31K
LOC to be ported to Erlang )
source file | explanation |
---|---|
http://bazaar.launchpad.net/~mysql/mysql-server/5.5/view/head:/sql/net_serv.cc | main logic to parse mysql protocol |
http://bazaar.launchpad.net/~mysql/mysql-server/5.5/view/head:/sql/protocol.h | |
http://bazaar.launchpad.net/~mysql/mysql-server/5.5/view/head:/sql/protocol.cc | reply data structure and logic |