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
195833f1
Commit
195833f1
authored
Jul 28, 2022
by
qggcs
Committed by
Vicențiu-Marian Ciorbaru
Aug 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: remove redundant assignments
parent
c0fe31c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
sql/item_jsonfunc.cc
sql/item_jsonfunc.cc
+1
-3
No files found.
sql/item_jsonfunc.cc
View file @
195833f1
...
...
@@ -2605,10 +2605,8 @@ String *Item_func_json_merge_patch::val_str(String *str)
if
(
json_read_value
(
&
je2
))
goto
error_return
;
if
(
je2
.
value_type
==
JSON_VALUE_OBJECT
)
{
merge_to_null
=
true
;
goto
cont_point
;
}
merge_to_null
=
false
;
str
->
set
(
js2
->
ptr
(),
js2
->
length
(),
js2
->
charset
());
goto
cont_point
;
...
...
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