View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 09:25 AM
Ham Pastrami
 
Posts: n/a
Default 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.



Reply With Quote