1460
1460
DRIZZLE_INSERT_ROW_START(table_share->getSchemaName(), table_share->getTableName());
1461
1461
setTransactionReadWrite();
1465
1465
error= ER_EVENT_OBSERVER_PLUGIN;
1469
1469
error= doInsertRecord(buf);
1470
if (unlikely(plugin::EventObserver::afterInsertRecord(*(table->in_use), *table_share, buf, error)))
1472
1472
error= ER_EVENT_OBSERVER_PLUGIN;