Logging requests created by triggers in MySQL

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?

+3
source share

Source: https://habr.com/ru/post/1781469/


All Articles