Skip to content

Commit 284bb2c

Browse files
committed
Update go-mysql-server to do not force timeouts
Also remove non go and test from vendoring Signed-off-by: Antonio Jesus Navarro Perez <[email protected]>
1 parent 50f35c0 commit 284bb2c

File tree

133 files changed

+65
-17446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+65
-17446
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 7 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 = "120f7d7ae8720f843dca0ce8fbc8429a8952a25a"
3+
revision = "679d33772845593ce5fdf17925f49f2335bc8356"
44

55
[[constraint]]
66
name = "github.com/jessevdk/go-flags"
@@ -75,3 +75,9 @@
7575
[[override]]
7676
name = "github.com/moovweb/rubex"
7777
branch = "go1"
78+
79+
[prune]
80+
[[prune.project]]
81+
name = "gopkg.in/src-d/go-mysql-server.v0"
82+
go-tests = true
83+
non-go = true

docs/using-gitbase/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ BigEndianInt32(len(marhsal(node))+marshal(node)+
3232

3333
## Standard functions
3434

35-
You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/120f7d7ae8720f843dca0ce8fbc8429a8952a25a#custom-functions).
35+
You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/679d33772845593ce5fdf17925f49f2335bc8356#custom-functions).

docs/using-gitbase/indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Note that you can create an index either **on one or more columns** or **on a si
1010

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

13-
See [go-mysql-server](https://github.com/src-d/go-mysql-server/tree/120f7d7ae8720f843dca0ce8fbc8429a8952a25a#indexes) documentation for more details
13+
See [go-mysql-server](https://github.com/src-d/go-mysql-server/tree/679d33772845593ce5fdf17925f49f2335bc8356#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 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/120f7d7ae8720f843dca0ce8fbc8429a8952a25a/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/679d33772845593ce5fdf17925f49f2335bc8356/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/.gitignore

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

vendor/gopkg.in/src-d/go-mysql-server.v0/.travis.yml

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

vendor/gopkg.in/src-d/go-mysql-server.v0/CONTRIBUTING.md

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

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

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

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)