vitess-gh/go
Alain Jobart 96f6b35711 Now using strings instead of ReplicationPosition structures in tabletmanager.
That limits the number of encoding / decoding, and is all around easier.
We now only use the real structures when talking to mysqlctl module.
2015-11-10 09:03:29 -08:00
..
acl query service: policy checks for URLs 2014-05-20 19:43:32 -07:00
bson bson: Allow decoding int64 into int32. 2015-08-22 16:06:28 -07:00
bufio2 Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
bytes2 Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
cache tabletserver: stats should not reorder query plans 2015-09-12 13:17:37 -07:00
cacheservice add CacheService interface 2015-03-27 17:45:58 -07:00
cgzip Fix cgzip for new GC in Go 1.5. 2015-07-31 17:20:52 -07:00
cmd Merge pull request #1300 from alainjobart/resharding 2015-11-09 15:26:13 -08:00
event typofixes - https://github.com/vlajos/misspell_fixer 2014-12-04 22:33:57 +00:00
ewma Add license info for tests 2015-10-18 15:12:34 -07:00
exit Fix package comment in go/exit. 2015-09-24 09:11:24 -07:00
fileutil Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
flagutil Refactor log flushing. 2014-07-08 17:13:46 -07:00
hack go 1.5 prep 2015-07-31 09:10:57 -07:00
history Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
ioutil2 Remove if rename fails. Improve test slightly. 2015-03-23 18:41:35 +00:00
memcache go 1.5 prep 2015-07-31 09:10:57 -07:00
mysql []mproto.Field -> []*query.Field 2015-11-09 01:52:07 -08:00
netutil netutil: Do not capitalize and use punctions in error messages as preferred by the common Go lang style guide. 2015-08-22 13:22:43 -07:00
pools resource_pool: deflaked test 2015-10-16 17:47:30 -07:00
proc Detect flaky unit tests based on their suffix _flaky_test.go. 2015-08-30 22:28:14 -07:00
ratelimiter ratelimiter: RateLimiter functionality. 2015-03-31 17:51:20 -07:00
rpcplus Removing SASL over BSON support. 2015-09-01 09:15:37 -07:00
rpcwrap Removing SASL over BSON support. 2015-09-01 09:15:37 -07:00
sqldb []mproto.Field -> []*query.Field 2015-11-09 01:52:07 -08:00
sqltypes Merge branch 'master' into suguwork 2015-11-09 14:17:24 -08:00
stats tabletserver: precreate some stats labels 2015-09-12 23:19:30 -07:00
streamlog streamlog: simplify code 2015-10-04 11:55:45 -07:00
sync2 Detect flaky unit tests based on their suffix _flaky_test.go. 2015-08-30 22:28:14 -07:00
tb Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
terminal Add or fix package comments for reusable packages. 2014-09-24 14:35:23 -07:00
testfiles Updated locate.go to fail if glob search directory does not exist. 2015-05-05 11:50:23 -06:00
timer Detect flaky unit tests based on their suffix _flaky_test.go. 2015-08-30 22:28:14 -07:00
trace Add trace.CopySpan to copy the span from one Context to another. 2015-01-05 23:22:08 -08:00
vt Now using strings instead of ReplicationPosition structures in tabletmanager. 2015-11-10 09:03:29 -08:00
zk Upgrade to ZooKeeper 3.4.6. 2015-11-02 20:45:43 -08:00
README.md Rename .markdown to .md and move Contributing.md 2014-10-17 15:40:55 -07:00

README.md

This directory contains all the Go code for Vitess.

Most of the packages at the top level are general-purpose and are suitable for use outside Vitess. Packages that are specific to Vitess are in the vt subdirectory.

Please see GoDoc for a listing of the packages and their purposes.