2016-12-21 23:14 GMT+01:00 bodenhalt...@googlemail.com <
bodenhalt...@gmail.com>:
>
> And have you an idea for tx_isolation?
>
This is solved.
FYI: prepared statements are a "known issue" for maxscale:
https://mariadb.com/kb/en/mariadb-enterprise/mariadb-maxscale-14/limitations-and-known-issues-
Hi Thomas,
2016-12-21 21:42 GMT+01:00 Thomas Mieslinger :
> Hi Norbert,
>
> please take a look at the database tables and you will immediately
> understand that pdns is looking up records to build dns answers.
>
> You see '?' because pdns 4.0.0+ uses prepared statements, and thats the
> way mysql
Hi Norbert,
please take a look at the database tables and you will immediately
understand that pdns is looking up records to build dns answers.
You see '?' because pdns 4.0.0+ uses prepared statements, and thats the
way mysql logs them.
Cheers
Thomas
Am 21.12.2016 um 11:48 schrieb bodenha
Hi David
Here is what I have done
I upgraded the database but still the same so:
I completely removed PDNS
Clean installed PDNS-Server PDNS-backend-mysql PowerAdmin
I then used Poweradmin to create 2 domain zones (Same domains I provided in the
list where it was erroring on one and positive r
Hi,
i have some questions about the gmysql module and some of the queries.
1. I see 20 queries every second like:
SELECT content,ttl,prio,type,domain_id,disabled,name,auth FROM records
WHERE disabled=0 and type=? and name=?
SELECT content,ttl,prio,type,domain_id,disabled,name,auth FROM records
WH