~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/set_var.cc

  • Committer: Brian Aker
  • Date: 2008-07-11 00:33:12 UTC
  • mfrom: (51.1.83 remove-dbug)
  • Revision ID: brian@tangent.org-20080711003312-f4sf5n2z3obor1u8
Comming Jay's merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
927
927
 
928
928
void fix_slave_exec_mode(enum_var_type type __attribute__((__unused__)))
929
929
{
930
 
  compile_time_assert(sizeof(slave_exec_mode_options) * CHAR_BIT
931
 
                      > SLAVE_EXEC_MODE_LAST_BIT - 1);
932
930
  if (bit_is_set(slave_exec_mode_options, SLAVE_EXEC_MODE_STRICT) == 1 &&
933
931
      bit_is_set(slave_exec_mode_options, SLAVE_EXEC_MODE_IDEMPOTENT) == 1)
934
932
  {