summaryrefslogtreecommitdiff
path: root/client/client_priv.h
diff options
context:
space:
mode:
authorpapa@gbichot.local <>2003-03-01 23:34:34 +0100
committerpapa@gbichot.local <>2003-03-01 23:34:34 +0100
commitb9d94d2b6f2bf5fe48441043db87f58d0fe5c95a (patch)
treeab49162f6045e179c6e163bdf9ec4ee23e03d902 /client/client_priv.h
parent35636c6bd098bfabecfa78503a15a0ccc5d31267 (diff)
downloadmariadb-git-b9d94d2b6f2bf5fe48441043db87f58d0fe5c95a.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.
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 };