~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.h

  • Committer: Monty Taylor
  • Date: 2008-09-23 01:53:40 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923015340-z8p6sbl7y27c4k30
Enabled -Wlong-long.

Show diffs side-by-side

added added

removed removed

Lines of Context:
459
459
 
460
460
/* Shouldn't be defined before */
461
461
#define EXPECTED_OPTIONS \
462
 
  ((1ULL << 14) | (1ULL << 26) | (1ULL << 27) | (1ULL << 19))
 
462
  ((1U << 14) | (1U << 26) | (1U << 27) | (1U << 19))
463
463
 
464
464
#if OPTIONS_WRITTEN_TO_BIN_LOG != EXPECTED_OPTIONS
465
465
#error OPTIONS_WRITTEN_TO_BIN_LOG must NOT change their values!