~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.cc

  • Committer: Monty Taylor
  • Date: 2008-11-17 07:23:53 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081117072353-tc8ykdsycno0cc5u
Split out a little more code. Removed table_list.h from common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3877
3877
}
3878
3878
 
3879
3879
 
 
3880
bool DRIZZLE_BIN_LOG::is_table_mapped(Table *table) const
 
3881
{
 
3882
  return table->s->table_map_version == table_map_version();
 
3883
}
 
3884
 
 
3885
 
3880
3886
#ifdef INNODB_COMPATIBILITY_HOOKS
3881
3887
/**
3882
3888
  Get the file name of the MySQL binlog.