Skip to content

Commit fc95b87

Browse files
committed
Update go-mysql-server
Signed-off-by: Antonio Navarro Perez <[email protected]>
1 parent bec7fe5 commit fc95b87

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
- Fixed error iterating over non ready repositories ([src-d/go-borges#54](https://github.com/src-d/go-borges/pull/54))
2929
- Error saying value could not be converted to bool.
3030
- function: make array_length not fail with literal null ([#767](https://github.com/src-d/go-mysql-server/pull/767))
31+
- server: kill queries on connection closed (([#769](https://github.com/src-d/go-mysql-server/pull/769)))
3132

3233
## [0.22.0-rc2] - 2019-06-24
3334

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/src-d/go-borges v0.0.0-20190624135448-6ee47472d565
1818
github.com/src-d/go-git v4.7.0+incompatible
1919
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible
20-
github.com/src-d/go-mysql-server v0.4.1-0.20190624170509-8702d43af506
20+
github.com/src-d/go-mysql-server v0.4.1-0.20190703085445-1538f09dbaaf
2121
github.com/stretchr/testify v1.3.0
2222
github.com/uber-go/atomic v1.4.0 // indirect
2323
github.com/uber/jaeger-client-go v2.16.0+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ github.com/src-d/go-git v4.7.0+incompatible h1:IYSSnbAHeKmsfbQFi9ozbid+KNh0bKjlo
223223
github.com/src-d/go-git v4.7.0+incompatible/go.mod h1:1bQciz+hn0jzPQNsYj0hDFZHLJBdV7gXE2mWhC7EkFk=
224224
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible h1:A5bKevhs9C//Nh8QV0J+1KphEaIa25cDe1DTs/yPxDI=
225225
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible/go.mod h1:XcIQp7L+k0pgfTqfbaTKj3kxlBv8kYOKZ/tKNXbZFLg=
226-
github.com/src-d/go-mysql-server v0.4.1-0.20190624170509-8702d43af506 h1:VOP2Y52vJhi+ipl/3h+8+Vtt4vySAuMdj2vPduSHsAI=
227-
github.com/src-d/go-mysql-server v0.4.1-0.20190624170509-8702d43af506/go.mod h1:GO8SmBnN9LcKSXy6DYuBbqKtJvrRnHsBrlXvlVOX+NM=
226+
github.com/src-d/go-mysql-server v0.4.1-0.20190703085445-1538f09dbaaf h1:5w4Ma4svbcyGuWTqD7EoT8Yq6DAzKYmVxlIu5NruTac=
227+
github.com/src-d/go-mysql-server v0.4.1-0.20190703085445-1538f09dbaaf/go.mod h1:GO8SmBnN9LcKSXy6DYuBbqKtJvrRnHsBrlXvlVOX+NM=
228228
github.com/src-d/go-oniguruma v1.0.0 h1:JDk5PUAjreGsGAKLsoDLNmrsaryjJ5RqT3h+Si6aw/E=
229229
github.com/src-d/go-oniguruma v1.0.0/go.mod h1:chVbff8kcVtmrhxtZ3yBVLLquXbzCS6DrxQaAK/CeqM=
230230
github.com/src-d/go-oniguruma v1.1.0 h1:EG+Nm5n2JqWUaCjtM0NtutPxU7ZN5Tp50GWrrV8bTww=

0 commit comments

Comments
 (0)