diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-10-14 08:45:41 +0300 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-10-14 08:45:41 +0300 |
commit | 63ac3040a88079cc61728631043b18d535efe152 (patch) | |
tree | 54aadb74968f82b395e5966b341611883c2aeb37 /scripts | |
parent | 63262cfdea2e02860142c9797ba027ba03f9f5f3 (diff) | |
download | mariadb-git-63ac3040a88079cc61728631043b18d535efe152.tar.gz |
Small fixes for Netware.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index dea41f57e6b..750c98c80e2 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -275,8 +275,7 @@ if [ $BASE_SYSTEM = "netware" ] ; then >> $BASE/bin/init_db.sql sh ./scripts/mysql_create_system_tables.sh test "" "%" 0 \ > $BASE/bin/test_db.sql - sh ./scripts/mysql_create_system_tables.sh real >> $BASE/bin/init_db.sql - sh ./scripts/mysql_create_system_tables.sh test > $BASE/bin/test_db.sql + ./scripts/fill_help_tables < ./Docs/manual.texi >> ./netware/init_db.sql fi # |