summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysql.test
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
commit0ae23cd69d3c13dba2a73750e93abf3342f21eb4 (patch)
tree27d736b66dbef96f0119023bc78b639f7a59faaa /mysql-test/t/mysql.test
parent6e9dad7e67e377ce14bc528c614d6ff7491235d0 (diff)
parentf6a8efbea3f8572c72066343b58ba88e679edc2c (diff)
downloadmariadb-git-0ae23cd69d3c13dba2a73750e93abf3342f21eb4.tar.gz
Auto-merge from mysql-trunk-merge.
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 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