Below is the list of changes that have just been committed into a local
5.1 repository of bar. When bar 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.2349 06/04/19 11:11:47 bar@stripped +1 -0
item_xmlfunc.cc:
After review minor fixes for bug#16319
Thanks to Gluh for suggestions.
sql/item_xmlfunc.cc
1.15 06/04/19 11:10:41 bar@stripped +1 -3
After review minor fixes.
Thanks Gluh for suggestions.
# 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: bar
# Host: bar.intranet.mysql.r18.ru
# Root: /usr/home/bar/mysql-5.1-new.b16319
--- 1.14/sql/item_xmlfunc.cc 2006-04-14 13:33:59 +05:00
+++ 1.15/sql/item_xmlfunc.cc 2006-04-19 11:10:41 +05:00
@@ -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(M
{
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))
| Thread |
|---|
| • bk commit into 5.1 tree (bar:1.2349) BUG#16319 | bar | 19 Apr |