Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

this is a bug with go-vitess.v1 ? with roolback to go-vitess.v1:v1.0.0 ok when run _example/main.go #519

Closed
kSpacer201 opened this issue Oct 31, 2018 · 3 comments

Comments

@kSpacer201
Copy link

  • when I run go run main.go with default version v1.1.0 in the go.md
    it will break:
    gopkg.in\src-d\go-mysql-server.v0\server\server.go:57:60: cannot use handler (type *Handler) as type 
    mysql.Handler in argument to mysql.NewListener:
         *Handler does not implement mysql.Handler (missing WarningCount method)
    
  • but rollback go-vitess.v1 to v1.0.0
    it is no breaking and runing...
@ajnavarro
Copy link
Contributor

Hello @kSpacer201 !

We updated go-vitess to use the latest version. The error should be fixed on master by: #512

Thanks!

@kSpacer201
Copy link
Author

@ajnavarro Yes, v1.2.0 is ok. It seems that no v1.2.1 tag .... .

@ajnavarro
Copy link
Contributor

Closing as fixed. If you have any other question, do not hesitate to do it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants