diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-12-24 10:56:13 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-12-24 10:56:13 +0300 |
commit | 0ae23cd69d3c13dba2a73750e93abf3342f21eb4 (patch) | |
tree | 27d736b66dbef96f0119023bc78b639f7a59faaa /mysql-test/r/mysql.result | |
parent | 6e9dad7e67e377ce14bc528c614d6ff7491235d0 (diff) | |
parent | f6a8efbea3f8572c72066343b58ba88e679edc2c (diff) | |
download | mariadb-git-0ae23cd69d3c13dba2a73750e93abf3342f21eb4.tar.gz |
Auto-merge from mysql-trunk-merge.
Diffstat (limited to 'mysql-test/r/mysql.result')
-rw-r--r-- | mysql-test/r/mysql.result | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mysql-test/r/mysql.result b/mysql-test/r/mysql.result index 366052af95e..b50fcb35ee3 100644 --- a/mysql-test/r/mysql.result +++ b/mysql-test/r/mysql.result @@ -427,4 +427,10 @@ a: b </row> </resultset> drop table t1; -End of 5.0 tests + +Bug #47147: mysql client option --skip-column-names does not apply to vertical output + +*************************** 1. row *************************** +1 + +End of tests |