From c87f6c0647b079663ec7067805d7dcea6153bc4b Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Tue, 31 Dec 2013 09:22:50 +0100 Subject: [PATCH] disable goracle transactions in zone2sql (for now) --- pdns/zone2sql.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;"<