diff options
author | Jim Winstead <jimw@mysql.com> | 2009-11-23 14:38:08 -0800 |
---|---|---|
committer | Jim Winstead <jimw@mysql.com> | 2009-11-23 14:38:08 -0800 |
commit | 84c5abbd33856ba730b1e9091146d986f1923bfa (patch) | |
tree | a8272ba94c1daf15a03b9e1aefeae654d8d7bddd /mysql-test/t/mysql.test | |
parent | 67801696130fb554217fb16f292336736e9ea607 (diff) | |
download | mariadb-git-84c5abbd33856ba730b1e9091146d986f1923bfa.tar.gz |
Backport fix for Bug #27884.
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r-- | mysql-test/t/mysql.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index b2d7400d156..0cdb0ddb653 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -356,4 +356,10 @@ remove_file $MYSQLTEST_VARDIR/tmp/bug31060.sql; --exec $MYSQL --default-character-set=binary test -e "CONNECT test invalid_hostname" 2>&1 --exec $MYSQL --default-character-set=binary test -e "DELIMITER //" 2>&1 +# +# Bug #27884: mysql --html does not quote HTML special characters in output +# +--exec $MYSQL --html test -e "select '< & >' as \`<\`" +--echo + --echo End of 5.0 tests |