1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Small fixes for Netware.

netware/mysql_test_run.c:
  Fixed typo.
netware/pack_isam.def:
  Added screenname.
scripts/make_binary_distribution.sh:
  Fixed mistake in merge.
This commit is contained in:
unknown
2005-10-14 08:45:41 +03:00
parent 4083d45644
commit babdedd52f
3 changed files with 3 additions and 3 deletions

View File

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