diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-05 09:35:25 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-05 09:35:25 +0800 |
commit | 8e55b38abe7396d6729a5cd38f53357978c2cdba (patch) | |
tree | feab3936bbb09ae617798b5ec4d9d60105c0c158 /databases/Makefile | |
parent | cc44efacbc440208ea2a1d1d3cbfa9176b8c213b (diff) | |
download | freebsd-ports-gnome-8e55b38abe7396d6729a5cd38f53357978c2cdba.tar.gz freebsd-ports-gnome-8e55b38abe7396d6729a5cd38f53357978c2cdba.tar.zst freebsd-ports-gnome-8e55b38abe7396d6729a5cd38f53357978c2cdba.zip |
Initial import of mytop Version 0.3
mytop is a non-gui tool for monitoring the threads and overall performance
of MySQL 3.22.x and 3.23.x servers.
PR: 20892
Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
Reviewed by: will
Approved by: will
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 d1d3b551b5c6..1d13d115170f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -27,6 +27,7 @@ SUBDIR += mysql322-client SUBDIR += mysql322-server SUBDIR += mysqltcl + SUBDIR += mytop SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Pg SUBDIR += p5-DBD-XBase |