From: jonas Date: December 23 2005 8:41pm Subject: bk commit into 5.1 tree (jonas:1.1983) List-Archive: http://lists.mysql.com/commits/395 Message-Id: <20051223204154.43B9C240980@perch.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of jonas. When jonas does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.1983 05/12/23 21:41:49 jonas@stripped +1 -0 remove extra ; making gcc4 barf sql/item_xmlfunc.cc sql/item_xmlfunc.cc 1.2 05/12/23 21:41:46 jonas@stripped +1 -1 remove extra ; making gcc4 barf # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: jonas # Host: perch.ndb.mysql.com # Root: /home/jonas/src/51-dd --- 1.1/sql/item_xmlfunc.cc 2005-12-21 14:05:00 +01:00 +++ 1.2/sql/item_xmlfunc.cc 2005-12-23 21:41:46 +01:00 @@ -715,7 +715,7 @@ ((XPathFilter*)str)->append_element(flt->num, pos++); } return str; -}; +} String *Item_nodeset_func_elementbyindex::val_nodeset(String *nodeset)