diff options
author | unknown <greg@mysql.com> | 2004-01-12 21:15:49 -0100 |
---|---|---|
committer | unknown <greg@mysql.com> | 2004-01-12 21:15:49 -0100 |
commit | 8ae9f145918a0a78cdbae576621001fe4d723bea (patch) | |
tree | f9394fa52c3895fbdaf17e26a28ffbb1ec5842f4 /netware/myisampack.def | |
parent | 9d8bf6980ab67940e91425d5bcb6968e630ac8a2 (diff) | |
download | mariadb-git-8ae9f145918a0a78cdbae576621001fe4d723bea.tar.gz |
Checked and applied Novell-supplied patches inside the netware directory only.
netware/BUILD/compile-linux-tools:
Need to run make on sql_yacc.cc.
netware/BUILD/compile-netware-END:
Use .zip package.
netware/BUILD/compile-netware-all:
Add compile-netware-src.
netware/BUILD/compile-netware-standard:
Need backslash to avoid error.
netware/BUILD/mwenv:
Add additional include, library paths, -dialect and -map flags for CW.
netware/BUILD/nwbootstrap:
Additional status messages, update versions in .def files.
netware/Makefile.am:
Cosmetic change, add @openssl_libs@ in case of OpenSSL feature usage.
netware/isamchk.def:
Add SCREENNAME to allow interaction.
netware/my_manage.c:
Take out unused args to mysqladmin.
netware/myisamchk.def:
Add SCREENNAME to allow interaction.
netware/myisamlog.def:
Add SCREENNAME to allow interaction.
netware/myisampack.def:
Add SCREENNAME to allow interaction.
netware/mysql_test_run.c:
Multiple changes to help test suite.
netware/mysqlbinlog.def:
Add SCREENNAME to allow interaction.
netware/mysqlcheck.def:
Add SCREENNAME to allow interaction.
netware/mysqld_safe.c:
Make error message more accurate/descriptive.
netware/mysqldump.def:
Add SCREENNAME to allow interaction.
netware/mysqlimport.def:
Add SCREENNAME to allow interaction.
Diffstat (limited to 'netware/myisampack.def')
-rw-r--r-- | netware/myisampack.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netware/myisampack.def b/netware/myisampack.def index 72403d2591e..9111538c2c0 100644 --- a/netware/myisampack.def +++ b/netware/myisampack.def @@ -2,6 +2,7 @@ # MyISAM Pack #------------------------------------------------------------------------------ MODULE libc.nlm +SCREENNAME "MySQL MyISAM Table Pack Tool" COPYRIGHT "(c) 2003 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." DESCRIPTION "MySQL MyISAM Table Pack Tool" VERSION 4, 0 |