diff options
author | unknown <papa@gbichot.local> | 2003-03-01 23:34:34 +0100 |
---|---|---|
committer | unknown <papa@gbichot.local> | 2003-03-01 23:34:34 +0100 |
commit | e376fa6186b91ad71178cf97017208fb3360cbbd (patch) | |
tree | ab49162f6045e179c6e163bdf9ec4ee23e03d902 /client/client_priv.h | |
parent | 67b5eb7fa0a774de9060e9925332d1bd005a12f0 (diff) | |
download | mariadb-git-e376fa6186b91ad71178cf97017208fb3360cbbd.tar.gz |
Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client.
Disabling can be safer when the server silently dies & restarts.
This is for SCRUM task #727.
client/client_priv.h:
Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client
client/mysql.cc:
Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client.
Disabling can be safer when the server silently dies & restarts.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'client/client_priv.h')
-rw-r--r-- | client/client_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client_priv.h b/client/client_priv.h index b6bfc253854..8439eee4eed 100644 --- a/client/client_priv.h +++ b/client/client_priv.h @@ -39,4 +39,4 @@ enum options { OPT_CHARSETS_DIR=256, OPT_DEFAULT_CHARSET, OPT_SSL_CIPHER, OPT_SHUTDOWN_TIMEOUT, OPT_LOCAL_INFILE, OPT_PROMPT, OPT_IGN_LINES,OPT_TRANSACTION,OPT_MYSQL_PROTOCOL, OPT_SHARED_MEMORY_BASE_NAME, OPT_FRM, OPT_SKIP_OPTIMIZATION, - OPT_COMPATIBLE }; + OPT_COMPATIBLE, OPT_RECONNECT }; |