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
05441259
Commit
05441259
authored
Jun 06, 2018
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-16414 Add type_handler_xpath_nodeset and remove XPATH_NODESET
parent
c20cd68e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
53 deletions
+59
-53
sql/item.h
sql/item.h
+1
-2
sql/item_xmlfunc.cc
sql/item_xmlfunc.cc
+58
-51
No files found.
sql/item.h
View file @
05441259
...
...
@@ -740,7 +740,6 @@ class Item: public Value_source,
FIELD_VARIANCE_ITEM
,
INSERT_VALUE_ITEM
,
SUBSELECT_ITEM
,
ROW_ITEM
,
CACHE_ITEM
,
TYPE_HOLDER
,
PARAM_ITEM
,
TRIGGER_FIELD_ITEM
,
XPATH_NODESET
,
XPATH_NODESET_CMP
,
EXPR_CACHE_ITEM
};
enum
cond_result
{
COND_UNDEF
,
COND_OK
,
COND_TRUE
,
COND_FALSE
};
...
...
@@ -1349,7 +1348,7 @@ class Item: public Value_source,
{
return
type_handler
()
->
Item_val_bool
(
this
);
}
virtual
String
*
val_
nodeset
(
String
*
)
{
return
0
;
}
virtual
String
*
val_
raw
(
String
*
)
{
return
0
;
}
/*
save_val() is method of val_* family which stores value in the given
...
...
sql/item_xmlfunc.cc
View file @
05441259
This diff is collapsed.
Click to expand it.
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