Skip to content

Commit

Permalink
MDEV-10832 Out of tree build: mysql_install_db to see all .sql files.
Browse files Browse the repository at this point in the history
        One line in mysql_install_db.sh was left unfixed.
  • Loading branch information
Alexey Botchkov committed Sep 26, 2016
1 parent 7d7b92c commit d30809a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mysql_install_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ then
fi
srcpkgdatadir=`find_in_basedir --dir fill_help_tables.sql share share/mysql`
buildpkgdatadir=$srcpkgdatadir
if test -z "$pkgdatadir"
if test -z "$srcpkgdatadir"
then
cannot_find_file fill_help_tables.sql $basedir/share $basedir/share/mysql
exit 1
Expand Down

0 comments on commit d30809a

Please sign in to comment.