summaryrefslogtreecommitdiff
path: root/client/client_priv.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-11-08 20:57:36 +0100
committerunknown <serg@serg.mysql.com>2002-11-08 20:57:36 +0100
commit363cdb3aa797350f7861799407ab217265b39597 (patch)
treeb5435641f1ae2c05f048117f518f7ab0a1eee0cb /client/client_priv.h
parentc219f509c2adfaaf1a46c67b78676d6c8fde682e (diff)
downloadmariadb-git-363cdb3aa797350f7861799407ab217265b39597.tar.gz
--use-frm option to mysqlcheck
Diffstat (limited to 'client/client_priv.h')
-rw-r--r--client/client_priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client_priv.h b/client/client_priv.h
index acf9455bf9c..b8181245be2 100644
--- a/client/client_priv.h
+++ b/client/client_priv.h
@@ -17,7 +17,7 @@
/* Common defines for all clients */
#include <my_global.h>
-#include <my_sys.h>
+#include <my_sys.h>
#include <m_string.h>
#include <mysql.h>
#include <mysql_embed.h>
@@ -37,4 +37,4 @@ enum options { OPT_CHARSETS_DIR=256, OPT_DEFAULT_CHARSET,
OPT_SELECT_LIMIT, OPT_MAX_JOIN_SIZE, OPT_SSL_SSL,
OPT_SSL_KEY, OPT_SSL_CERT, OPT_SSL_CA, OPT_SSL_CAPATH,
OPT_SSL_CIPHER, OPT_SHUTDOWN_TIMEOUT, OPT_LOCAL_INFILE,
- OPT_PROMPT, OPT_IGN_LINES,OPT_TRANSACTION };
+ OPT_PROMPT, OPT_IGN_LINES,OPT_TRANSACTION, OPT_FRM };