Skip to content

Commit e7f1224

Browse files
committed
MB-70998 Additional changes for Morpheus
Change-Id: I23c2e21872c76b105b81f31c4d3bdd2dbff4efff Reviewed-on: https://review.couchbase.org/c/query/+/241867 Reviewed-by: Sitaram Vemulapalli <sitaram.vemulapalli@couchbase.com> Tested-by: Sitaram Vemulapalli <sitaram.vemulapalli@couchbase.com> Well-Formed: Restriction Checker
1 parent e1852c0 commit e7f1224

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

algebra/statement_util.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ func CanSkipAutoPrepare(stmt Statement) bool {
1616
case *InferKeyspace, *InferExpression, *Explain, *ExplainFunction, *Prepare, *Execute,
1717
*UpdateStatistics,
1818
*CreateIndex, *DropIndex, *BuildIndexes, *AlterIndex, *CreatePrimaryIndex,
19+
*CreateBucket, *DropBucket, *AlterBucket,
1920
*CreateScope, *DropScope,
2021
*CreateCollection, *DropCollection, *FlushCollection,
22+
*CreateUser, *DropUser, *AlterUser,
23+
*CreateGroup, *DropGroup, *AlterGroup,
2124
*GrantRole, *RevokeRole,
2225
*CreateFunction, *DropFunction, *ExecuteFunction,
2326
*StartTransaction, *CommitTransaction, *RollbackTransaction, *Savepoint, *TransactionIsolation,

0 commit comments

Comments
 (0)