~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.cc

  • Committer: Brian Aker
  • Date: 2008-09-26 23:52:54 UTC
  • Revision ID: brian@tangent.org-20080926235254-537jgpyq4g4ce0n2
First pass to dump legacy types (wow! this has been a long time coming)

Show diffs side-by-side

added added

removed removed

Lines of Context:
718
718
{
719
719
  binlog_hton= (handlerton *)p;
720
720
  binlog_hton->state=opt_bin_log ? SHOW_OPTION_YES : SHOW_OPTION_NO;
721
 
  binlog_hton->db_type=DB_TYPE_BINLOG;
722
721
  binlog_hton->savepoint_offset= sizeof(my_off_t);
723
722
  binlog_hton->close_connection= binlog_close_connection;
724
723
  binlog_hton->savepoint_set= binlog_savepoint_set;