diff options
author | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2005-10-14 08:45:41 +0300 |
---|---|---|
committer | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2005-10-14 08:45:41 +0300 |
commit | babdedd52f4531ccba44b66a91f4944327c8d11e (patch) | |
tree | 54aadb74968f82b395e5966b341611883c2aeb37 /netware/pack_isam.def | |
parent | 4083d45644af2efa451703ad44a69ae3901b25df (diff) | |
download | mariadb-git-babdedd52f4531ccba44b66a91f4944327c8d11e.tar.gz |
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.
Diffstat (limited to 'netware/pack_isam.def')
-rw-r--r-- | netware/pack_isam.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netware/pack_isam.def b/netware/pack_isam.def index fff74806f39..9ea72a4f2e7 100644 --- a/netware/pack_isam.def +++ b/netware/pack_isam.def @@ -2,6 +2,7 @@ # Pack ISAM #------------------------------------------------------------------------------ MODULE libc.nlm +SCREENNAME "MySQL ISAM Table Pack Tool" COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." DESCRIPTION "MySQL ISAM Table Pack Tool" SCREENNAME "MySQL ISAM Table Pack Tool" |