diff options
author | unknown <joerg@trift2.> | 2007-08-22 22:04:31 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-08-22 22:04:31 +0200 |
commit | 870958d25c7f6ac504dc2107e44ae7e80fc55c62 (patch) | |
tree | 4db834becd9468e559cf8b94fd5e7888f3fc721a /netware/isamlog.def | |
parent | 46d5ebb120f17e9e2ad1490d1e572a3b0cd145bf (diff) | |
download | mariadb-git-870958d25c7f6ac504dc2107e44ae7e80fc55c62.tar.gz |
Cleanup in the "netware" subdirectory:
1) We do not provide the "isam" table handler in 5.0 and up (different from "myisam" !),
so we do not need the ".def" files for the "isam"-specific tools.
2) Use "basename" to get the base name of a file, not a harder-to-read sed expression.
BitKeeper/deleted/.del-isamchk.def:
Delete: netware/isamchk.def
BitKeeper/deleted/.del-isamlog.def:
Delete: netware/isamlog.def
BitKeeper/deleted/.del-pack_isam.def:
Delete: netware/pack_isam.def
netware/Makefile.am:
Use a plain "basename" showing the purpose, not a sed command which is harder to read.
Diffstat (limited to 'netware/isamlog.def')
-rw-r--r-- | netware/isamlog.def | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/netware/isamlog.def b/netware/isamlog.def deleted file mode 100644 index 777d73a7835..00000000000 --- a/netware/isamlog.def +++ /dev/null @@ -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 - |