-
Notifications
You must be signed in to change notification settings - Fork 124
vendor: upgrade go-mysql-server #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor: upgrade go-mysql-server #346
Conversation
LGTM after code compiles. OSx is passing but if you check the logs it's throwing an error |
Lets rebase and upgrade to the latest version, so it will also fix indexing expressions #238 |
Yep, also don't forget to update documentation pointing to the same go-mysql-server version. |
Done @ajnavarro Perhaps we should open a task to automate the task of updating all that? |
We don't want to have |
Yep, I'm gonna upgrade that |
Done |
Upgrading to that go-mysql-server broke the tests, fixing. |
Depends on src-d/go-mysql-server#249 |
|
Yes, that's why it depends on src-d/go-mysql-server#249 haha |
Fixed |
docs/using-gitbase/functions.md
Outdated
You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/08b0ce01897f4ed5a2b45ac32bb87cf335d04dd9#custom-functions). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that hashes are not the same as in Gopkg.toml
To see the SQL subset currently supported take a look at [this list](https://github.com/src-d/go-mysql-server/blob/08b0ce01897f4ed5a2b45ac32bb87cf335d04dd9/SUPPORTED.md) from [src-d/go-mysql-server](https://github.com/src-d/go-mysql-server). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same.
Now we can use the latest commit with src-d/go-mysql-server#250 |
Yup, upgrading to that version as well |
Signed-off-by: Miguel Molina <[email protected]>
Done |
Update go-mysql-server with all fixes that have recently been merged.