3206 Georgi Kodinov 2009-11-27 [merge]
merge
modified:
mysql-test/t/bug47671.test
=== modified file 'mysql-test/t/mysql.test'
--- a/mysql-test/t/mysql.test 2009-11-23 22:46:25 +0000
+++ b/mysql-test/t/mysql.test 2009-11-27 14:17:24 +0000
@@ -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
Attachment: [text/bzr-bundle] bzr/joro@sun.com-20091127142002-82u9knv6apqut2gh.bundle
| Thread |
|---|
| • bzr push into mysql-5.1-bugteam branch (joro:3206) | Georgi Kodinov | 27 Nov |