Skip to content

Commit 7423570

Browse files
authored
Merge pull request #569 from ajnavarro/upgrade-sql-server-v0.1
Update to go-mysql-server v0.1
2 parents 6f19609 + 4320eb1 commit 7423570

Some content is hidden

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

81 files changed

+5979
-1721
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 3 additions & 3 deletions
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 = "679d33772845593ce5fdf17925f49f2335bc8356"
3+
revision = "cdc6c8ccdc69f57858562755254641a4a4edb67a"
44

55
[[constraint]]
66
name = "github.com/jessevdk/go-flags"
@@ -66,7 +66,7 @@
6666

6767
[[override]]
6868
name = "github.com/pilosa/pilosa"
69-
version = "1.1.0"
69+
revision = "f62dbc00b96f596a1f2ef8b4e87ba8ec847eda37"
7070

7171
[[override]]
7272
name = "github.com/pilosa/go-pilosa"
@@ -80,4 +80,4 @@
8080
[[prune.project]]
8181
name = "gopkg.in/src-d/go-mysql-server.v0"
8282
go-tests = true
83-
non-go = true
83+
non-go = true

docs/using-gitbase/functions.md

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

136-
You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/679d33772845593ce5fdf17925f49f2335bc8356#custom-functions).
136+
You can check standard functions in [`go-mysql-server` documentation](https://github.com/src-d/go-mysql-server/tree/cdc6c8ccdc69f57858562755254641a4a4edb67a#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/679d33772845593ce5fdf17925f49f2335bc8356#indexes) documentation for more details
13+
See [go-mysql-server](https://github.com/src-d/go-mysql-server/tree/cdc6c8ccdc69f57858562755254641a4a4edb67a#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/679d33772845593ce5fdf17925f49f2335bc8356/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/cdc6c8ccdc69f57858562755254641a4a4edb67a/SUPPORTED.md) from [src-d/go-mysql-server](https://github.com/src-d/go-mysql-server).

vendor/github.com/pilosa/pilosa/.circleci/config.yml

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

vendor/github.com/pilosa/pilosa/Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pilosa/pilosa/api.go

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

vendor/github.com/pilosa/pilosa/cache.go

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

vendor/github.com/pilosa/pilosa/client.go

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

0 commit comments

Comments
 (0)