summaryrefslogtreecommitdiff
path: root/sql/item_xmlfunc.cc
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2006-01-05 11:18:26 +0300
committerkonstantin@mysql.com <>2006-01-05 11:18:26 +0300
commit9bf1e22b4cbdedd5d87b8d7dd76ea7e634c694f6 (patch)
treeb95f384cd5b7aea2c132f32ca6f1562e8efc9f12 /sql/item_xmlfunc.cc
parent8e9af5d72a23d29bdef04a3c2e9aede1bcf980f1 (diff)
downloadmariadb-git-9bf1e22b4cbdedd5d87b8d7dd76ea7e634c694f6.tar.gz
Fix -ansi -pedantic compile
Diffstat (limited to 'sql/item_xmlfunc.cc')
-rw-r--r--sql/item_xmlfunc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_xmlfunc.cc b/sql/item_xmlfunc.cc
index 79a5c8e6445..bb5775780fa 100644
--- a/sql/item_xmlfunc.cc
+++ b/sql/item_xmlfunc.cc
@@ -715,7 +715,7 @@ String *Item_nodeset_func_predicate::val_nodeset(String *str)
((XPathFilter*)str)->append_element(flt->num, pos++);
}
return str;
-};
+}
String *Item_nodeset_func_elementbyindex::val_nodeset(String *nodeset)