Can I somehow detect how much MySQL queries performed via old mysql
and how much via mysqli
connections.
My basic work is recode, refactor and support old projects. I migrate from procedural to OOP style and from mysql
to mysqli
. I need to know how much old requests left from old coders (code is messy and crazy as usual to calculate this in code directly).
Thanks!