Skip to content

Commit

Permalink
Merge pull request #717 from ajnavarro/fix/kill-query
Browse files Browse the repository at this point in the history
Update go-mysql-server to make kill query work properly
  • Loading branch information
smola authored Mar 5, 2019
2 parents 4552cb4 + 6171fc6 commit 6e18b25
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[constraint]]
name = "gopkg.in/src-d/go-mysql-server.v0"
revision = "2ea67817f6a1d08a352c31608f9bd426987acdc0"
revision = "v0.5.1"

[[constraint]]
name = "github.com/jessevdk/go-flags"
Expand Down
2 changes: 1 addition & 1 deletion docs/using-gitbase/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ Also, if you want to retrieve values from a non common property, you can pass it
## Standard functions

You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/2ea67817f6a1d08a352c31608f9bd426987acdc0#custom-functions).
You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/v0.5.1#custom-functions).
2 changes: 1 addition & 1 deletion docs/using-gitbase/indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ and for the second query also two indexes will be used and the result will be a

You can find some more examples in the [examples](./examples.md#create-an-index-for-columns-on-a-table) section.

See [go-mysql-server](https://github.com/src-d/go-mysql-server/tree/2ea67817f6a1d08a352c31608f9bd426987acdc0#indexes) documentation for more details
See [go-mysql-server](https://github.com/src-d/go-mysql-server/tree/v0.5.1#indexes) documentation for more details
2 changes: 1 addition & 1 deletion docs/using-gitbase/supported-clients.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Supported clients

To see the supported MySQL clients and examples about how to use them, take a look [here](https://github.com/src-d/go-mysql-server/blob/2ea67817f6a1d08a352c31608f9bd426987acdc0/SUPPORTED_CLIENTS.md).
To see the supported MySQL clients and examples about how to use them, take a look [here](https://github.com/src-d/go-mysql-server/blob/v0.5.1/SUPPORTED_CLIENTS.md).
2 changes: 1 addition & 1 deletion docs/using-gitbase/supported-syntax.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Supported syntax

To see the SQL subset currently supported take a look at [this list](https://github.com/src-d/go-mysql-server/blob/2ea67817f6a1d08a352c31608f9bd426987acdc0/SUPPORTED.md) from [src-d/go-mysql-server](https://github.com/src-d/go-mysql-server).
To see the SQL subset currently supported take a look at [this list](https://github.com/src-d/go-mysql-server/blob/v0.5.1/SUPPORTED.md) from [src-d/go-mysql-server](https://github.com/src-d/go-mysql-server).
2 changes: 1 addition & 1 deletion vendor/gopkg.in/src-d/go-mysql-server.v0/server/handler.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e18b25

Please sign in to comment.