Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 如何获取某个行记录的 mvcc 版本和写入时间?

I would like to ask if there is any way to see the MVCC historical versions and start_ts time?
Using set @@tidb_snapshot='2023-10-10 14:30:00'
can specify the data at a certain point in time.
For example, at 1 minute it is data A, at 2 minutes it is data B, and at 3 minutes it is data C.
Data A - Write time - MVCC version
Data B - Write time - MVCC version
Data C - Write time - MVCC version
In a list format.