diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-25 00:44:33 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-25 00:44:33 +0000 |
commit | d296dcf10c6834b452eb547550852ceaa2438921 (patch) | |
tree | 1a3e95c14a7f5019791cf5431ae660b8348e13d7 /databases/mysql323-client | |
parent | 31d87969c907658eba1ac1eb5d876fd9b01fb3a9 (diff) | |
download | ports-d296dcf10c6834b452eb547550852ceaa2438921.tar.gz ports-d296dcf10c6834b452eb547550852ceaa2438921.zip |
Add support for BerkeleyDB table type.
This type allows SQL transactions (COMMIT, ROLLBACK).
Note: BerkeleyDB is build as part of mysql323-server since mysql
needs a special version of it. Thus we can't depend on
databases/db3 at the moment.
Notes
Notes:
svn path=/head/; revision=37548
Diffstat (limited to 'databases/mysql323-client')
-rw-r--r-- | databases/mysql323-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql323-client/Makefile b/databases/mysql323-client/Makefile index 5d9cff333a25..03171ecb0cce 100644 --- a/databases/mysql323-client/Makefile +++ b/databases/mysql323-client/Makefile @@ -6,6 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../mysql323-server COMMENT= ${PKGDIR}/pkg-comment.client |