summaryrefslogtreecommitdiff
path: root/sql-common/pack.c
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-09-21 17:38:04 +0200
committerSergei Golubchik <serg@mariadb.org>2016-09-22 12:17:15 +0200
commitb309faff77bf8abbb57fe6b2c01a46d6023e60f5 (patch)
tree6e1a6673bdbb72626b17fdcb35be0dd9781320c5 /sql-common/pack.c
parentd876f4bd5e0f3934fd9d95399be1940a1de43e46 (diff)
downloadmariadb-git-b309faff77bf8abbb57fe6b2c01a46d6023e60f5.tar.gz
buildbot failures
* update net_field_length() to match the prototype * various bug fixes in C/C
Diffstat (limited to 'sql-common/pack.c')
-rw-r--r--sql-common/pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-common/pack.c b/sql-common/pack.c
index 5428feb623e..da95172c92d 100644
--- a/sql-common/pack.c
+++ b/sql-common/pack.c
@@ -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)