From: jonas Date: December 23 2005 7:38pm Subject: bk commit into 5.1 tree (ndbdev:1.1978) List-Archive: http://lists.mysql.com/commits/394 Message-Id: <200512231938.jBNJcb0s027715@ndbmaster.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of ndbdev. When ndbdev 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.1978 05/12/23 20:38:28 ndbdev@stripped +1 -0 remove extra ; makeing gcc4 fail sql/item_xmlfunc.cc 1.2 05/12/23 20:35:56 ndbdev@stripped +1 -1 remove extra ; makeing gcc4 fail # 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: ndbdev # Host: ndbmaster.mysql.com # Root: /space/at-jonas/clone-mysql-5.1-ndb-2005-12-23 --- 1.1/sql/item_xmlfunc.cc Wed Dec 21 14:05:00 2005 +++ 1.2/sql/item_xmlfunc.cc Fri Dec 23 20:35:56 2005 @@ -715,7 +715,7 @@ ((XPathFilter*)str)->append_element(flt->num, pos++); } return str; -}; +} String *Item_nodeset_func_elementbyindex::val_nodeset(String *nodeset)