Commit ef3f5d31 authored by Georgi Kodinov's avatar Georgi Kodinov

merge

parents 96ffcff0 73cb06f0
...@@ -385,7 +385,10 @@ drop tables t1, t2; ...@@ -385,7 +385,10 @@ drop tables t1, t2;
# #
# Bug #27884: mysql --html does not quote HTML special characters in output # 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 # Bug #27884: mysql client + null byte
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment