Skip to content

Commit

Permalink
Merge branch 'release-17.0' of https://github.com/vitessio/vitess int…
Browse files Browse the repository at this point in the history
…o release-17.0-github
  • Loading branch information
arthurschreiber committed May 30, 2024
2 parents 1dd1a83 + de4fefe commit e0637c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/common/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ alias mysql="command mysql --no-defaults -h 127.0.0.1 -P 15306"
alias vtctlclient="command vtctlclient --server localhost:15999 --log_dir ${VTDATAROOT}/tmp --alsologtostderr --config-file-not-found-handling=ignore"
alias vtctldclient="command vtctldclient --server localhost:15999"

# Make sure aliases are expanded in non-interactive shell
shopt -s expand_aliases
# If using bash, make sure aliases are expanded in non-interactive shell
if [[ -n ${BASH} ]]; then
shopt -s expand_aliases
fi

0 comments on commit e0637c2

Please sign in to comment.