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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user