[Pdns-users] transaction support in my db?
Lehel Bernadt
lists at pmc-services.hu
Wed May 12 18:54:33 UTC 2004
On Wednesday 12 May 2004 20:25, Bob Lockie wrote:
> Maybe the PowerDNS documentation was written before MySQL supported
> transactions.
No, it wasn't. MySQL can use different storage engines, the default (MyISAM)
doesn't support transactions, but InnoDB does. However, because it isn't the
default, you have to specify "type=InnoDB" in your "CREATE TABLE" command for
your transaction-enabled table.
More information about the Pdns-users
mailing list