diff options
author | kent/mysqldev@suse9-x86.mysql.com <> | 2006-12-02 04:25:41 +0100 |
---|---|---|
committer | kent/mysqldev@suse9-x86.mysql.com <> | 2006-12-02 04:25:41 +0100 |
commit | 81f97ed648cf684d7c5c9a19419b1e37431995fe (patch) | |
tree | 4144a1783c9bcfaddbd431ca82ec6ce5ba1eb740 /netware | |
parent | cee9ec90eb17c93f625ce8f7e2302c35d902e74d (diff) | |
download | mariadb-git-81f97ed648cf684d7c5c9a19419b1e37431995fe.tar.gz |
myisampack.def, myisamlog.def, myisam_ftdump.def, myisamchk.def:
Adjusted for storage path
nwbootstrap:
Corrected bad merge
Diffstat (limited to 'netware')
-rwxr-xr-x | netware/BUILD/nwbootstrap | 3 | ||||
-rw-r--r-- | netware/myisam_ftdump.def | 2 | ||||
-rw-r--r-- | netware/myisamchk.def | 2 | ||||
-rw-r--r-- | netware/myisamlog.def | 2 | ||||
-rw-r--r-- | netware/myisampack.def | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/netware/BUILD/nwbootstrap b/netware/BUILD/nwbootstrap index 2f291cde9f2..590231cc3f6 100755 --- a/netware/BUILD/nwbootstrap +++ b/netware/BUILD/nwbootstrap @@ -172,8 +172,7 @@ nlm_version=`echo "$version" | sed -e "s;\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*;\1 for file in ./netware/*.def do mv -f $file $file.org - sed -e "s;VERSION.*;VERSION $nlm_version;g" \ - -e "s;XDCDATA.*;XDCDATA $SRC_DIR/netware/mysql.xdc;g" $file.org > $file + sed -e "s;VERSION.*;VERSION $nlm_version;g" $file.org > $file rm $file.org done diff --git a/netware/myisam_ftdump.def b/netware/myisam_ftdump.def index 78123537a54..f2b4890a54d 100644 --- a/netware/myisam_ftdump.def +++ b/netware/myisam_ftdump.def @@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res DESCRIPTION "MySQL MyISAM Table Dump Tool" VERSION 4, 0 STACKSIZE 131072 -XDCDATA ../netware/mysql.xdc +XDCDATA ../../netware/mysql.xdc #DEBUG diff --git a/netware/myisamchk.def b/netware/myisamchk.def index 9805eb4ec1b..71fb66d0ed1 100644 --- a/netware/myisamchk.def +++ b/netware/myisamchk.def @@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res DESCRIPTION "MySQL MyISAM Table Check Tool" VERSION 4, 0 STACKSIZE 131072 -XDCDATA ../netware/mysql.xdc +XDCDATA ../../netware/mysql.xdc #DEBUG diff --git a/netware/myisamlog.def b/netware/myisamlog.def index 925650eac7b..1924ba2192b 100644 --- a/netware/myisamlog.def +++ b/netware/myisamlog.def @@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res DESCRIPTION "MySQL MyISAM Table Log Tool" VERSION 4, 0 STACKSIZE 131072 -XDCDATA ../netware/mysql.xdc +XDCDATA ../../netware/mysql.xdc #DEBUG diff --git a/netware/myisampack.def b/netware/myisampack.def index 877a143fd2e..39fd1b34100 100644 --- a/netware/myisampack.def +++ b/netware/myisampack.def @@ -7,6 +7,6 @@ COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Res DESCRIPTION "MySQL MyISAM Table Pack Tool" VERSION 4, 0 STACKSIZE 131072 -XDCDATA ../netware/mysql.xdc +XDCDATA ../../netware/mysql.xdc #DEBUG |