Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Daniel Tahara 22478350a8 [VTQueryServer] MySQLProxy drops transaction on error
It's totally valid to have an error mid-transaction and then continue to
act on the transaction. Unfortunately, the vtqueryserver mysql plugin
handler drops the transaction ID (vis a vis ProxySession) on error.

Signed-off-by: Daniel Tahara <tahara@dropbox.com>
2018-05-10 18:02:19 -07:00
config
data/test Merge pull request #3848 from tinyspeck/on-dup-shard-key 2018-05-09 07:35:36 -07:00
doc
docker
examples examples: Do not call "/bin/true" to ignore a failed command. 2018-05-09 20:32:26 -07:00
go [VTQueryServer] MySQLProxy drops transaction on error 2018-05-10 18:02:19 -07:00
helm
java
misc
proto
py
test
third_party/py
tools
travis
vendor
vitess.io
web
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.pullapprove.yml
.ruby-version
.travis.yml
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
Makefile
README.md
bootstrap.sh
dev.env
test.go

README.md

Maven Central Build Status codebeat badge Go Report Card FOSSA Status CII Best Practices

Vitess

Vitess is a database clustering system for horizontal scaling of MySQL through generalized sharding.

By encapsulating shard-routing logic, Vitess allows application code and database queries to remain agnostic to the distribution of data onto multiple shards. With Vitess, you can even split and merge shards as your needs grow, with an atomic cutover step that takes only a few seconds.

Vitess has been a core component of YouTube's database infrastructure since 2011, and has grown to encompass tens of thousands of MySQL nodes.

For more about Vitess, please visit vitess.io.

Vitess has a growing community. You can view the list of adopters here.

Contact

Ask questions in the vitess@googlegroups.com discussion forum.

For topics that are better discussed live, please join the Vitess Slack workspace.

Subscribe to vitess-announce@googlegroups.com or the Vitess Blog for low-frequency updates like new features and releases.

License

Unless otherwise noted, the Vitess source files are distributed under the Apache Version 2.0 license found in the LICENSE file.

FOSSA Status