Do sourced queries automatically commit? Greetings all, I am trying to track down the cause of some issues I'm
having. I am doing this from the mysql prompt:
start transaction;
source c:/queries.sql;
rollback;
When I examine the db though, it appears that the changes from the sourced
queries have been committed. |