Commit ba67c865 authored by unknown's avatar unknown
Browse files

item_xmlfunc.cc:

  After review minor fixes for bug#16319
  Thanks to Gluh for suggestions.


sql/item_xmlfunc.cc:
  After review minor fixes.
  Thanks Gluh for suggestions.
parent c6590081
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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,7 +1848,6 @@ static int my_xpath_parse_FunctionCall(MY_XPATH *xpath)
    {
      if (nargs < func->minargs)
        return 0;
      else
      goto right_paren;
    }
    args[nargs++]= xpath->item;