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 35b2d15 + ea8a4ee commit 7dd1a80Copy full SHA for 7dd1a80
pkg/cmd/roachtest/tests/drop.go
@@ -98,6 +98,7 @@ func registerDrop(r registry.Registry) {
98
}
99
100
const stmtTruncate = "TRUNCATE TABLE tpcc.stock"
101
+ run(false, "ALTER TABLE tpcc.stock SET (schema_locked=false)")
102
run(false, stmtTruncate)
103
104
const stmtDrop = "DROP DATABASE tpcc"
0 commit comments