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