~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/module.cc

  • Committer: Brian Aker
  • Date: 2010-03-14 19:22:30 UTC
  • mfrom: (1333.2.1 bug536818)
  • Revision ID: brian@gaz-20100314192230-mi86rb4tjteb4d8d
Merge in Jay's bug fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
  if (transaction_log)
183
183
  {
184
184
    registry.remove(transaction_log_applier);
 
185
    delete transaction_log_applier;
185
186
    delete transaction_log;
186
187
    delete transaction_log_index;
187
188