1481
1481
if (table->timestamp_field_type & TIMESTAMP_AUTO_SET_ON_INSERT)
1482
1482
table->timestamp_field->set_time();
1485
1485
setTransactionReadWrite();
1487
1487
if (unlikely(plugin::EventObserver::beforeInsertRecord(*(table->in_use), *table_share, buf)))