Commit Graph

5 Commits

Author SHA1 Message Date
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
eff7462778 ttl: fix the TTL job reports error when primary key contains a column with type ENUM (#40457)
close pingcap/tidb#40456
2023-01-11 11:10:23 +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
2d2f4f517a ttl: add methods to split ttl scan tasks (#39627)
close pingcap/tidb#39626
2022-12-09 04:02:04 +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