mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Makefile.am:
Added "mysql_client_test.def" mysql_client_test.def: BitKeeper file /home/kent/bk/mysql-5.0-build/netware/mysql_client_test.def netware/mysql_client_test.def: BitKeeper file /home/kent/bk/mysql-5.0-build/netware/mysql_client_test.def netware/Makefile.am: Added "mysql_client_test.def"
This commit is contained in:
parent
9243f62428
commit
ca35cae78b
2 changed files with 12 additions and 0 deletions
|
@ -31,6 +31,7 @@ netware_build_files = client/mysql.def client/mysqladmin.def \
|
|||
client/mysqldump.def client/mysqlimport.def \
|
||||
client/mysqlshow.def client/mysqltest.def \
|
||||
client/mysql_upgrade.def \
|
||||
tests/mysql_client_test.def \
|
||||
extra/my_print_defaults.def \
|
||||
extra/perror.def extra/replace.def \
|
||||
extra/resolveip.def extra/comp_err.def \
|
||||
|
@ -71,6 +72,7 @@ EXTRA_DIST= $(BUILT_SOURCES) comp_err.def init_db.sql install_test_db.ncf \
|
|||
mysqlbinlog.def mysqlcheck.def mysqld.def \
|
||||
mysqld_safe.c mysqld_safe.def mysqldump.def mysqlimport.def \
|
||||
mysqlshow.def mysqltest.def mysql_upgrade.def perror.def \
|
||||
mysql_client_test.def \
|
||||
replace.def resolve_stack_dump.def resolveip.def test_db.sql \
|
||||
static_init_db.sql \
|
||||
BUILD/apply-patch BUILD/compile-AUTOTOOLS \
|
||||
|
|
10
netware/mysql_client_test.def
Normal file
10
netware/mysql_client_test.def
Normal file
|
@ -0,0 +1,10 @@
|
|||
#------------------------------------------------------------------------------
|
||||
# MySQL Test
|
||||
#------------------------------------------------------------------------------
|
||||
MODULE libc.nlm
|
||||
COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
|
||||
DESCRIPTION "MySQL Client Test"
|
||||
VERSION 4, 0
|
||||
STACKSIZE 131072
|
||||
XDCDATA ../netware/mysql.xdc
|
||||
#DEBUG
|
Loading…
Reference in a new issue