~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/instance/base.h

  • Committer: Lee Bieber
  • Date: 2011-02-17 04:08:28 UTC
  • mfrom: (2172.3.5 drizzle-build)
  • Revision ID: kalebral@gmail.com-20110217040828-433pc76qapign1of
Merge Brian - add the DDL for replication

Show diffs side-by-side

added added

removed removed

Lines of Context:
720
720
                              bool &error_reported);
721
721
public:
722
722
  bool parse_table_proto(Session& session, message::Table &table);
 
723
 
 
724
  virtual bool replicate() const
 
725
  {
 
726
    return false;
 
727
  }
723
728
};
724
729
 
725
730
} /* namespace drizzled */