~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/module.cc

  • Committer: Brian Aker
  • Date: 2010-04-07 21:48:32 UTC
  • mfrom: (1452.1.4 more-valgrind)
  • Revision ID: brian@gaz-20100407214832-oextryuxkhdcftka
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
    }
136
136
    /* Create the applier plugin and register it */
137
137
    transaction_log_applier= new (nothrow) TransactionLogApplier("transaction_log_applier",
138
 
                                                                 *transaction_log, 
 
138
                                                                 transaction_log, 
139
139
                                                                 sysvar_transaction_log_num_write_buffers);
140
140
    if (transaction_log_applier == NULL)
141
141
    {