File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Fixed
10
+ - Panic on query using EXPLODE ([ #755 ] ( https://github.com/src-d/go-mysql-server/issues/755 ) )
11
+
9
12
## [ 0.22.0-rc1] - 2019-06-21
10
13
11
14
### Added
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/src-d/go-borges v0.0.0-20190620132223-0499c9b6034b
18
18
github.com/src-d/go-git v4.7.0+incompatible
19
19
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.20190621085943-683a87204be3
20
+ github.com/src-d/go-mysql-server v0.4.1-0.20190624094722-bc2334894674
21
21
github.com/stretchr/testify v1.3.0
22
22
github.com/uber-go/atomic v1.4.0 // indirect
23
23
github.com/uber/jaeger-client-go v2.16.0+incompatible
Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ github.com/src-d/go-git v4.7.0+incompatible h1:IYSSnbAHeKmsfbQFi9ozbid+KNh0bKjlo
223
223
github.com/src-d/go-git v4.7.0+incompatible /go.mod h1:1bQciz+hn0jzPQNsYj0hDFZHLJBdV7gXE2mWhC7EkFk =
224
224
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible h1:A5bKevhs9C//Nh8QV0J+1KphEaIa25cDe1DTs/yPxDI =
225
225
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.20190621085943-683a87204be3 h1:6BpbBpAAjK7L3xDAEEdn67PqwHxe11SuSzG1buCZf4I =
227
- github.com/src-d/go-mysql-server v0.4.1-0.20190621085943-683a87204be3 /go.mod h1:GO8SmBnN9LcKSXy6DYuBbqKtJvrRnHsBrlXvlVOX+NM =
226
+ github.com/src-d/go-mysql-server v0.4.1-0.20190624094722-bc2334894674 h1:pzziN+eE0Z4p6gTOuOpgId5v47Y7DVwJ/y5KPFCqcsM =
227
+ github.com/src-d/go-mysql-server v0.4.1-0.20190624094722-bc2334894674 /go.mod h1:GO8SmBnN9LcKSXy6DYuBbqKtJvrRnHsBrlXvlVOX+NM =
228
228
github.com/src-d/go-oniguruma v1.0.0 h1:JDk5PUAjreGsGAKLsoDLNmrsaryjJ5RqT3h+Si6aw/E =
229
229
github.com/src-d/go-oniguruma v1.0.0 /go.mod h1:chVbff8kcVtmrhxtZ3yBVLLquXbzCS6DrxQaAK/CeqM =
230
230
github.com/src-d/go-oniguruma v1.1.0 h1:EG+Nm5n2JqWUaCjtM0NtutPxU7ZN5Tp50GWrrV8bTww =
You can’t perform that action at this time.
0 commit comments