<div dir="ltr"><div>I am using Debian Buster and trying to call a mysql stored procedure via: gmysql-any-id-query=call getdns(?,?)</div><div><br></div><div>The
 stored procedure works fine on pdns 4.0.3-1 on Debian Stretch. When 
calling the stored procedure via the mysql console it returns the same 
results on both Buster and Stretch.</div><div><br></div><div>On Buster I'm seeing the following in the logs:</div><div><br></div><div>Jul  6 07:01:46 ns pdns_server[25975]: Query: SELECT content,ttl,prio,type,domain_id,disabled,name,auth FROM records WHERE disabled=0 and type=? and name=?<br>Jul  6 07:01:46 ns pdns_server[25975]: Query: SELECT content,ttl,prio,type,domain_id,disabled,name,auth FROM records WHERE disabled=0 and type=? and name=?<br>Jul  6 07:01:46 ns pdns_server[25975]: Query: SELECT content,ttl,prio,type,domain_id,disabled,name,auth FROM records WHERE disabled=0 and type=? and name=? and domain_id=?<br>Jul  6 07:01:46 ns pdns_server[25975]: Query: call getdns(?,?)<br>Jul  6 07:01:46 ns pdns_server[25975]: Query: call getdns(?,?)<br>Jul
  6 07:01:46 ns pdns_server[25975]: Backend reported permanent error 
which prevented lookup (GSQLBackend get: Could not bind parameters to 
mysql statement: call getdns(?,?): Prepared statement contains no 
metadata), aborting<br>Jul  6 07:01:46 ns pdns_server[25975]: Query: call getdns(?,?)<br>Jul
  6 07:01:46 ns pdns_server[25975]: Backend reported permanent error 
which prevented lookup (GSQLBackend get: Could not bind parameters to 
mysql statement: call getdns(?,?): Prepared statement contains no 
metadata), aborting<br>Jul  6 07:01:46 ns pdns_server[25975]: Backend 
error: GSQLBackend get: Could not bind parameters to mysql statement: 
call getdns(?,?): Prepared statement contains no metadata</div><div><br></div><div>On Buster I am using mysql 5.7.30 and on Stretch I am using mysql 5.6.30.</div></div>