mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
merge
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user