Skip to content

Commit

Permalink
*: drop support of running tidb as library. (pingcap#1102)
Browse files Browse the repository at this point in the history
Since we supported unix socket, use TiDB as a library no longer provide much benefit.
Use MySQL driver should be the only way to access TiDB.
  • Loading branch information
coocood committed Apr 18, 2016
1 parent e645396 commit 8d877cc
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 25,454 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/interpreter/interpreter
/interpreter/test
/parser/parser.go
/parser/scanner.go
/tidb-server/tidb-server
coverage.out
.idea/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ TARGET = ""

.PHONY: godep deps all build install update parser clean todo test gotest interpreter server

all: godep build test check
all: godep parser build test check

godep:
go get github.com/tools/godep
Expand Down
4 changes: 0 additions & 4 deletions docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ cd interpreter && ./interpreter
```
Press `Ctrl+C` to quit.

#### __Run as go library__

See [USAGE.md](./USAGE.md) for detailed instructions to use TiDB as library in Go code.

#### __Run as MySQL protocol server__

```
Expand Down
61 changes: 0 additions & 61 deletions docs/USAGE.md

This file was deleted.

Loading

0 comments on commit 8d877cc

Please sign in to comment.