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 98b1ae9 commit 8d02188Copy full SHA for 8d02188
enginetest/queries/priv_auth_queries.go
@@ -108,6 +108,7 @@ type ServerAuthenticationTestAssertion struct {
108
// UserPrivTests test the user and privilege systems. These tests always have the root account available, and the root
109
// account is used with any queries in the SetUpScript.
110
var UserPrivTests = []UserPrivilegeTest{
111
+ // https://github.com/dolthub/dolt/issues/10083
112
{
113
Name: "Selecting a view only needs SELECT grants",
114
SetUpScript: []string{
0 commit comments