~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
/* Copyright (C) 2001-2006 MySQL AB
2
3
   This program is free software; you can redistribute it and/or modify
4
   it under the terms of the GNU General Public License as published by
5
   the Free Software Foundation; version 2 of the License.
6
7
   This program is distributed in the hope that it will be useful,
8
   but WITHOUT ANY WARRANTY; without even the implied warranty of
9
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10
   GNU General Public License for more details.
11
12
   You should have received a copy of the GNU General Public License
13
   along with this program; if not, write to the Free Software
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
16
/* Common defines for all clients */
17
212.5.39 by Monty Taylor
Phew. Moved my_base and my_global.
18
#include <drizzled/global.h>
212.5.13 by Monty Taylor
Moved my_sys/my_pthread/my_nosys and mysys_err to mysys.
19
#include <mysys/my_sys.h>
212.5.18 by Monty Taylor
Moved m_ctype, m_string and my_bitmap. Removed t_ctype.
20
#include <mystrings/m_string.h>
779.3.37 by Monty Taylor
Renmaed libdrizzle in the tree to libdrizzleclient to avoid namespace clashes
21
#include <libdrizzleclient/libdrizzle.h>
22
#include <libdrizzleclient/errmsg.h>
23
#include <libdrizzleclient/password.h>
24
#include <libdrizzleclient/get_password.h>
212.5.21 by Monty Taylor
Moved my_getopt.h
25
#include <mysys/my_getopt.h>
1 by brian
clean slate
26
481.1.15 by Monty Taylor
Removed time.h and sys/time.h from global.h.
27
#if TIME_WITH_SYS_TIME
28
# include <sys/time.h>
29
# include <time.h>
30
#else
31
# if HAVE_SYS_TIME_H
32
#  include <sys/time.h>
33
# else
34
#  include <time.h>
35
# endif
660.1.3 by Eric Herman
removed trailing whitespace with simple script:
36
#endif
481.1.15 by Monty Taylor
Removed time.h and sys/time.h from global.h.
37
38
1 by brian
clean slate
39
enum options_client
40
{
41
  OPT_CHARSETS_DIR=256, OPT_DEFAULT_CHARSET,
42
  OPT_PAGER, OPT_NOPAGER, OPT_TEE, OPT_NOTEE,
43
  OPT_LOW_PRIORITY, OPT_AUTO_REPAIR, OPT_COMPRESS,
44
  OPT_DROP, OPT_LOCKS, OPT_KEYWORDS, OPT_DELAYED, OPT_OPTIMIZE,
45
  OPT_FTB, OPT_LTB, OPT_ENC, OPT_O_ENC, OPT_ESC, OPT_TABLES,
46
  OPT_MASTER_DATA, OPT_AUTOCOMMIT, OPT_AUTO_REHASH,
47
  OPT_LINE_NUMBERS, OPT_COLUMN_NAMES, OPT_CONNECT_TIMEOUT,
48
  OPT_MAX_ALLOWED_PACKET, OPT_NET_BUFFER_LENGTH,
49
  OPT_SELECT_LIMIT, OPT_MAX_JOIN_SIZE, OPT_SSL_SSL,
50
  OPT_SSL_KEY, OPT_SSL_CERT, OPT_SSL_CA, OPT_SSL_CAPATH,
51
  OPT_SSL_CIPHER, OPT_SHUTDOWN_TIMEOUT, OPT_LOCAL_INFILE,
52
  OPT_DELETE_MASTER_LOGS, OPT_COMPACT,
206.3.1 by Patrick Galbraith
Most everything working with client rename
53
  OPT_PROMPT, OPT_IGN_LINES,OPT_TRANSACTION,OPT_DRIZZLE_PROTOCOL,
1 by brian
clean slate
54
  OPT_SHARED_MEMORY_BASE_NAME, OPT_FRM, OPT_SKIP_OPTIMIZATION,
55
  OPT_COMPATIBLE, OPT_RECONNECT, OPT_DELIMITER, OPT_SECURE_AUTH,
56
  OPT_OPEN_FILES_LIMIT, OPT_SET_CHARSET, OPT_CREATE_OPTIONS, OPT_SERVER_ARG,
57
  OPT_START_POSITION, OPT_STOP_POSITION, OPT_START_DATETIME, OPT_STOP_DATETIME,
58
  OPT_SIGINT_IGNORE, OPT_HEXBLOB, OPT_ORDER_BY_PRIMARY, OPT_COUNT,
59
  OPT_TRIGGERS,
206.3.1 by Patrick Galbraith
Most everything working with client rename
60
  OPT_DRIZZLE_ONLY_PRINT,
61
  OPT_DRIZZLE_LOCK_DIRECTORY,
1 by brian
clean slate
62
  OPT_USE_THREADS,
63
  OPT_IMPORT_USE_THREADS,
206.3.1 by Patrick Galbraith
Most everything working with client rename
64
  OPT_DRIZZLE_NUMBER_OF_QUERY,
1 by brian
clean slate
65
  OPT_IGNORE_TABLE,OPT_INSERT_IGNORE,OPT_SHOW_WARNINGS,OPT_DROP_DATABASE,
66
  OPT_TZ_UTC, OPT_AUTO_CLOSE, OPT_CREATE_SLAP_SCHEMA,
206.3.1 by Patrick Galbraith
Most everything working with client rename
67
  OPT_DRIZZLEDUMP_SLAVE_APPLY,
68
  OPT_DRIZZLEDUMP_SLAVE_DATA,
69
  OPT_DRIZZLEDUMP_INCLUDE_MASTER_HOST_PORT,
1 by brian
clean slate
70
  OPT_SLAP_CSV, OPT_SLAP_CREATE_STRING,
71
  OPT_SLAP_AUTO_GENERATE_SQL_LOAD_TYPE, OPT_SLAP_AUTO_GENERATE_WRITE_NUM,
72
  OPT_SLAP_AUTO_GENERATE_ADD_AUTO,
73
  OPT_SLAP_AUTO_GENERATE_GUID_PRIMARY,
74
  OPT_SLAP_AUTO_GENERATE_EXECUTE_QUERIES,
75
  OPT_SLAP_AUTO_GENERATE_SECONDARY_INDEXES,
76
  OPT_SLAP_AUTO_GENERATE_UNIQUE_WRITE_NUM,
77
  OPT_SLAP_AUTO_GENERATE_UNIQUE_QUERY_NUM,
78
  OPT_SLAP_PRE_QUERY,
79
  OPT_SLAP_POST_QUERY,
80
  OPT_SLAP_PRE_SYSTEM,
81
  OPT_SLAP_POST_SYSTEM,
82
  OPT_SLAP_IGNORE_SQL_ERRORS,
83
  OPT_SLAP_COMMIT,
84
  OPT_SLAP_DETACH,
206.3.1 by Patrick Galbraith
Most everything working with client rename
85
  OPT_DRIZZLE_REPLACE_INTO, OPT_BASE64_OUTPUT_MODE, OPT_SERVER_ID,
1 by brian
clean slate
86
  OPT_SLAP_BURNIN,
87
  OPT_SLAP_TIMER_LENGTH,
88
  OPT_SLAP_DELAYED_START,
89
  OPT_SLAP_SET_RANDOM_SEED,
90
  OPT_SLAP_BLOB_COL,
91
  OPT_SLAP_LABEL,
92
  OPT_SLAP_AUTO_GENERATE_SELECT_COLUMNS,
93
  OPT_FIX_TABLE_NAMES, OPT_FIX_DB_NAMES, OPT_SSL_VERIFY_SERVER_CERT,
94
  OPT_AUTO_VERTICAL_OUTPUT,
722.4.1 by Mark Atwood
integrate errmsg plugin into sql_print_* functions
95
  OPT_DEBUG_INFO, OPT_DEBUG_CHECK, OPT_COLUMN_TYPES,
1 by brian
clean slate
96
  OPT_WRITE_BINLOG, OPT_DUMP_DATE,
670.1.4 by Monty Taylor
Imported patch from LinuxJedi to add import status messages.
97
  OPT_MAX_CLIENT_OPTION,
672.1.2 by Andrew Hutchings
Fix help for show-progress-size
98
  OPT_SHOW_PROGRESS_SIZE
1 by brian
clean slate
99
};