mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
e239939ebf
netware/mysql_test_run.c: - Added missing cast to resolve compilation issues. - run_test() in mysql_test_run.c needs to check the correct error value returned by abort_not_supported_test(). This resolves the problem with skipped test cases on NetWare, which are supposed to be marked 'skip' instead of 'bad'. netware/mysqladmin.def: Increased stack size to avoid stack overflow in mysqladmin.NLM
12 lines
412 B
Modula-2
12 lines
412 B
Modula-2
#------------------------------------------------------------------------------
|
|
# MySQL Admin
|
|
#------------------------------------------------------------------------------
|
|
MODULE libc.nlm
|
|
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 32767
|
|
XDCDATA ../netware/mysql.xdc
|
|
#DEBUG
|
|
|