21 Sep 22:14
SQL query clarification
Dave <dave-pdns <at> dubkat.com>
2010-09-21 20:14:26 GMT
2010-09-21 20:14:26 GMT
Hi, I need to modify the queries used by PDNS on a gmysql backed. I want to confirm whether the 'update-lastcheck-query' documentation is correct on: http://doc.powerdns.com/generic-mypgsql-backends.html#MASTER-SLAVE-QUERIES The page says: update-lastcheck-query Called to update the last time a slave domain was checked for freshness. Default: update domains set notified_serial=%d where id=%d Shouldn't it be "update domains set last_check=%d where id=%d"? Thanks, Dave
RSS Feed