diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2006-12-01 23:09:14 +0100 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2006-12-01 23:09:14 +0100 |
commit | fb5abf8f4f555ffd2363305a78346d5f9449b989 (patch) | |
tree | 263d5e5111c5ca8f1c3a5c89dcf1fe64498d99aa /netware/myisampack.def | |
parent | da7820c37d29916ecd8d6f7ed053843644e46acc (diff) | |
download | mariadb-git-fb5abf8f4f555ffd2363305a78346d5f9449b989.tar.gz |
mysql_upgrade.def Makefile.am:
Added new "mysql_upgrade.def" for Netware (bug#23504)
*.def:
Allocate 128K stack for all executables (bug#23504)
Diffstat (limited to 'netware/myisampack.def')
-rw-r--r-- | netware/myisampack.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/myisampack.def b/netware/myisampack.def index d1f85fe03f8..877a143fd2e 100644 --- a/netware/myisampack.def +++ b/netware/myisampack.def @@ -6,7 +6,7 @@ SCREENNAME "MySQL MyISAM Table Pack Tool" COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." DESCRIPTION "MySQL MyISAM Table Pack Tool" VERSION 4, 0 -STACKSIZE 32768 +STACKSIZE 131072 XDCDATA ../netware/mysql.xdc #DEBUG |