A row tuple of inserts concurrent with two transactions does not specify a primary key id, which is self-increasing
How does Mysql ensure that two transactions are inserted smoothly, with different primary key ids?
If possible, I would like to be able to answer the execution process of insert statements, including inserting intentional locks, ensuring that the primary key ID does not conflict, and what locks are held after insert is completed.