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
9686848d
Commit
9686848d
authored
Apr 19, 2006
by
bar@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
item_xmlfunc.cc:
After review minor fixes for bug#16319 Thanks to Gluh for suggestions.
parent
004854fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
sql/item_xmlfunc.cc
sql/item_xmlfunc.cc
+1
-3
No files found.
sql/item_xmlfunc.cc
View file @
9686848d
...
...
@@ -1250,7 +1250,6 @@ static MY_XPATH_FUNC my_func_names[] =
{
"substring"
,
9
,
2
,
3
,
create_func_substr
},
{
"translate"
,
9
,
3
,
3
,
0
},
{
"local-name"
,
10
,
0
,
1
,
0
},
{
"starts-with"
,
11
,
2
,
2
,
0
},
{
"namespace-uri"
,
13
,
0
,
1
,
0
},
...
...
@@ -1849,8 +1848,7 @@ static int my_xpath_parse_FunctionCall(MY_XPATH *xpath)
{
if
(
nargs
<
func
->
minargs
)
return
0
;
else
goto
right_paren
;
goto
right_paren
;
}
args
[
nargs
++
]
=
xpath
->
item
;
if
(
!
my_xpath_parse_term
(
xpath
,
MY_XPATH_LEX_COMMA
))
...
...
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