diff options
author | flo <flo@FreeBSD.org> | 2011-09-16 03:40:50 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-09-16 03:40:50 +0800 |
commit | 89ebbfab6cf1eee96e404e2630bf4cdbab532b2f (patch) | |
tree | fb14d8b44bed68cd379c59966635e1321f491d61 /databases/Makefile | |
parent | 08963ea8a592476f220e6bbabd2277f32fd42146 (diff) | |
download | freebsd-ports-gnome-89ebbfab6cf1eee96e404e2630bf4cdbab532b2f.tar.gz freebsd-ports-gnome-89ebbfab6cf1eee96e404e2630bf4cdbab532b2f.tar.zst freebsd-ports-gnome-89ebbfab6cf1eee96e404e2630bf4cdbab532b2f.zip |
add percona-toolkit the successor of maatkit
Percona Toolkit is a collection of advanced command-line tools used by Percona
support staff to perform a variety of MySQL and system tasks that are too
difficult or complex to perform manually, including:
Verify master and replica data consistency
Efficiently archive rows
Find duplicate indexes
Summarize MySQL servers
Analyze queries from logs and tcpdump
Collect vital system information when problems occur
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 d701556d14a6..ad24823e2303 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -529,6 +529,7 @@ SUBDIR += pecl-rrd SUBDIR += pecl-sqlite SUBDIR += pecl-tokyo_tyrant + SUBDIR += percona-toolkit SUBDIR += pg_filedump SUBDIR += pg_rman SUBDIR += pgaccess |