Ordering using timestamps without fractional part fails on MySQL 8
Found on my Fedora 29 with community MySQL 8: some get-all unit tests of the MySQL VB hook failed to retrieve audit records in the expected order and all records have the same timestamp.
Fortunately the fix is easy: sort same timestamp records using the auto-increment id.
Edited by Francis Dupont