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/mysqladmin.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/mysqladmin.def')
-rw-r--r-- | netware/mysqladmin.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/mysqladmin.def b/netware/mysqladmin.def index 6532cab84a0..03f15dfdd08 100644 --- a/netware/mysqladmin.def +++ b/netware/mysqladmin.def @@ -6,7 +6,7 @@ SCREENNAME "MySQL Admin[scrollable]" COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." DESCRIPTION "MySQL Admin Tool" VERSION 4, 0 -STACKSIZE 32768 +STACKSIZE 131072 XDCDATA ../netware/mysql.xdc #DEBUG |