~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/xa_resource_manager.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-22 22:23:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110622222329-nnn26zfomy4tsxak
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
  if (commit_list.size())
206
206
    errmsg_printf(error::INFO, _("Crash recovery finished."));
207
207
 
208
 
  return(0);
 
208
  return 0;
209
209
}
210
210
 
211
211
bool XaResourceManager::addPlugin(XaResourceManager *resource_manager)