~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.cc

Removed server_id from common_includes.
Split xid stuff into its own files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3426
3426
/**
3427
3427
  @note
3428
3428
  It's ok not to use int8store here,
3429
 
  as long as xid_t::set(uint64_t) and
3430
 
  xid_t::get_my_xid doesn't do it either.
 
3429
  as long as XID::set(uint64_t) and
 
3430
  XID::get_my_xid doesn't do it either.
3431
3431
  We don't care about actual values of xids as long as
3432
3432
  identical numbers compare identically
3433
3433
*/