mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge trift2.:/MySQL/M50/netware-5.0
into trift2.:/MySQL/M51/netware-5.1 BitKeeper/deleted/.del-isamchk.def: Auto merged BitKeeper/deleted/.del-isamlog.def: Auto merged BitKeeper/deleted/.del-pack_isam.def: Auto merged netware/Makefile.am: Auto merged
This commit is contained in:
@ -46,7 +46,7 @@ netware_build_files = client/mysql.def client/mysqladmin.def \
|
||||
link_sources:
|
||||
for f in $(netware_build_files); do \
|
||||
rm -f ../$$f; \
|
||||
org=`echo $$f | sed -e 's/.*\/\(.*\)/\1/g'`; \
|
||||
org=`basename $$f`; \
|
||||
@LN_CP_F@ $(srcdir)/$$org ../$$f; \
|
||||
done
|
||||
echo timestamp > link_sources
|
||||
|
@ -1,12 +0,0 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# ISAM Check
|
||||
#------------------------------------------------------------------------------
|
||||
MODULE libc.nlm
|
||||
SCREENNAME "MySQL ISAM Table Check Tool"
|
||||
COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
|
||||
DESCRIPTION "MySQL ISAM Table Check Tool"
|
||||
VERSION 4, 0
|
||||
STACKSIZE 131072
|
||||
XDCDATA ../netware/mysql.xdc
|
||||
#DEBUG
|
||||
|
@ -1,11 +0,0 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# ISAM Log
|
||||
#------------------------------------------------------------------------------
|
||||
MODULE libc.nlm
|
||||
COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
|
||||
DESCRIPTION "MySQL ISAM Table Log Tool"
|
||||
VERSION 4, 0
|
||||
STACKSIZE 131072
|
||||
XDCDATA ../netware/mysql.xdc
|
||||
#DEBUG
|
||||
|
@ -1,13 +0,0 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# Pack ISAM
|
||||
#------------------------------------------------------------------------------
|
||||
MODULE libc.nlm
|
||||
SCREENNAME "MySQL ISAM Table Pack Tool"
|
||||
COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
|
||||
DESCRIPTION "MySQL ISAM Table Pack Tool"
|
||||
SCREENNAME "MySQL ISAM Table Pack Tool"
|
||||
VERSION 4, 0
|
||||
STACKSIZE 131072
|
||||
XDCDATA ../netware/mysql.xdc
|
||||
#DEBUG
|
||||
|
Reference in New Issue
Block a user