diff options
author | unknown <bar@mysql.com> | 2006-02-27 11:21:20 +0400 |
---|---|---|
committer | unknown <bar@mysql.com> | 2006-02-27 11:21:20 +0400 |
commit | e2393aa24a02505688aabc73fa4ebf79aeff17d9 (patch) | |
tree | 514a697d465b2eb2d27b4f142c6a9bc543967bfd /mysql-test/r/xml.result | |
parent | 7d5ac7e4ca3dc4a2925535a1bb92e1684133a9ce (diff) | |
download | mariadb-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.result | 2 |
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: '>' |