Is there a way to log queries generated by triggers in MySQL in the general query log? My general query log does not seem to pick them up.
Also, if the request generated by the trigger exceeds the threshold for slow requests, will it be logged in the slow request log?
source
share