Commit b309faff authored by Sergei Golubchik's avatar Sergei Golubchik

buildbot failures

* update net_field_length() to match the prototype
* various bug fixes in C/C
parent d876f4bd
Subproject commit f968c0403796b8e58035dba5dc4855687bbe112e
Subproject commit 4ff192bb404f5f7a7fe9e471c9ab2eb45aff4d05
......@@ -19,7 +19,7 @@
#include <mysql.h>
/* Get the length of next field. Change parameter to point at fieldstart */
ulong STDCALL net_field_length(uchar **packet)
ulong net_field_length(uchar **packet)
{
reg1 uchar *pos= (uchar *)*packet;
if (*pos < 251)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment