Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b309faff
Commit
b309faff
authored
Sep 21, 2016
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buildbot failures
* update net_field_length() to match the prototype * various bug fixes in C/C
parent
d876f4bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libmariadb
libmariadb
+1
-1
sql-common/pack.c
sql-common/pack.c
+1
-1
No files found.
libmariadb
@
4ff192bb
Subproject commit
f968c0403796b8e58035dba5dc4855687bbe112e
Subproject commit
4ff192bb404f5f7a7fe9e471c9ab2eb45aff4d05
sql-common/pack.c
View file @
b309faff
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment