~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replicator.cc

  • Committer: Monty Taylor
  • Date: 2009-03-24 17:44:41 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 964.
  • Revision ID: mordred@inaugust.com-20090324174441-nmsq0gwjlgf7f0mt
Changed handlerton to StorageEngine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
/*
92
92
  This call is called once at the begining of each transaction.
93
93
*/
94
 
extern handlerton *binlog_hton;
 
94
extern StorageEngine *binlog_hton;
95
95
bool replicator_session_init(Session *session)
96
96
{
97
97
  bool foreach_rv;