diff options
author | Georgi Kodinov <joro@sun.com> | 2009-11-27 16:17:24 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-11-27 16:17:24 +0200 |
commit | 9f7fc19a0c091e6b463f2ec041faa8b9ac443683 (patch) | |
tree | c05131ad1009af053c679ea162510f0b07d3ba67 /mysql-test/t/mysql.test | |
parent | c431088d0304e7df6c47ad65b9b64a1a4700446c (diff) | |
parent | 514d33c866f598c506d9dcf067ce2be164167fe9 (diff) | |
download | mariadb-git-9f7fc19a0c091e6b463f2ec041faa8b9ac443683.tar.gz |
merge
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r-- | mysql-test/t/mysql.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index cffa6392fa3..32fdc4b8eed 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -385,7 +385,10 @@ drop tables t1, t2; # # Bug #27884: mysql --html does not quote HTML special characters in output # ---exec $MYSQL --html test -e "select '< & >' as '<'" +--write_file $MYSQLTEST_VARDIR/tmp/bug27884.sql +SELECT '< & >' AS `<`; +EOF +--exec $MYSQL --html test < $MYSQLTEST_VARDIR/tmp/bug27884.sql # # Bug #27884: mysql client + null byte |