From: Kees Monshouwer Date: Tue, 31 Dec 2013 08:22:50 +0000 (+0100) Subject: disable goracle transactions in zone2sql (for now) X-Git-Tag: rec-3.6.0-rc1~274^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c87f6c0647b079663ec7067805d7dcea6153bc4b;p=thirdparty%2Fpdns.git disable goracle transactions in zone2sql (for now) --- diff --git a/pdns/zone2sql.cc b/pdns/zone2sql.cc index 0cfec047fc..1019fc0209 100644 --- a/pdns/zone2sql.cc +++ b/pdns/zone2sql.cc @@ -93,7 +93,7 @@ static void startNewTransaction() return; if(g_intransaction) { - if(g_mode==POSTGRES || g_mode==ORACLE) { + if(g_mode==POSTGRES) { cout<<"COMMIT WORK;"<