summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authortsmith/mysqldev@mysql.com/production.mysql.com <>2007-11-30 06:14:43 +0100
committertsmith/mysqldev@mysql.com/production.mysql.com <>2007-11-30 06:14:43 +0100
commitda357f723a696056cc4104ff521588f1033f971a (patch)
treeba5983792cc687bb7813f0078c9714d849f7e2dd /Makefile.am
parent003f5640e7cb6bb60358f005a2f240ac0db1912e (diff)
downloadmariadb-git-da357f723a696056cc4104ff521588f1033f971a.tar.gz
Bug #32219: too many hosts in default grant tables 6.0.3
Fix is to remove any references to the current hostname when running mysql_install_db --cross-bootstrap. (The dist-hook make target makes this call, and the resulting data directory is included in the source distribution as win/data/*.) Also, a few other clean-ups to mysql_install_db while there.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c1bdbb22e8e..52a9dcbd389 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,7 +102,7 @@ dist-hook:
rm -rf `find $(distdir) -type d -name SCCS -print`
rm -f `find $(distdir) -type l -print`
mkdir -p $(distdir)/win
- scripts/mysql_install_db --no-defaults --windows \
+ scripts/mysql_install_db --no-defaults --cross-bootstrap \
--basedir=$(top_builddir) \
--datadir=$(distdir)/win/data \
--srcdir=$(top_srcdir)