summaryrefslogtreecommitdiff
path: root/netware/mysql_upgrade.def
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2006-12-01 23:09:14 +0100
committerkent@mysql.com/kent-amd64.(none) <>2006-12-01 23:09:14 +0100
commitfb5abf8f4f555ffd2363305a78346d5f9449b989 (patch)
tree263d5e5111c5ca8f1c3a5c89dcf1fe64498d99aa /netware/mysql_upgrade.def
parentda7820c37d29916ecd8d6f7ed053843644e46acc (diff)
downloadmariadb-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/mysql_upgrade.def')
-rw-r--r--netware/mysql_upgrade.def11
1 files changed, 11 insertions, 0 deletions
diff --git a/netware/mysql_upgrade.def b/netware/mysql_upgrade.def
new file mode 100644
index 00000000000..7b5718ffb1b
--- /dev/null
+++ b/netware/mysql_upgrade.def
@@ -0,0 +1,11 @@
+#------------------------------------------------------------------------------
+# MySQL Admin
+#------------------------------------------------------------------------------
+MODULE libc.nlm
+COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
+DESCRIPTION "MySQL Upgrade Tool"
+VERSION 4, 0
+STACKSIZE 131072
+XDCDATA ../netware/mysql.xdc
+#DEBUG
+