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.
1 parent 8d02188 commit 00f026cCopy full SHA for 00f026c
sql/planbuilder/definer.go
@@ -19,7 +19,7 @@ import (
19
"github.com/dolthub/go-mysql-server/sql/mysql_db"
20
)
21
22
-// mockDefiner temporarily impersonates the view definer during binding. It clones the current authorization state
+// mockDefiner temporarily impersonates the definer during binding. It clones the current authorization state
23
// (when available), adds the requested global privileges (e.g. CREATE VIEW), and updates both the session privilege
24
// cache and the cached AuthorizationQueryState. Callers must defer the returned restore function.
25
func (b *Builder) mockDefiner(privileges ...sql.PrivilegeType) func() {
0 commit comments