Skip to content

Commit

Permalink
Merge pull request #729 from ajnavarro/update-go-mysql-server-12032019
Browse files Browse the repository at this point in the history
Upgrade go-mysql-server dependency
  • Loading branch information
ajnavarro committed Mar 19, 2019
2 parents d9ce6c7 + 47f616a commit e01f718
Show file tree
Hide file tree
Showing 70 changed files with 2,884 additions and 986 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ addons:
packages:
- gcc-6
- g++-6
- libonig-dev


before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90
Expand Down Expand Up @@ -61,6 +63,7 @@ jobs:

script:
- brew update
- brew install oniguruma
- make packages || echo "" # will fail because of docker being missing
- if [ ! -f "build/gitbase_darwin_amd64/gitbase" ]; then echo "gitbase binary not generated" && exit 1; fi
- cd build
Expand Down
20 changes: 10 additions & 10 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 = "v0.5.1"
revision = "b32d2fdea095e2743d13f3ab4da5ae83aef55bc7"

[[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/v0.5.1#custom-functions).
You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/b32d2fdea095e2743d13f3ab4da5ae83aef55bc7#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/v0.5.1#indexes) documentation for more details
See [go-mysql-server](https://github.com/src-d/go-mysql-server/tree/b32d2fdea095e2743d13f3ab4da5ae83aef55bc7#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/v0.5.1/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/b32d2fdea095e2743d13f3ab4da5ae83aef55bc7/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/v0.5.1/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/b32d2fdea095e2743d13f3ab4da5ae83aef55bc7/SUPPORTED.md) from [src-d/go-mysql-server](https://github.com/src-d/go-mysql-server).
18 changes: 0 additions & 18 deletions vendor/github.com/boltdb/bolt/Makefile

This file was deleted.

18 changes: 0 additions & 18 deletions vendor/github.com/boltdb/bolt/appveyor.yml

This file was deleted.

252 changes: 0 additions & 252 deletions vendor/github.com/boltdb/bolt/freelist.go

This file was deleted.

Loading

0 comments on commit e01f718

Please sign in to comment.