summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysql.test
diff options
context:
space:
mode:
authorJim Winstead <jimw@mysql.com>2009-12-17 12:06:36 -0800
committerJim Winstead <jimw@mysql.com>2009-12-17 12:06:36 -0800
commitdd1378c8ff671c96318ad90e06ed28018469ac17 (patch)
tree99ec7662f52ac10cfc1f2c5bd9b5613be6193d0f /mysql-test/t/mysql.test
parenta4a064a758471ae208f8215853b23ce547aa2d35 (diff)
parent8f4d1026de4fdac693da5639e5c6f3f6753075fa (diff)
downloadmariadb-git-dd1378c8ff671c96318ad90e06ed28018469ac17.tar.gz
Merge approved bug fix
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r--mysql-test/t/mysql.test7
1 files changed, 6 insertions, 1 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test
index 7e28358ba8b..d32d0996490 100644
--- a/mysql-test/t/mysql.test
+++ b/mysql-test/t/mysql.test
@@ -407,5 +407,10 @@ insert into t1 values ('\0b\0');
--exec $MYSQL --xml test -e "select a from t1"
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 End of 5.0 tests
+--echo
+--echo End of tests