summaryrefslogtreecommitdiff
path: root/mysql-test/r/xml.result
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2006-02-27 11:21:20 +0400
committerunknown <bar@mysql.com>2006-02-27 11:21:20 +0400
commite2393aa24a02505688aabc73fa4ebf79aeff17d9 (patch)
tree514a697d465b2eb2d27b4f142c6a9bc543967bfd /mysql-test/r/xml.result
parent7d5ac7e4ca3dc4a2925535a1bb92e1684133a9ce (diff)
downloadmariadb-git-e2393aa24a02505688aabc73fa4ebf79aeff17d9.tar.gz
xml.test:
xml.result: Adding test for Bug #16312 XML: extractvalue() crash if angle brackets, A fix for #16234 fixed this bug automatically. mysql-test/t/xml.test: Adding test for Bug #16312 XML: extractvalue() crash if angle brackets, A fix for #16234 fixed this bug automatically.
Diffstat (limited to 'mysql-test/r/xml.result')
-rw-r--r--mysql-test/r/xml.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/xml.result b/mysql-test/r/xml.result
index 4d66e034964..b4121ae473d 100644
--- a/mysql-test/r/xml.result
+++ b/mysql-test/r/xml.result
@@ -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: '>'