sql: Don't unconditionally clear all index zone configs when transitioning to REGIONAL BY ROW #63614
Labels
A-multiregion
Related to multi-region
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Currently we drop all of the index zone configs when transitioning to REGIONAL BY ROW. The problem however, is if the user's created a zone configuration on one of the indexes to set a non-multi-region field, we'll blow away that change too. This issue should take a more subtle approach in
dropZoneConfigsForMultiRegionIndexes
and only clear out the zone configurations for indexes if they have multi-region fields set.We'd want this test to work:
The text was updated successfully, but these errors were encountered: