~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Brian Aker
  • Date: 2009-12-03 21:03:24 UTC
  • mto: (1237.2.7 push) (1238.1.1 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: brian@gaz-20091203210324-y5e4a6qw37jajekc
Remove dead bits in parser/whitespace/etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
#define OPTION_WARNINGS         (UINT64_C(1) << 13)    // THD, user
61
61
#define OPTION_AUTO_IS_NULL     (UINT64_C(1) << 14)    // THD, user, binlog
62
62
#define OPTION_FOUND_COMMENT    (UINT64_C(1) << 15)    // SELECT, intern, parser
63
 
#define OPTION_SAFE_UPDATES     (UINT64_C(1) << 16)    // THD, user
64
63
#define OPTION_BUFFER_RESULT    (UINT64_C(1) << 17)    // SELECT, user
65
64
#define OPTION_NOT_AUTOCOMMIT   (UINT64_C(1) << 19)    // THD, user
66
65
#define OPTION_BEGIN            (UINT64_C(1) << 20)    // THD, intern
67
 
#define OPTION_QUICK            (UINT64_C(1) << 22)    // SELECT (for DELETE)
68
66
 
69
67
/* The following is used to detect a conflict with DISTINCT */
70
68
#define SELECT_ALL              (UINT64_C(1) << 24)    // SELECT, user, parser