Browse Source

MDEV-10832 Out of tree build: mysql_install_db to see all .sql files.

One line in mysql_install_db.sh was left unfixed.
pull/835/head
Alexey Botchkov 9 years ago
parent
commit
d30809a3cd
  1. 2
      scripts/mysql_install_db.sh

2
scripts/mysql_install_db.sh

@ -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

Loading…
Cancel
Save