Last modified: 2013-03-25 09:15:44 UTC
For example, user contributions, page history, logging etc. These pages use the last timestamp returned and on the next page it uses WHERE xx_timestamp < $offset, so if not all values having the same timestamp were returned on the previous page, they're missed in paging. This is just bug 24782 applied on non-API pages.