I need your help please.
I can not create a new record with other nested records, because the console remains in BEGIN
, that is, only the first query is output, which is the one that creates the main record, but never continues to insert the nested ones. When I update if it works perfectly.
I tried MySQL to change tx_isolation
from REPEATABLE-READ
to READ-UNCOMMITTED
but nothing happened.
I attach the images so that they understand the matter a bit more.
I appreciate any help.