This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Backport: Turn off schema tracker by default
Backport: VDiff: fix panic for tables with a unicode_loose_md5 vindex
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
[Backport] Fix reserved connection in autocommit mode on DML vitessio#6748
Signed-off-by: Andres Taylor <andres@planetscale.com>
Signed-off-by: Andres Taylor <andres@planetscale.com>
Backport vitessio#6758 operator precedence must take associativity into consideration
Signed-off-by: Andres Taylor <andres@planetscale.com>
…esired database is present Signed-off-by: deepthi <deepthi@planetscale.com>
…est, print command output on failure Signed-off-by: deepthi <deepthi@planetscale.com>
Backport: checkNoDB should not require tables to be present
sort tabledefinitions before comparing them
…al merge commit Update parser to support `SHOW DATABASES LIKE '%nnn%' Signed-off-by: Andrew Mason <amason@slack-corp.com> Add VITESS_KEYSPACES and KEYSPACES to keyword variables Signed-off-by: Andrew Mason <amason@slack-corp.com> Use sqlparser types instead of raw strings Signed-off-by: Andrew Mason <amason@slack-corp.com> Add parser support for showing filtered tablets/shards Signed-off-by: Andrew Mason <amason@slack-corp.com> Include filters Signed-off-by: Andrew Mason <amason@slack-corp.com> Add support in the executor for `SHOW VITESS_SHARDS LIKE '...'` Signed-off-by: Andrew Mason <amason@slack-corp.com> Add support for filtering tablets by hostname Signed-off-by: Andrew Mason <amason@slack-corp.com> Add log line to avoid deadbranch check, remove unused function Signed-off-by: Andrew Mason <amason@slack-corp.com> Update formatting for SHOW, add test cases Signed-off-by: Andrew Mason <amason@slack-corp.com> Add tests cases, ensure `rows` is never nil from showTablets Signed-off-by: Andrew Mason <amason@slack-corp.com> Use `KeywordString` Signed-off-by: Andrew Mason <amason@slack-corp.com> Remove debug log lines, standardize actual log lines Signed-off-by: Andrew Mason <amason@slack-corp.com> Update tests Signed-off-by: Andrew Mason <amason@slack-corp.com> Update the rest of TestExecutorShow to use require/assert Signed-off-by: Andrew Mason <amason@slack-corp.com>
Signed-off-by: Andrew Mason <amason@slack-corp.com>
ameetkotian
force-pushed
the
slack-vitess-2020.09.29.r0
branch
from
September 29, 2020 22:37
2bfc5a1
to
6682c70
Compare
… advertise itself as MASTER while mysql is still read_only Signed-off-by: deepthi <deepthi@planetscale.com>
tm: call SetReadOnly inside ChangeTabletType
Replaced Error with a warning in case parsing of VT_SPAN_CONTEXT fails
…r-keyspace-upstream Fixes long wait filter keyspace
arka-g
approved these changes
Oct 20, 2020
ajm188
approved these changes
Oct 20, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes
https://github.com/vitessio/vitess/releases/tag/v7.0.2
SHOW (DATABASES|VITESS_SHARDS|VITESS_TABLETS) LIKE
vitessio/vitess#6750