diff options
author | Magne Mahre <magne.mahre@sun.com> | 2009-11-04 13:20:02 +0100 |
---|---|---|
committer | Magne Mahre <magne.mahre@sun.com> | 2009-11-04 13:20:02 +0100 |
commit | e30e0b7c7dfc344822a6722771b69ee112d3f0ef (patch) | |
tree | f6d86ef81ec08939e0aa23d21d3f7888a1e90b0f /client/client_priv.h | |
parent | df6d4bf1b47a203925db754601774f20dc897ae5 (diff) | |
download | mariadb-git-e30e0b7c7dfc344822a6722771b69ee112d3f0ef.tar.gz |
Bug#26780: automatic vertical output for wide results
Feature from Eric Bergen, CLA signed 2007-06-27.
Adds new mysql client option "--auto-vertical-output", which causes
the client to test whether a result table is too wide for the current
window (where available) and emit vertical results in that case.
Otherwise, it sends normal tabular results.
Diffstat (limited to 'client/client_priv.h')
-rw-r--r-- | client/client_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/client_priv.h b/client/client_priv.h index e99d34ffa97..c24e125e200 100644 --- a/client/client_priv.h +++ b/client/client_priv.h @@ -78,6 +78,7 @@ enum options_client OPT_SLAP_DETACH, OPT_MYSQL_REPLACE_INTO, OPT_BASE64_OUTPUT_MODE, OPT_SERVER_ID, OPT_FIX_TABLE_NAMES, OPT_FIX_DB_NAMES, OPT_SSL_VERIFY_SERVER_CERT, + OPT_AUTO_VERTICAL_OUTPUT, OPT_DEBUG_INFO, OPT_DEBUG_CHECK, OPT_COLUMN_TYPES, OPT_ERROR_LOG_FILE, OPT_WRITE_BINLOG, OPT_DUMP_DATE, OPT_INIT_COMMAND, |