We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 517cae2 + c67dcbd commit 76eab34Copy full SHA for 76eab34
pkg/cmd/roachtest/tests/orm_helpers.go
@@ -77,7 +77,6 @@ func alterZoneConfigAndClusterSettings(
77
`ALTER ROLE ALL SET statement_timeout = '60s'`,
78
`ALTER ROLE ALL SET default_transaction_isolation = 'read committed'`,
79
`ALTER ROLE ALL SET autocommit_before_ddl = 'true'`,
80
- `ALTER ROLE ALL SET create_table_with_schema_locked='true'`,
81
} {
82
if _, err := db.ExecContext(ctx, cmd); err != nil {
83
return err
0 commit comments