From f00e25b4c4dee75d0bc3d8f3027ff1e9c8c5368b Mon Sep 17 00:00:00 2001 From: chriscalender Date: Sun, 10 Feb 2019 15:48:12 -0500 Subject: Fix for MDEV-15538, '-N' Produce html output wrong --- mysql-test/t/mysql.test | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mysql-test/t/mysql.test') diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index f526a3fea91..54033606b53 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -678,3 +678,9 @@ select count(*) from t1; truncate table t1; --exec $MYSQL --disable-local-infile -e "/*q*/$ldli" select count(*) from t1; truncate table t1; drop table t1; + + +--echo # +--echo # MDEV-15538 '-N' Produce html output wrong +--echo # +--exec $MYSQL -NHe "select 1 as a" -- cgit v1.2.1