Document new tablet_type defaults for vreplication#1003
Conversation
Signed-off-by: Matt Lord <mattalord@gmail.com>
1419d47 to
8d47293
Compare
Signed-off-by: Matt Lord <mattalord@gmail.com>
8d47293 to
c647a97
Compare
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
679678e to
d21a414
Compare
Signed-off-by: Matt Lord <mattalord@gmail.com>
d21a414 to
c265a7f
Compare
FancyFane
left a comment
There was a problem hiding this comment.
One question I had for this review, did you want to run your sed statement through these files to turn single dashes into double dashes as you had done in previous pull request?
sed -e ':duit' -r -i '' -e 's/(.*[[:space:]]+[`]*)(-[a-z,A-Z]+[a-z,A-Z,-_`]+)([[:space:]]+.*)/\1-\2\3/g' -e 't duit' <path_to_file>
I decided against it as I'm editing quite a few files and I didn't want to drown out the meaningful changes I'm making here. Thank you for checking though! |
Signed-off-by: Matt Lord <mattalord@gmail.com>
This documents the changes made in vitessio/vitess#10040