I've found two methods that both seem to work fine (on 4.0.18) for setting dynamic 
variables:

mysql> set @@session.autocommit=0;
mysql> set session autocommit=0;

Which is the preferred (latest) method?  Is one eventually going to be deprecated?

Thanks,

Lou

Reply via email to