Does the inserts are finished with the transaction commit? Or they can be finished later?
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
Per the MySQL Documentation:
None of these engines support transactions, so there's no conflict in functionality here.
I would imagine that you will find that support of delayed inserts and transactions will be mutually exclusive.
Insert delayed don't work with engines that support transactions