1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

myisampack.def, myisamlog.def, myisam_ftdump.def, myisamchk.def:

Adjusted for storage path
nwbootstrap:
  Corrected bad merge


netware/BUILD/nwbootstrap:
  Corrected bad merge
netware/myisam_ftdump.def:
  Adjusted for storage path
netware/myisamchk.def:
  Adjusted for storage path
netware/myisamlog.def:
  Adjusted for storage path
netware/myisampack.def:
  Adjusted for storage path
This commit is contained in:
unknown
2006-12-02 04:25:41 +01:00
parent 01b2e7ed44
commit 8ab3b72ba8
5 changed files with 5 additions and 6 deletions

View File

@ -172,8 +172,7 @@ nlm_version=`echo "$version" | sed -e "s;\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*;\1
for file in ./netware/*.def for file in ./netware/*.def
do do
mv -f $file $file.org mv -f $file $file.org
sed -e "s;VERSION.*;VERSION $nlm_version;g" \ sed -e "s;VERSION.*;VERSION $nlm_version;g" $file.org > $file
-e "s;XDCDATA.*;XDCDATA $SRC_DIR/netware/mysql.xdc;g" $file.org > $file
rm $file.org rm $file.org
done done

View File

@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res
DESCRIPTION "MySQL MyISAM Table Dump Tool" DESCRIPTION "MySQL MyISAM Table Dump Tool"
VERSION 4, 0 VERSION 4, 0
STACKSIZE 131072 STACKSIZE 131072
XDCDATA ../netware/mysql.xdc XDCDATA ../../netware/mysql.xdc
#DEBUG #DEBUG

View File

@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res
DESCRIPTION "MySQL MyISAM Table Check Tool" DESCRIPTION "MySQL MyISAM Table Check Tool"
VERSION 4, 0 VERSION 4, 0
STACKSIZE 131072 STACKSIZE 131072
XDCDATA ../netware/mysql.xdc XDCDATA ../../netware/mysql.xdc
#DEBUG #DEBUG

View File

@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res
DESCRIPTION "MySQL MyISAM Table Log Tool" DESCRIPTION "MySQL MyISAM Table Log Tool"
VERSION 4, 0 VERSION 4, 0
STACKSIZE 131072 STACKSIZE 131072
XDCDATA ../netware/mysql.xdc XDCDATA ../../netware/mysql.xdc
#DEBUG #DEBUG

View File

@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res
DESCRIPTION "MySQL MyISAM Table Pack Tool" DESCRIPTION "MySQL MyISAM Table Pack Tool"
VERSION 4, 0 VERSION 4, 0
STACKSIZE 131072 STACKSIZE 131072
XDCDATA ../netware/mysql.xdc XDCDATA ../../netware/mysql.xdc
#DEBUG #DEBUG