Matt Lord
Matt Lord
Thank you, @hkdsun! I'm able to repeat the problem this way on my laptop: ``` brew install [email protected] brew services start percona-server mysql -u root -e "create database dumptest; create...
@chhan-coupang I'm not sure what this issue is (it's not clearly reflected in the title, labels, or description). Is this a bug report? If so, it's unclear to me (no...
I wonder if in your case this or similar would address it? The current input and expected/desired output is not clear so I cannot say: ```diff diff --git a/pkg/operator/vttablet/pod.go b/pkg/operator/vttablet/pod.go...
My fear is that this would be TOO optimistic. Waiting for N days to run a VDiff only to see that there's some real drift. We could e.g. turn an...
Closing this as done via https://github.com/vitessio/vitess/pull/15448 as that's where we started disabling FK checks when deploying the schema here: https://github.com/vitessio/vitess/blob/3743f095da6d0063ac9982e9226754bce117b82e/go/vt/vtctl/workflow/materializer.go#L394-L400
In supported versions today, this is managed at the keyspace level via the keyspace record/config and set with: https://vitess.io/docs/20.0/reference/programs/vtctldclient/vtctldclient_createkeyspace/ See: https://vitess.io/docs/20.0/user-guides/configuration-basic/durability_policy/ From the way you described things, I suspect you...
I think this answers your question: ``` git checkout main && make build ``` Update the examples: ```diff diff --git a/examples/local/101_initial_cluster.sh b/examples/local/101_initial_cluster.sh index 95b51f168c..94ad1c2b54 100755 --- a/examples/local/101_initial_cluster.sh +++ b/examples/local/101_initial_cluster.sh @@...
@rohit-nayak-ps this is another issue related to your work on supporting JOINs.
I was thinking about how to determine what shards to actually use in these cases and it's not so clear how we could correctly do this in various scenarios. BUT,...
> > The first `show` command returns nothing. The second one returns the expected output. > > @mattlord I think the ability to specify shards is useful but if I...