Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Add Python source and binary (wheel) build/distribution #145

Open
wants to merge 151 commits into
base: master
Choose a base branch
from

Conversation

leigh-johnson
Copy link

Description

This PR adds Python source (tarball) and binary (.whl) builds and distribution via a Makefile target.

To build, run:

make py-release

$ ls py/dist 
vitess-4.0.1-py2.py3-none-any.whl  vitess-4.0.1.tar.gz

demmer and others added 30 commits January 27, 2018 08:31
Modeling after the vtgate mysql server implementation, add a simple
module that implements the mysql server protocol handlers and
proxies all requests to the appropriate methods in a queryservice
backend.

This includes optional support for query normalization.
Add a binary to wrap a standalone queryservice with a grpc service
interface and a mysql server implementation using the mysqlproxy
module to direct to the queryservice.
Following the example of vtgate, add support to set autocommit on
or off in the session, update the execution path to use ExecuteBatch
for single round-trip autocommit semantics, and add tests to ensure
the behavior matches mysql.
This allows EXPLAIN and other such statements to go through without
query normalization.
…18-02-07

Slack sync upstream  2018-02-07 (2)
…tream/2018-02-07"

This reverts commit 713273a, reversing
changes made to edc17cd.
…tream/2018-02-07"

This reverts commit 0ce5f56, reversing
changes made to 713273a.
…remove-stray-comment"

This reverts commit 80d72ac, reversing
changes made to 732edb1.
…-29"

This reverts commit d48e84a, reversing
changes made to 83866b3.
rafael and others added 26 commits January 30, 2019 11:12
Patch to handle this case while we move towards a permanent fix upstream.
cf. vitessio#4661 vitessio#4669
…19r0

Sync with upstream 2019.03.19 branch
Signed-off-by: Rafael Chacon <[email protected]>
* Deprecate the concept of regions.
* Favor aliases instead

Signed-off-by: Rafael Chacon <[email protected]>
…_f93c96c

[upstream] Get us back to upstream master(f93c96c)
…019-11-09.r0

Slack sync upstream 2019 11 09.r0
…019-12-11.r0

Slack sync upstream 2019 12 11.r0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants