MySQL transaction and triggers?

I thought that single operation of insert is atomic and table is locked while transaction is in progress Either table is locked (MyISAM is used) or records may be locked (InnoDB is used), not both Since you mentioned "transaction", I assume that InnoDB is in use. One of InnoDB advantages is absence of table locks, so nothing will prevent many triggers' bodies to be executed simultaneously and produce the same result.

I thought that single operation of insert is atomic and table is locked while transaction is in progress Either table is locked (MyISAM is used) or records may be locked (InnoDB is used), not both. Since you mentioned "transaction", I assume that InnoDB is in use. One of InnoDB advantages is absence of table locks, so nothing will prevent many triggers' bodies to be executed simultaneously and produce the same result.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions