~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/client_priv.h

  • Committer: Brian Aker
  • Date: 2008-07-01 20:52:03 UTC
  • mfrom: (28.1.23 libtool-patch)
  • Revision ID: brian@tangent.org-20080701205203-3jm6ga57uzxy8k4t
Merge of taylor's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <errmsg.h>
23
23
#include <my_getopt.h>
24
24
 
25
 
#ifndef WEXITSTATUS
26
 
# ifdef __WIN__
27
 
#  define WEXITSTATUS(stat_val) (stat_val)
28
 
# else
29
 
#  define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
30
 
# endif
31
 
#endif
32
 
 
33
25
enum options_client
34
26
{
35
27
  OPT_CHARSETS_DIR=256, OPT_DEFAULT_CHARSET,
50
42
  OPT_OPEN_FILES_LIMIT, OPT_SET_CHARSET, OPT_CREATE_OPTIONS, OPT_SERVER_ARG,
51
43
  OPT_START_POSITION, OPT_STOP_POSITION, OPT_START_DATETIME, OPT_STOP_DATETIME,
52
44
  OPT_SIGINT_IGNORE, OPT_HEXBLOB, OPT_ORDER_BY_PRIMARY, OPT_COUNT,
53
 
#ifdef HAVE_NDBCLUSTER_DB
54
 
  OPT_NDBCLUSTER, OPT_NDB_CONNECTSTRING,
55
 
#endif
56
45
  OPT_TRIGGERS,
57
46
  OPT_MYSQL_ONLY_PRINT,
58
47
  OPT_MYSQL_LOCK_DIRECTORY,