summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-12-24 10:56:13 +0300
committerAlexander Nozdrin <alik@sun.com>2009-12-24 10:56:13 +0300
commit7917f0852f57ff0fecb80f561eccd674a4e1866d (patch)
tree27d736b66dbef96f0119023bc78b639f7a59faaa /mysql-test/t
parente446a244e0125841d00511ab150db8275c81b0f8 (diff)
parent6bb8cd842981f3ccdfc08e3cbd0d702fc956c314 (diff)
downloadmariadb-git-7917f0852f57ff0fecb80f561eccd674a4e1866d.tar.gz
Auto-merge from mysql-trunk-merge.
Diffstat (limited to 'mysql-test/t')
-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 707867337bd..3a2084aef08 100644
--- a/mysql-test/t/mysql.test
+++ b/mysql-test/t/mysql.test
@@ -420,5 +420,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