1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-22 08:22:01 +03:00

xml.test:

xml.result:
  Adding test for Bug #16312 XML: extractvalue() crash if angle brackets,
  A fix for #16234 fixed this bug automatically.
This commit is contained in:
bar@mysql.com
2006-02-27 11:21:20 +04:00
parent a95cabcb6b
commit 1f30b1525a
2 changed files with 8 additions and 0 deletions

View File

@ -542,3 +542,5 @@ a
select extractvalue('<a>a<b>B</b></a>','a|/b');
extractvalue('<a>a<b>B</b></a>','a|/b')
a
select extractvalue('<a>A</a>','/<a>');
ERROR HY000: XPATH syntax error: '>'