Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Deepthi Sigireddi 2599788276
delete unused flags and handling of deprecated protobuf fields (#10612)
* deprecation: delete unused flags and handling of deprecated protobuf fields

Signed-off-by: deepthi <deepthi@planetscale.com>

* test: fix TestHelpOutput assertion

Signed-off-by: Manan Gupta <manan@planetscale.com>

* endtoend: fix tests that were using deleted flag enable-autocommit

Signed-off-by: deepthi <deepthi@planetscale.com>

* deprecation: reserve multiple fields on same line, found and reserved more deprecated fields

Signed-off-by: deepthi <deepthi@planetscale.com>

* deprecation: delete handling of deprecated fields from ExecuteBatch and StreamExecute RPCs

Signed-off-by: deepthi <deepthi@planetscale.com>

* java: remove deleted asTransaction field from executeBatch

Signed-off-by: deepthi <deepthi@planetscale.com>

Co-authored-by: Manan Gupta <manan@planetscale.com>
2022-07-06 10:05:45 -07:00
.github Enable stale PR closer (#10617) 2022-07-06 09:23:01 -07:00
config Revert super_read_only config file changes (#10366) 2022-05-25 18:13:01 -04:00
data/test Add support for certification revocation list files 2021-10-13 17:17:07 +00:00
doc delete unused flags and handling of deprecated protobuf fields (#10612) 2022-07-06 10:05:45 -07:00
docker add vtadmin web files to all lite images (#10581) (#10584) 2022-06-27 17:31:16 -07:00
examples Halve request and double limit for RAM in the example cluster (#10450) 2022-06-06 17:00:09 -07:00
go delete unused flags and handling of deprecated protobuf fields (#10612) 2022-07-06 10:05:45 -07:00
java delete unused flags and handling of deprecated protobuf fields (#10612) 2022-07-06 10:05:45 -07:00
misc update golangci-lint to 1.46.2 (#10568) 2022-06-23 13:04:28 +02:00
proto delete unused flags and handling of deprecated protobuf fields (#10612) 2022-07-06 10:05:45 -07:00
resources/bin gh-ost binary updated to 1.1.3.2 2021-10-26 14:32:36 +03:00
support Fix typo 2020-11-12 08:00:49 +03:00
test [14.0] Schema tracking acl error logging (#10591) (#10637) 2022-07-06 17:22:32 +05:30
tools Parse INTERVAL() function (#10599) 2022-06-29 12:29:57 +05:30
vitess-mixin Build(deps): Bump async from 3.2.0 to 3.2.4 in /vitess-mixin/e2e (#10515) 2022-06-30 12:59:27 -07:00
web delete unused flags and handling of deprecated protobuf fields (#10612) 2022-07-06 10:05:45 -07:00
.codeclimate.yml bootstrap: Install protobuf gRPC Python plugin via PyPi and do not compile it from a Git checkout. 2018-04-08 16:46:14 -07:00
.dockerignore add vtadmin docker image (#10543) 2022-06-26 08:02:12 -07:00
.gitattributes Unit test to confirm that the mysqlctl rice box is current (#10182) 2022-06-01 14:04:19 +02:00
.gitignore Add VS Code's __debug_bin to .gitignore (#10305) 2022-05-14 13:02:45 -04:00
.gitmodules php: drop php client 2017-12-05 19:37:09 -08:00
.golangci.yml update golangci-lint to 1.46.2 (#10568) 2022-06-23 13:04:28 +02:00
ADOPTERS.md Securing many http links to https links 2020-01-13 15:07:37 +07:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2018-01-30 13:32:05 -08:00
CONTRIBUTING.md Change http to https for security links 2019-02-16 12:41:48 +07:00
DCO Add git hook to check for DCO signoff. 2018-03-01 10:55:31 -08:00
Dockerfile Re-add "Dockerfile" for base image in the root of our repository. 2017-04-14 15:18:09 -07:00
GITHUB_SELF_HOSTED_RUNNERS.md docs: add single self-hosted runner information (#9954) 2022-03-23 14:28:44 +05:30
GOVERNANCE.md Modify governance doc to replace PMC with Steering Committee 2021-12-14 16:23:03 -08:00
GUIDING_PRINCIPLES.md Remove reference to PMC 2022-01-28 11:59:34 -08:00
LICENSE license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
MAINTAINERS.md Remove @doeg from maintainers (#10625) 2022-06-30 07:38:24 -07:00
Makefile Upgrade to `go1.18.3` (#10447) 2022-06-07 15:57:14 +02:00
README.md Replace urls in repo pointing to master branch to main 2021-08-06 20:37:02 +02:00
SECURITY.md Replace urls in repo pointing to master branch to main 2021-08-06 20:37:02 +02:00
SEVERITY.md Add Severity Labels document 2021-02-23 14:19:51 +03:00
STEERING.md Steering committee doc 2021-12-13 13:10:09 -08:00
bootstrap.sh Changes for make tools (#10117) 2022-04-22 15:03:42 -07:00
build.env Upgrade to `go1.18.3` (#10447) 2022-06-07 15:57:14 +02:00
dev.env dev: ensure dev.env is posix compatible 2021-02-10 17:37:06 +01:00
go.mod Vdiff2: initial release (#10382) 2022-06-07 11:54:18 +02:00
go.sum Vdiff2: initial release (#10382) 2022-06-07 11:54:18 +02:00
sonar-project.properties Handled ineffectual errors 2020-06-23 23:03:24 +04:00
test.go Upgrade to `go1.18.3` (#10447) 2022-06-07 15:57:14 +02:00

README.md

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

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.

Reporting a Problem, Issue, or Bug

To report a problem, the best way to get attention is to create a GitHub issue using proper severity level based on this guide.

For topics that are better discussed live, please join the Vitess Slack workspace. You may post any questions on the #general channel or join some of the special-interest channels.

Follow Vitess Blog for low-frequency updates like new features and releases.

Security

Reporting Security Vulnerabilities

To report a security vulnerability, please email vitess-maintainers.

See Security for a full outline of the security process.

Security Audit

A third party security audit was performed by Cure53. You can see the full report here.

License

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

FOSSA Status