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
6239e2a4
Commit
6239e2a4
authored
Jun 25, 2021
by
Olivier Bertrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix clang compile error in tabjson.cpp and tabbson.cpp
parent
5c5d60b8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage/connect/tabbson.cpp
storage/connect/tabbson.cpp
+1
-1
storage/connect/tabjson.cpp
storage/connect/tabjson.cpp
+1
-1
No files found.
storage/connect/tabbson.cpp
View file @
6239e2a4
...
@@ -608,7 +608,7 @@ void BSONDISC::AddColumn(PGLOBAL g)
...
@@ -608,7 +608,7 @@ void BSONDISC::AddColumn(PGLOBAL g)
PBVAL
BTUTIL
::
FindRow
(
PGLOBAL
g
)
PBVAL
BTUTIL
::
FindRow
(
PGLOBAL
g
)
{
{
char
*
p
,
*
objpath
=
PlugDup
(
g
,
Tp
->
Objname
);
char
*
p
,
*
objpath
=
PlugDup
(
g
,
Tp
->
Objname
);
char
*
sep
=
(
Tp
->
Sep
==
':'
)
?
":["
:
".["
;
char
*
sep
=
(
char
*
)(
Tp
->
Sep
==
':'
?
":["
:
".["
)
;
bool
bp
=
false
,
b
=
false
;
bool
bp
=
false
,
b
=
false
;
PBVAL
jsp
=
Tp
->
Row
;
PBVAL
jsp
=
Tp
->
Row
;
PBVAL
val
=
NULL
;
PBVAL
val
=
NULL
;
...
...
storage/connect/tabjson.cpp
View file @
6239e2a4
...
@@ -962,7 +962,7 @@ int TDBJSN::EstimatedLength(void)
...
@@ -962,7 +962,7 @@ int TDBJSN::EstimatedLength(void)
PJSON
TDBJSN
::
FindRow
(
PGLOBAL
g
)
PJSON
TDBJSN
::
FindRow
(
PGLOBAL
g
)
{
{
char
*
p
,
*
objpath
=
PlugDup
(
g
,
Objname
);
char
*
p
,
*
objpath
=
PlugDup
(
g
,
Objname
);
char
*
sep
=
(
Sep
==
':'
)
?
":["
:
".["
;
char
*
sep
=
(
char
*
)(
Sep
==
':'
?
":["
:
".["
)
;
bool
bp
=
false
,
b
=
false
;
bool
bp
=
false
,
b
=
false
;
PJSON
jsp
=
Row
;
PJSON
jsp
=
Row
;
PJVAL
val
=
NULL
;
PJVAL
val
=
NULL
;
...
...
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