diff options
author | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2005-12-13 17:53:26 +0200 |
---|---|---|
committer | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2005-12-13 17:53:26 +0200 |
commit | 2e8dc5fff4a743627003ca96e3740ffc0ef757e8 (patch) | |
tree | b3e70ef74fd49c7cdbcd40951e8adda830f4b20a /netware/libmysql.def | |
parent | 835acc86759d2a4f6f1028713352652429533d38 (diff) | |
download | mariadb-git-2e8dc5fff4a743627003ca96e3740ffc0ef757e8.tar.gz |
Increased stack size for clients on Netware.
New libc suggests doing this.
Diffstat (limited to 'netware/libmysql.def')
-rw-r--r-- | netware/libmysql.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netware/libmysql.def b/netware/libmysql.def index 7804c4468a5..3d7d0b2f7fe 100644 --- a/netware/libmysql.def +++ b/netware/libmysql.def @@ -7,5 +7,6 @@ COPYRIGHT "(c) 2003 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved DESCRIPTION "MySQL Client Library" VERSION 4, 0 AUTOUNLOAD +STACKSIZE 32768 XDCDATA ../netware/mysql.xdc #DEBUG |