When I execute this command in MySQL:
SET FOREIGN_KEY_CHECKS=0;
Does it affect the whole engine or it is only my current transaction?
When I execute this command in MySQL:
SET FOREIGN_KEY_CHECKS=0;
Does it affect the whole engine or it is only my current transaction?