Commit Graph

15 Commits

Author SHA1 Message Date
4686338d0e ttl: add table mysql.ttl_job_history to store ttl job histories (#40655)
close pingcap/tidb#40654
2023-01-29 10:19:53 +08:00
f268e29b35 ttl: execute scan tasks (#40564)
close pingcap/tidb#40364
2023-01-18 15:55:51 +08:00
b61932461b ttl: submit ttl scan task to the system table (#40422)
close pingcap/tidb#40362, ref pingcap/tidb#40363
2023-01-13 15:51:46 +08:00
caffd8d6c5 ttl: forbid creating/altering a table with TTL options when pk contains float/double column (#40487)
* ttl: forbid create/alter a table with TTL options when pk contains float/double column

* format

* update

* update

* update

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2023-01-11 16:22:33 +08:00
b226dfcb05 ttl: add ttl_job_interval attribute and remove tidb_ttl_job_interval variable (#40033)
close pingcap/tidb#40028
2023-01-06 17:56:21 +08:00
c61ef1dcb1 ttl: escape parameters for finish job sql (#40118)
close pingcap/tidb#40115
2022-12-23 18:42:14 +08:00
de865c46ca ttl: use optimistic transaction with 0 retry limit for ttl (#39924)
close pingcap/tidb#39923
2022-12-14 20:04:52 +08:00
4a19cae84f ttl: TTL support split scan ranges for some primary key with more than one columns (#39896)
close pingcap/tidb#39895
2022-12-14 11:22:51 +08:00
621115bf67 ttl, variables: add system variables for ttl job schedule (#39727)
close pingcap/tidb#39725
2022-12-13 14:28:51 +08:00
965ed00d66 ttl: implement ttl job schedule framework (#39472)
close pingcap/tidb#39471
2022-12-12 15:50:51 +08:00
2d2f4f517a ttl: add methods to split ttl scan tasks (#39627)
close pingcap/tidb#39626
2022-12-09 04:02:04 +08:00
b770bc6751 ttl: add info schema cache and ttl table status table cache for ttl scheduler (#39467)
close pingcap/tidb#39466
2022-12-05 17:40:04 +08:00
2d3014928b ttl: Implement scan and delete task for TTL (#39481)
close pingcap/tidb#39480, close pingcap/tidb#39554
2022-12-05 13:08:02 +08:00
6a4b909c7d parser: add global variable to control ttl syntax (#39483)
close pingcap/tidb#39482
2022-12-01 18:18:01 +08:00
7add1c845f ttl: refractor ttl pkg into multiple sub packages (#39491)
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
2022-12-01 12:45:20 +08:00