You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This MySQL driver for Erlang is based on the Yxa driver obtained from Process One (at https://support.process-one.net/doc/display/CONTRIBS/Yxa). It includes several new features such as prepared statements, transactions, binary queries, type-converted query results, more efficient logging and a new connection pooling mechanism.
For more information, visit http://code.google.com/p/erlang-mysql-driver.
Mysql ClientServer Protocol for <=4.1: http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol
See also mysqld_ername.h mysqld_error.h for error codes.