Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Nov 14, 2024
1 parent 41de329 commit ee3d8bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0
github.com/creasty/defaults v1.6.0
github.com/dolthub/flatbuffers/v23 v23.3.3-dh.2
github.com/dolthub/go-mysql-server v0.18.2-0.20241113010909-06ed65fb3be6
github.com/dolthub/go-mysql-server v0.18.2-0.20241113222331-9d82b2cd969b
github.com/dolthub/gozstd v0.0.0-20240423170813-23a2903bca63
github.com/dolthub/swiss v0.1.0
github.com/goccy/go-json v0.10.2
Expand Down
2 changes: 2 additions & 0 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ github.com/dolthub/go-icu-regex v0.0.0-20240916130659-0118adc6b662 h1:aC17hZD6iw
github.com/dolthub/go-icu-regex v0.0.0-20240916130659-0118adc6b662/go.mod h1:KPUcpx070QOfJK1gNe0zx4pA5sicIK1GMikIGLKC168=
github.com/dolthub/go-mysql-server v0.18.2-0.20241113010909-06ed65fb3be6 h1:4YnEVQNV1WrhsC2vfn4LWr3OOpApuXQnNWNB2oGCfsI=
github.com/dolthub/go-mysql-server v0.18.2-0.20241113010909-06ed65fb3be6/go.mod h1:sOMQzWUvHvJECzpcUxjDgV5BR/A7U+hOh596PUO2NPI=
github.com/dolthub/go-mysql-server v0.18.2-0.20241113222331-9d82b2cd969b h1:/6tUNVtU+EOfkqS5EI1k+lDMfKzDiTLMNEQehVgQYHU=
github.com/dolthub/go-mysql-server v0.18.2-0.20241113222331-9d82b2cd969b/go.mod h1:sOMQzWUvHvJECzpcUxjDgV5BR/A7U+hOh596PUO2NPI=
github.com/dolthub/gozstd v0.0.0-20240423170813-23a2903bca63 h1:OAsXLAPL4du6tfbBgK0xXHZkOlos63RdKYS3Sgw/dfI=
github.com/dolthub/gozstd v0.0.0-20240423170813-23a2903bca63/go.mod h1:lV7lUeuDhH5thVGDCKXbatwKy2KW80L4rMT46n+Y2/Q=
github.com/dolthub/ishell v0.0.0-20240701202509-2b217167d718 h1:lT7hE5k+0nkBdj/1UOSFwjWpNxf+LCApbRHgnCA17XE=
Expand Down
3 changes: 3 additions & 0 deletions go/libraries/doltcore/sqle/enginetest/privilege_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ func TestRevisionDatabasePrivileges(t *testing.T) {
if harness.SkipQueryTest(assertion.Query) {
t.Skipf("Skipping query %s", assertion.Query)
}
if assertion.Skip {
t.Skipf("Skipping query %s", assertion.Query)
}

user := assertion.User
host := assertion.Host
Expand Down

0 comments on commit ee3d8bd

Please sign in to comment.