Skip to content

Commit

Permalink
Merge pull request #476 from ajnavarro/update-go-mysql-server-180918
Browse files Browse the repository at this point in the history
 Update go-mysql-server dependency
  • Loading branch information
ajnavarro authored Sep 18, 2018
2 parents 1e3f9a6 + 6c30ee1 commit 1d223e6
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 196 deletions.
211 changes: 25 additions & 186 deletions Gopkg.lock

Large diffs are not rendered by default.

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 = "28b0ab840c6aeb47b77598496ee4fc4aadec7feb"
revision = "e8316f5430855f55b0da4b5c63fc990d75c2c085"

[[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 @@ -17,4 +17,4 @@ To make some common tasks easier for the user, there are some functions to inter

## Standard functions

You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/28b0ab840c6aeb47b77598496ee4fc4aadec7feb#custom-functions).
You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/e8316f5430855f55b0da4b5c63fc990d75c2c085#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 @@ -10,4 +10,4 @@ Note that you can create an index either **on one or more columns** or **on a si

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/28b0ab840c6aeb47b77598496ee4fc4aadec7feb#indexes) documentation for more details
See [go-mysql-server](https://github.com/src-d/go-mysql-server/tree/e8316f5430855f55b0da4b5c63fc990d75c2c085#indexes) documentation for more details
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/28b0ab840c6aeb47b77598496ee4fc4aadec7feb/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/e8316f5430855f55b0da4b5c63fc990d75c2c085/SUPPORTED.md) from [src-d/go-mysql-server](https://github.com/src-d/go-mysql-server).
6 changes: 3 additions & 3 deletions vendor/gopkg.in/src-d/go-mysql-server.v0/engine_test.go

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

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

14 changes: 14 additions & 0 deletions vendor/gopkg.in/src-d/go-mysql-server.v0/sql/plan/set.go

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

15 changes: 13 additions & 2 deletions vendor/gopkg.in/src-d/go-mysql-server.v0/sql/session.go

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

0 comments on commit 1d223e6

Please sign in to comment.