zhujzhuo / erlang-mysql-driver

Automatically exported from code.google.com/p/erlang-mysql-driver
Other
0 stars 0 forks source link

Patches for handling of length coded binary fields and insert ID returned from mysql #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Two patches are attached. One fixes the handling of length coded binary
values. The other adds the insert id returned by mysql to the mysql_result
record.

Original issue reported on code.google.com by wayne.c....@gmail.com on 16 Sep 2008 at 7:03

Attachments:

GoogleCodeExporter commented 8 years ago
Another patch that fixes a problem with the other patches. If an error is 
return by
mysql, a Fieldcount of 255 would not match any of the get_lcb clauses.

Original comment by wayne.c....@gmail.com on 16 Sep 2008 at 8:02

Attachments: