diff options
author | Alexander Barkov <alexander.barkov@oracle.com> | 2011-03-01 17:42:37 +0300 |
---|---|---|
committer | Alexander Barkov <alexander.barkov@oracle.com> | 2011-03-01 17:42:37 +0300 |
commit | 561738dc10c6d64837bba6816efdeb69d4641e56 (patch) | |
tree | 479b57d94138f8f0034f1c2dfaa044424e7a68e0 /mysql-test/t/xml.test | |
parent | a4481d32220ad283c50e9a95e56b9bafe13b592c (diff) | |
parent | fd1e3b03ff8837e8af1a8aa486cc2b13f872861f (diff) | |
download | mariadb-git-561738dc10c6d64837bba6816efdeb69d4641e56.tar.gz |
Merging from mysql-5.1
Diffstat (limited to 'mysql-test/t/xml.test')
-rw-r--r-- | mysql-test/t/xml.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/xml.test b/mysql-test/t/xml.test index 3bc580fe4e5..89c0b8992b1 100644 --- a/mysql-test/t/xml.test +++ b/mysql-test/t/xml.test @@ -646,6 +646,11 @@ SELECT EXTRACTVALUE('', LPAD(0.1111E-15, '2011', 1)); SELECT UPDATEXML(CONVERT(_latin1'<' USING utf8),'1','1'); SELECT UPDATEXML(CONVERT(_latin1'<!--' USING utf8),'1','1'); +--echo # +--echo # Bug#11766725 (bug#59901): EXTRACTVALUE STILL BROKEN AFTER FIX FOR BUG #44332 +--echo # +SELECT ExtractValue(CONVERT('<\"', BINARY(10)), 1); + --echo End of 5.1 tests |