Commit d30809a3 authored by Alexey Botchkov's avatar Alexey Botchkov

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

        One line in mysql_install_db.sh was left unfixed.
parent 7d7b92c1
...@@ -291,7 +291,7 @@ then ...@@ -291,7 +291,7 @@ then
fi fi
srcpkgdatadir=`find_in_basedir --dir fill_help_tables.sql share share/mysql` srcpkgdatadir=`find_in_basedir --dir fill_help_tables.sql share share/mysql`
buildpkgdatadir=$srcpkgdatadir buildpkgdatadir=$srcpkgdatadir
if test -z "$pkgdatadir" if test -z "$srcpkgdatadir"
then then
cannot_find_file fill_help_tables.sql $basedir/share $basedir/share/mysql cannot_find_file fill_help_tables.sql $basedir/share $basedir/share/mysql
exit 1 exit 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment