1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

buildbot failures

* update net_field_length() to match the prototype
* various bug fixes in C/C
This commit is contained in:
Sergei Golubchik
2016-09-21 17:38:04 +02:00
parent d876f4bd5e
commit b309faff77
2 changed files with 2 additions and 2 deletions

View File

@@ -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)