-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
catalog: restrict scope of descriptor validation on write
Previously, we performed descriptor validation at txn commit time for all so-called "uncommitted descriptors" which includes descriptors which are only read and remain unchanged. This commit excludes these from validation. Release note: None
- Loading branch information
Marius Posta
committed
Aug 16, 2021
1 parent
7018384
commit 83140eb
Showing
3 changed files
with
86 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 18 additions & 18 deletions
36
pkg/ccl/benchccl/rttanalysisccl/testdata/benchmark_expectations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
exp,benchmark | ||
22,AlterRegions/alter_empty_database_add_region | ||
23,AlterRegions/alter_empty_database_drop_region | ||
22,AlterRegions/alter_populated_database_add_region | ||
23,AlterRegions/alter_populated_database_drop_region | ||
25,AlterPrimaryRegion/alter_empty_database_set_initial_primary_region | ||
25,AlterPrimaryRegion/alter_empty_database_alter_primary_region | ||
26,AlterPrimaryRegion/alter_populated_database_set_initial_primary_region | ||
25,AlterPrimaryRegion/alter_populated_database_alter_primary_region | ||
25,AlterSurvivalGoals/alter_empty_database_from_zone_to_region | ||
25,AlterSurvivalGoals/alter_empty_database_from_region_to_zone | ||
65,AlterSurvivalGoals/alter_populated_database_from_zone_to_region | ||
65,AlterSurvivalGoals/alter_populated_database_from_region_to_zone | ||
28,AlterTableLocality/alter_from_global_to_regional_by_table | ||
28,AlterTableLocality/alter_from_regional_by_table_to_global | ||
24,AlterTableLocality/alter_from_global_to_rbr | ||
24,AlterTableLocality/alter_from_regional_by_table_to_rbr | ||
22,AlterTableLocality/alter_from_rbr_to_regional_by_table | ||
22,AlterTableLocality/alter_from_rbr_to_global | ||
23,AlterPrimaryRegion/alter_empty_database_alter_primary_region | ||
23,AlterPrimaryRegion/alter_empty_database_set_initial_primary_region | ||
23,AlterPrimaryRegion/alter_populated_database_alter_primary_region | ||
24,AlterPrimaryRegion/alter_populated_database_set_initial_primary_region | ||
20,AlterRegions/alter_empty_database_add_region | ||
21,AlterRegions/alter_empty_database_drop_region | ||
20,AlterRegions/alter_populated_database_add_region | ||
21,AlterRegions/alter_populated_database_drop_region | ||
24,AlterSurvivalGoals/alter_empty_database_from_region_to_zone | ||
24,AlterSurvivalGoals/alter_empty_database_from_zone_to_region | ||
64,AlterSurvivalGoals/alter_populated_database_from_region_to_zone | ||
64,AlterSurvivalGoals/alter_populated_database_from_zone_to_region | ||
22,AlterTableLocality/alter_from_global_to_rbr | ||
27,AlterTableLocality/alter_from_global_to_regional_by_table | ||
20,AlterTableLocality/alter_from_rbr_to_global | ||
20,AlterTableLocality/alter_from_rbr_to_regional_by_table | ||
27,AlterTableLocality/alter_from_regional_by_table_to_global | ||
22,AlterTableLocality/alter_from_regional_by_table_to_rbr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters