diff options
author | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2004-11-29 18:32:52 +0200 |
---|---|---|
committer | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2004-11-29 18:32:52 +0200 |
commit | 16ae922e2a0a79d299a744e67438d0f9515060c7 (patch) | |
tree | 980f26ce326716d2c2f6e98be490d42e31dd7c2c /netware/mysql_waitpid.def | |
parent | a94df6eed1bbb6394d94b9b165c52ed643622778 (diff) | |
download | mariadb-git-16ae922e2a0a79d299a744e67438d0f9515060c7.tar.gz |
Applied some patches for Netware.
client/mysqladmin.cc:
Added option to close the screen on exit for Netware.
netware/comp_err.def:
Copyright notice change, for Netware.
netware/isamchk.def:
Copyright notice change, for Netware.
netware/isamlog.def:
Copyright notice change, for Netware.
netware/libmysql.def:
Copyright notice change, for Netware.
netware/my_print_defaults.def:
Copyright notice change, for Netware.
netware/myisam_ftdump.def:
Copyright notice change, for Netware.
netware/myisamchk.def:
Copyright notice change, for Netware.
netware/myisamlog.def:
Copyright notice change, for Netware.
netware/myisampack.def:
Copyright notice change, for Netware.
netware/mysql.def:
Copyright notice change, for Netware.
netware/mysql_install.def:
Copyright notice change, for Netware.
netware/mysql_install_db.def:
Copyright notice change, for Netware.
netware/mysql_test_run.def:
Copyright notice change, for Netware.
netware/mysql_waitpid.def:
Copyright notice change, for Netware.
netware/mysqladmin.def:
Copyright notice change, for Netware.
netware/mysqlbinlog.def:
Copyright notice change, for Netware.
netware/mysqlcheck.def:
Copyright notice change, for Netware.
netware/mysqld.def:
Copyright notice change, for Netware.
netware/mysqld_safe.def:
Copyright notice change, for Netware.
netware/mysqldump.def:
Copyright notice change, for Netware.
netware/mysqlimport.def:
Copyright notice change, for Netware.
netware/mysqlshow.def:
Copyright notice change, for Netware.
netware/mysqltest.def:
Copyright notice change, for Netware.
netware/pack_isam.def:
Copyright notice change, for Netware.
netware/perror.def:
Copyright notice change, for Netware.
netware/replace.def:
Copyright notice change, for Netware.
netware/resolve_stack_dump.def:
Copyright notice change, for Netware.
netware/resolveip.def:
Copyright notice change, for Netware.
sql/mysqld.cc:
Changes to fix the abend on NetWare on recieving the server down and volume deactivation
events. Do not join for the main thread if these events occur.
Diffstat (limited to 'netware/mysql_waitpid.def')
-rw-r--r-- | netware/mysql_waitpid.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/mysql_waitpid.def b/netware/mysql_waitpid.def index 4d56d29c42f..da0884ccba3 100644 --- a/netware/mysql_waitpid.def +++ b/netware/mysql_waitpid.def @@ -3,7 +3,7 @@ #------------------------------------------------------------------------------ MODULE libc.nlm #SCREENNAME "MySQL Tool - Wait for a Program to Terminate" -COPYRIGHT "(c) 2003 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." +COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." DESCRIPTION "MySQL Tool - Wait for a Program to Terminate" VERSION 4, 0 STACKSIZE 65536 |