~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to client/client_priv.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
18
#include <my_global.h>
 
19
#include <my_sys.h>
 
20
#include <m_string.h>
 
21
#include <mysql.h>
 
22
#include <mysql_embed.h>
 
23
#include <errmsg.h>
 
24
#include <my_getopt.h>
 
25
 
 
26
#ifndef WEXITSTATUS
 
27
# ifdef __WIN__
 
28
#  define WEXITSTATUS(stat_val) (stat_val)
 
29
# else
 
30
#  define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
 
31
# endif
 
32
#endif
 
33
 
 
34
/* Version numbers for deprecation messages */
 
35
#define VER_CELOSIA "5.6"
 
36
 
 
37
#define WARN_DEPRECATED(Ver,Old,New)                                      \
 
38
  do {                                                                    \
 
39
    printf("Warning: The option '%s' is deprecated and will be removed " \
 
40
           "in a future release. Please use %s instead.\n", (Old), (New)); \
 
41
  } while(0);
 
42
 
 
43
enum options_client
 
44
{
 
45
  OPT_CHARSETS_DIR=256, OPT_DEFAULT_CHARSET,
 
46
  OPT_PAGER, OPT_NOPAGER, OPT_TEE, OPT_NOTEE,
 
47
  OPT_LOW_PRIORITY, OPT_AUTO_REPAIR, OPT_COMPRESS,
 
48
  OPT_DROP, OPT_LOCKS, OPT_KEYWORDS, OPT_DELAYED, OPT_OPTIMIZE,
 
49
  OPT_FTB, OPT_LTB, OPT_ENC, OPT_O_ENC, OPT_ESC, OPT_TABLES,
 
50
  OPT_MASTER_DATA, OPT_AUTOCOMMIT, OPT_AUTO_REHASH,
 
51
  OPT_LINE_NUMBERS, OPT_COLUMN_NAMES, OPT_CONNECT_TIMEOUT,
 
52
  OPT_MAX_ALLOWED_PACKET, OPT_NET_BUFFER_LENGTH,
 
53
  OPT_SELECT_LIMIT, OPT_MAX_JOIN_SIZE, OPT_SSL_SSL,
 
54
  OPT_SSL_KEY, OPT_SSL_CERT, OPT_SSL_CA, OPT_SSL_CAPATH,
 
55
  OPT_SSL_CIPHER, OPT_SHUTDOWN_TIMEOUT, OPT_LOCAL_INFILE,
 
56
  OPT_DELETE_MASTER_LOGS, OPT_COMPACT,
 
57
  OPT_PROMPT, OPT_IGN_LINES,OPT_TRANSACTION,OPT_MYSQL_PROTOCOL,
 
58
  OPT_SHARED_MEMORY_BASE_NAME, OPT_FRM, OPT_SKIP_OPTIMIZATION,
 
59
  OPT_COMPATIBLE, OPT_RECONNECT, OPT_DELIMITER, OPT_SECURE_AUTH,
 
60
  OPT_OPEN_FILES_LIMIT, OPT_SET_CHARSET, OPT_SERVER_ARG,
 
61
  OPT_POSITION, OPT_STOP_POSITION, OPT_START_DATETIME, OPT_STOP_DATETIME,
 
62
  OPT_SIGINT_IGNORE, OPT_HEXBLOB, OPT_ORDER_BY_PRIMARY, OPT_COUNT,
 
63
#ifdef HAVE_NDBCLUSTER_DB
 
64
  OPT_NDBCLUSTER, OPT_NDB_CONNECTSTRING,
 
65
#endif
 
66
  OPT_TRIGGERS,
 
67
  OPT_MYSQL_ONLY_PRINT,
 
68
  OPT_MYSQL_LOCK_DIRECTORY,
 
69
  OPT_USE_THREADS,
 
70
  OPT_IMPORT_USE_THREADS,
 
71
  OPT_MYSQL_NUMBER_OF_QUERY,
 
72
  OPT_IGNORE_TABLE,OPT_INSERT_IGNORE,OPT_SHOW_WARNINGS,OPT_DROP_DATABASE,
 
73
  OPT_TZ_UTC, OPT_AUTO_CLOSE, OPT_CREATE_SLAP_SCHEMA,
 
74
  OPT_SLAP_CSV, OPT_SLAP_CREATE_STRING,
 
75
  OPT_SLAP_AUTO_GENERATE_SQL_LOAD_TYPE, OPT_SLAP_AUTO_GENERATE_WRITE_NUM,
 
76
  OPT_SLAP_AUTO_GENERATE_ADD_AUTO,
 
77
  OPT_SLAP_AUTO_GENERATE_GUID_PRIMARY,
 
78
  OPT_SLAP_AUTO_GENERATE_EXECUTE_QUERIES,
 
79
  OPT_SLAP_AUTO_GENERATE_SECONDARY_INDEXES,
 
80
  OPT_SLAP_AUTO_GENERATE_UNIQUE_WRITE_NUM,
 
81
  OPT_SLAP_AUTO_GENERATE_UNIQUE_QUERY_NUM,
 
82
  OPT_SLAP_PRE_QUERY,
 
83
  OPT_SLAP_POST_QUERY,
 
84
  OPT_SLAP_PRE_SYSTEM,
 
85
  OPT_SLAP_POST_SYSTEM,
 
86
  OPT_SLAP_COMMIT,
 
87
  OPT_SLAP_DETACH,
 
88
  OPT_MYSQL_REPLACE_INTO, OPT_BASE64_OUTPUT_MODE, OPT_SERVER_ID,
 
89
  OPT_FIX_TABLE_NAMES, OPT_FIX_DB_NAMES, OPT_SSL_VERIFY_SERVER_CERT,
 
90
  OPT_DEBUG_INFO, OPT_DEBUG_CHECK, OPT_COLUMN_TYPES, OPT_ERROR_LOG_FILE,
 
91
  OPT_WRITE_BINLOG, OPT_DUMP_DATE,
 
92
  OPT_FIRST_SLAVE,
 
93
  OPT_ALL,
 
94
  OPT_MAX_CLIENT_OPTION
 
95
};