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
d9175f38
Commit
d9175f38
authored
Feb 19, 2015
by
Olivier Bertrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Remove GCC warnings
modified: storage/connect/jsonudf.cpp storage/connect/tabutil.h
parent
564d41fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage/connect/jsonudf.cpp
storage/connect/jsonudf.cpp
+1
-1
storage/connect/tabutil.h
storage/connect/tabutil.h
+1
-1
No files found.
storage/connect/jsonudf.cpp
View file @
d9175f38
...
...
@@ -44,7 +44,7 @@ DllExport void Json_Object_Grp_deinit(UDF_INIT*);
/***********************************************************************/
/* Allocate and initialise the memory area. */
/***********************************************************************/
my_bool
JsonInit
(
UDF_INIT
*
initid
,
char
*
message
,
unsigned
long
reslen
,
static
my_bool
JsonInit
(
UDF_INIT
*
initid
,
char
*
message
,
unsigned
long
reslen
,
unsigned
long
memlen
)
{
PGLOBAL
g
=
PlugInit
(
NULL
,
memlen
);
...
...
storage/connect/tabutil.h
View file @
d9175f38
...
...
@@ -118,7 +118,7 @@ class DllExport PRXCOL : public COLBLK {
virtual
bool
Init
(
PGLOBAL
g
,
PTDBASE
tp
);
protected:
char
*
PRXCOL
::
Decode
(
PGLOBAL
g
,
const
char
*
cnm
);
char
*
Decode
(
PGLOBAL
g
,
const
char
*
cnm
);
// Default constructor not to be used
PRXCOL
(
void
)
{}
...
...
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