When directing MySQL’s General Query Log to a general_log table, it has an event_time column of type timestamp – which has a resolution of 1sec. Also there is no auto-increment id column.
If multiple log entries have the same timestamp (occur on same second) – how can I know their order?
(If you know of a completely different approach to logging the queries by their order, please do share as well)
Summing up my understandings and the comments above: