~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.cc

  • Committer: Patrick Galbraith
  • Date: 2008-08-22 20:19:13 UTC
  • mfrom: (365.1.2 drizzle)
  • Revision ID: patg@radha.local-20080822201913-njjzdfrlihco6ap1
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2967
2967
 
2968
2968
  /* Pre-conditions */
2969
2969
  assert(current_stmt_binlog_row_based && mysql_bin_log.is_open());
2970
 
  assert(table->s->table_map_id != ULONG_MAX);
 
2970
  assert(table->s->table_map_id != UINT32_MAX);
2971
2971
 
2972
2972
  Table_map_log_event::flag_set const
2973
2973
    flags= Table_map_log_event::TM_NO_FLAGS;