What happens to objectid, triggerid

Enable logging to table:
SET global general_log = 0; truncate table mysql.general_log; SET global general_log = 1;
Do the thing and disable logging:
SET global general_log = 0;
See related things:
select convert(argument using utf8) from mysql.general_log where convert(argument using utf8) LIKE ('%726241%')\G

No comments: