如何拿到TiDB所有ddl操作的startTs

加个限定就可以了,比如取最近的100条ddl:

curl -s localhost:10080/ddl/history?limit=100 | jq '.[] | {start_ts, query}'