Commit Graph

24 Commits

Author SHA1 Message Date
47101e88d0 domain: support GC runaway record (#44784)
ref pingcap/tidb#43691, close pingcap/tidb#44804
2023-06-21 04:01:34 +00:00
0a6f963765 *: remove useless (#44454) 2023-06-06 14:21:41 +00:00
4c83352678 *: Introduce runaway statement in resource group (#43843)
ref pingcap/tidb#43691
2023-05-31 11:16:42 +00:00
b901431398 *: use time.DateTime,time.DateOnly to replace magic number (#43505) 2023-05-04 03:21:55 +00:00
6122ca307e linter: support lll to avoid too long line (#42718)
close pingcap/tidb#42570
2023-04-12 23:23:01 +08:00
e942ab6148 kazel: support auto-config shard_count (#42751)
close pingcap/tidb#42827
2023-04-06 15:46:58 +08:00
92a82ade4f ttl: optimize bazel for TTL codes (#41278)
close pingcap/tidb#41276
2023-02-11 01:31:59 +08:00
eb11fb2b4e ttl: avoid endless loop in TTL task schedule (#41020)
close pingcap/tidb#41019
2023-02-03 15:03:56 +08:00
4a38deec03 ttl: don't fetch ttl scan task after it finished (#40919)
close pingcap/tidb#40918
2023-02-01 12:25:55 +08:00
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