120
130
/* Create the applier plugin and register it */
121
131
transaction_log_applier= new (nothrow) TransactionLogApplier("transaction_log_applier",
124
134
if (transaction_log_applier == NULL)
126
136
errmsg_printf(ERRMSG_LVL_ERROR, _("Failed to allocate the TransactionLogApplier instance. Got error: %s\n"),