diff --git a/pkg/sql/logictest/logic.go b/pkg/sql/logictest/logic.go index 462612209b47..5b554a0ff545 100644 --- a/pkg/sql/logictest/logic.go +++ b/pkg/sql/logictest/logic.go @@ -1283,7 +1283,8 @@ func (t *logicTest) newCluster( AllowSettingClusterSettings: true, TestingKnobs: base.TestingKnobs{ SQLExecutor: &sql.ExecutorTestingKnobs{ - DeterministicExplain: true, + DeterministicExplain: true, + UseTransactionalDescIDGenerator: true, }, SQLStatsKnobs: &sqlstats.TestingKnobs{ AOSTClause: "AS OF SYSTEM TIME '-1us'",