1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown 5f8bd7fe0f Bug #18172 XML: Extractvalue() accepts mallformed
XPath without a XPath syntax error
item_xmlfunc.cc:
  Error message didn't happen because after
  a failing attempt to parse RelativeLocationPath,
  my_xpath_parse_AbsoluteLocationPath() returned success.
  Changeing logic a bit:
  - Try to parse EOF first, return success if true.
  - Then try to parse RelativeLocationPath(), return success if true.
  - Otherwise return failure.
xml.result:
  Adding test case.
  Also, this change made it possible to generate 
  an error message earlier in the case of another
  bad XPATH syntax.
xml.test:
  Adding test case.


sql/item_xmlfunc.cc:
  Bug #18172 XML: Extractvalue() accepts mallformed XPath without a XPath syntax error
  Error message didn't happen because after
  a failing attempt to parse RelativeLocationPath(),
  my_xpath_parse_AbsoluteLocationPath() returned with 1.
  Changeing logic a bit: check for EOF first.
  Then try to parse RelativeLocationPath().
  If the latter fails, return failure.
mysql-test/t/xml.test:
  Adding test case.
mysql-test/r/xml.result:
  Adding test case.
  Also, this change makes error message
  to be generated earlier in the case of another
  bad XPATH syntax.
2006-03-20 14:57:34 +04:00
..
2006-03-01 15:50:15 +04:00
2006-02-25 20:17:07 +01:00
2006-03-02 23:40:51 +01:00
2006-03-06 23:20:19 +01:00
2006-02-26 15:11:56 +02:00
2006-03-06 14:38:31 +04:00
2006-02-06 11:35:13 -08:00
2005-12-06 21:28:13 +01:00
2006-03-10 19:22:21 +03:00
2006-01-27 21:20:28 -08:00
2006-03-06 23:43:47 +01:00
2006-03-14 09:37:29 -08:00
2006-01-06 00:47:49 +02:00
2006-01-12 19:51:02 +01:00
2006-03-11 15:52:38 +01:00
2006-02-20 15:03:16 +01:00
2006-02-16 16:33:46 +01:00
2006-03-10 14:36:48 +01:00
2006-01-12 23:57:01 +01:00
2006-03-10 14:36:48 +01:00
2006-03-14 09:37:29 -08:00
2006-03-10 21:43:50 +01:00
2006-02-26 15:11:56 +02:00
2006-03-16 03:21:15 -08:00
2006-02-26 15:11:56 +02:00
2006-02-13 11:49:28 +04:00
2006-02-15 14:02:47 +01:00
2006-02-15 14:02:47 +01:00
2006-02-09 15:29:57 +01:00
2006-02-09 15:29:57 +01:00
2006-02-13 16:36:11 +01:00
2006-02-13 16:36:11 +01:00
2006-03-13 09:03:05 +01:00
2006-03-11 15:52:38 +01:00
2006-02-15 14:02:47 +01:00
2006-01-12 19:51:02 +01:00
2006-02-10 12:52:35 +01:00
2006-02-10 12:52:35 +01:00
2006-02-10 12:52:35 +01:00
2006-02-15 14:02:47 +01:00
2006-02-13 16:36:11 +01:00
2006-01-12 19:51:02 +01:00
2006-02-10 12:52:35 +01:00
2006-02-15 14:02:47 +01:00
2006-02-08 22:17:46 +01:00
2006-02-08 17:09:57 +01:00
2005-12-23 14:45:02 +01:00
2006-01-13 16:27:38 +03:00
2006-03-09 21:00:45 +03:00
2005-12-12 13:29:48 +03:00