lchopfpt

Results 7 comments of lchopfpt

I am having a similar issue with Percona 5.7.26. Trying to use query_exporter to pass table or columns as parameters doesn't work, so created a procedure to do it for...

I have tried drastically simplifying just to see if I can find when a stored proc will work. I tried no in/out parameters with a single select, so at its...

Found this on the googles. This is a documented behavior of MySQLdb: Compatibility note: It appears that the mere act of executing the CALL statement produces an empty result set,...

Realized my query wasn't clear. `select max('varchar columnname here') metric1, 'tablename' as 'label1', 'columnname' as 'label2' from tablename` So it returns something like: ``` metric1 label1 label2 foo table column...

I do not consider the db label useless, but having the ability to not include it could be nice for those that don't want it. Though I can't think of...

We are seeing the same issue with AlmaLinux 9

Hello, are there any updates here? It's feeling like pdagent and friends have been abandoned.