[Pdns-users] updated patch to improve SQL db AXFR performance
    ktm at rice.edu 
    ktm at rice.edu
       
    Thu Jul 25 14:00:25 UTC 2013
    
    
  
Argh! I forgot to include one patch in the posted patchset.
Here it is:
-------------------------
--- pdns-3.3/pdns/dnsbackend.hh	2013-05-16 07:55:13.000000000 -0500
+++ pdns-3.3-FINALIZEAXFR/pdns/dnsbackend.hh	2013-07-11 20:05:43.697847786 -0500
@@ -181,7 +181,7 @@
   }
 
   //! commits the transaction started by startTransaction
-  virtual bool commitTransaction()
+  virtual bool commitTransaction(int id=-1)
   {
     return false;
   }
-------------------------
Regards,
Ken
    
    
More information about the Pdns-users
mailing list