Skip to content

Commit

Permalink
Extra comment to mysql_install_db
Browse files Browse the repository at this point in the history
Explain why it makes sense to not consider builddir == srcdir directly,
for cases when we do out-of-source builds.
  • Loading branch information
cvicentiu committed Jul 1, 2019
1 parent d890c45 commit ecd8f44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/mysql_install_db.sh
Expand Up @@ -243,6 +243,8 @@ then
fi
if test -n "$srcdir"
then
# In an out-of-source build, builddir is not srcdir. Try to guess where
# builddir is by looking for my_print_defaults.
if test -z "$builddir"
then
if test -x "$dirname0/extra/my_print_defaults"
Expand Down

0 comments on commit ecd8f44

Please sign in to comment.