summaryrefslogtreecommitdiff
path: root/client/client_priv.h
diff options
context:
space:
mode:
authorunknown <papa@gbichot.local>2003-03-01 23:34:34 +0100
committerunknown <papa@gbichot.local>2003-03-01 23:34:34 +0100
commite376fa6186b91ad71178cf97017208fb3360cbbd (patch)
treeab49162f6045e179c6e163bdf9ec4ee23e03d902 /client/client_priv.h
parent67b5eb7fa0a774de9060e9925332d1bd005a12f0 (diff)
downloadmariadb-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.h2
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 };