diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-02-05 15:05:37 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-02-05 15:05:37 +0300 |
commit | a45ea00b32a71ef5d123e102a7379f7d79a3dbbb (patch) | |
tree | 0bf2d7fce335a1c38da55def00c6bfc5304db2ee /mysql-test/r/mysql.result | |
parent | ad935d47088485c59e6425347307b7b908790e3d (diff) | |
parent | 619037517f6827131f0f6367df57e28d1b695626 (diff) | |
download | mariadb-git-a45ea00b32a71ef5d123e102a7379f7d79a3dbbb.tar.gz |
Manual merge from mysql-next-mr.
Conflicts:
- sql/sys_vars.cc
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 b2d4531d0ad..3c53faff526 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 |