diff options
author | Jim Winstead <jimw@mysql.com> | 2009-09-21 15:20:14 -0700 |
---|---|---|
committer | Jim Winstead <jimw@mysql.com> | 2009-09-21 15:20:14 -0700 |
commit | 8f4d1026de4fdac693da5639e5c6f3f6753075fa (patch) | |
tree | 349dbd6d8fb52bdd13c9df724c2b902367d355b8 /mysql-test/t/mysql.test | |
parent | d6ca0cbb23544e2e033f512f400a91ce6245a9a4 (diff) | |
download | mariadb-git-8f4d1026de4fdac693da5639e5c6f3f6753075fa.tar.gz |
The mysql command line client ignored the --skip-column-names option
when used in conjunction with --vertical. (Bug #47147, patch by
Harrison Fisk)
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r-- | mysql-test/t/mysql.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index cffa6392fa3..7b87ae10e59 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -402,4 +402,9 @@ insert into t1 values ('\0b\0'); drop table t1; --echo +--echo Bug #47147: mysql client option --skip-column-names does not apply to vertical output +--echo +--exec $MYSQL --skip-column-names --vertical test -e "select 1 as a" + +--echo --echo End of tests |