@@ -1,5 +1,5 @@
---- pdns-3.2/modules/gmysqlbackend/gmysqlbackend.cc 2013-01-17 10:16:53.000000000 +0100
-+++ pdns-3.2.new/modules/gmysqlbackend/gmysqlbackend.cc 2013-05-03 10:51:33.033534080 +0200
+--- modules/gmysqlbackend/gmysqlbackend.cc 2013-01-17 10:16:53.000000000 +0100
++++ modules/gmysqlbackend/gmysqlbackend.cc 2013-05-03 10:51:33.033534080 +0200
@@ -31,6 +31,24 @@
throw AhuException("Unable to launch "+mode+" connection: "+e.txtReason());
}
@@ -39,8 +39,8 @@
declare(suffix,"basic-query","Basic query","select content,ttl,prio,type,domain_id,name from records where type='%s' and name='%s'");
declare(suffix,"id-query","Basic with ID query","select content,ttl,prio,type,domain_id,name from records where type='%s' and name='%s' and domain_id=%d");
declare(suffix,"wildcard-query","Wildcard query","select content,ttl,prio,type,domain_id,name from records where type='%s' and name like '%s'");
---- pdns-3.2/pdns/backends/gsql/gsqlbackend.cc 2013-01-17 10:16:52.000000000 +0100
-+++ pdns-3.2.new/pdns/backends/gsql/gsqlbackend.cc 2013-05-03 10:46:20.135360708 +0200
+--- pdns/backends/gsql/gsqlbackend.cc 2013-01-17 10:16:52.000000000 +0100
++++ pdns/backends/gsql/gsqlbackend.cc 2013-05-03 10:46:20.135360708 +0200
@@ -78,7 +78,7 @@
d_MasterOfDomainsZoneQuery.c_str(),
sqlEscape(domain).c_str());
@@ -140,8 +140,8 @@
catch (const SSqlException& e) {
//DLOG(L<<"GSQLBackend unable to calculate SOA serial: " << e.txtReason()<<endl);
diff -ru pdns-3.2/pdns/backends/gsql/gsqlbackend.hh pdns-3.2.new/pdns/backends/gsql/gsqlbackend.hh
---- pdns-3.2/pdns/backends/gsql/gsqlbackend.hh 2013-01-17 10:16:52.000000000 +0100
-+++ pdns-3.2.new/pdns/backends/gsql/gsqlbackend.hh 2013-05-03 10:46:20.135360708 +0200
+--- pdns/backends/gsql/gsqlbackend.hh 2013-01-17 10:16:52.000000000 +0100
++++ pdns/backends/gsql/gsqlbackend.hh 2013-05-03 10:46:20.135360708 +0200
@@ -15,12 +15,24 @@
{
if(d_db)
|