Skip to content

Commit 8d1c985

Browse files
authored
Merge pull request #690 from ajnavarro/update-go-mysql-server-07022019
vendor: upgrade go-mysql-server
2 parents e9347a5 + 16275b7 commit 8d1c985

File tree

12 files changed

+21
-573
lines changed

12 files changed

+21
-573
lines changed

Gopkg.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[constraint]]
22
name = "gopkg.in/src-d/go-mysql-server.v0"
3-
revision = "31ad0f968a8823de219f1db70e2b4890f06ff48b"
3+
revision = "2ea67817f6a1d08a352c31608f9bd426987acdc0"
44

55
[[constraint]]
66
name = "github.com/jessevdk/go-flags"
@@ -85,3 +85,4 @@
8585
name = "gopkg.in/src-d/go-mysql-server.v0"
8686
go-tests = true
8787
non-go = true
88+
unused-packages = true

docs/using-gitbase/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Also, if you want to retrieve values from a non common property, you can pass it
9595
9696
## Standard functions
9797

98-
You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/31ad0f968a8823de219f1db70e2b4890f06ff48b#custom-functions).
98+
You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/2ea67817f6a1d08a352c31608f9bd426987acdc0#custom-functions).

docs/using-gitbase/indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ and for the second query also two indexes will be used and the result will be a
2626

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

29-
See [go-mysql-server](https://github.com/src-d/go-mysql-server/tree/31ad0f968a8823de219f1db70e2b4890f06ff48b#indexes) documentation for more details
29+
See [go-mysql-server](https://github.com/src-d/go-mysql-server/tree/2ea67817f6a1d08a352c31608f9bd426987acdc0#indexes) documentation for more details
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Supported clients
22

3-
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/31ad0f968a8823de219f1db70e2b4890f06ff48b/SUPPORTED_CLIENTS.md).
3+
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).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Supported syntax
22

3-
To see the SQL subset currently supported take a look at [this list](https://github.com/src-d/go-mysql-server/blob/31ad0f968a8823de219f1db70e2b4890f06ff48b/SUPPORTED.md) from [src-d/go-mysql-server](https://github.com/src-d/go-mysql-server).
3+
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).

vendor/gopkg.in/src-d/go-mysql-server.v0/_example/main.go

Lines changed: 0 additions & 66 deletions
This file was deleted.

vendor/gopkg.in/src-d/go-mysql-server.v0/_scripts/go-vitess/doc.go

Lines changed: 0 additions & 9 deletions
This file was deleted.

vendor/gopkg.in/src-d/go-mysql-server.v0/_scripts/go-vitess/vt/log/log.go

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)