cockroach
cockroach copied to clipboard
ttl: refactor storage param Setter to not modify TableDescriptor TTL settings directly
trafficstars
refs https://github.com/cockroachdb/cockroach/issues/88254
Changes the storage param Setter to modify UpdatedRowLevelTTL instead of the TableDescriptor directly so that the update can more easily be moved into a schema changer mutation if necessary.
Release note: None
This is the just code refactor from #88260, but does not contain any bug fixes to make reviewing easier.
bors r=rafiss