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 | 99c55577c534b6ee242b7100839dcea4328fab6a (patch) | |
tree | b3e70ef74fd49c7cdbcd40951e8adda830f4b20a /netware/libmysql.def | |
parent | 0a0cce7dd03f69167dfa04a42182b62a740e40ed (diff) | |
download | mariadb-git-99c55577c534b6ee242b7100839dcea4328fab6a.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 |