1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix for MDEV-15538, '-N' Produce html output wrong

This commit is contained in:
chriscalender
2019-02-10 15:48:12 -05:00
committed by Sergey Vojtovich
parent 0dd12b4f2a
commit f00e25b4c4
3 changed files with 12 additions and 1 deletions

View File

@@ -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"