diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2008-09-02 11:32:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2008-09-02 11:32:01 +0000 |
commit | 0f74e1f3b7ab3837441323423408766aa488a877 (patch) | |
tree | 3127cdd5b177803a8697abce007609d463a2bfd9 /databases/Makefile | |
parent | 9b0db62ef707ae55b775eb96e030633749e33966 (diff) |
Add mysql-q4m, a message queue that works as a pluggable storage
engine of MySQL.
Notes
Notes:
svn path=/head/; revision=219656
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index c080a69631f8..dcedc8909902 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -159,6 +159,7 @@ SUBDIR += mysql-editor SUBDIR += mysql-navigator SUBDIR += mysql-proxy + SUBDIR += mysql-q4m SUBDIR += mysql-query-browser SUBDIR += mysql-udf SUBDIR += mysql2odbc |