diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-27 07:20:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-27 07:20:08 +0800 |
commit | 4a92c7e139df0f05dce4c5adba3df46e3268e831 (patch) | |
tree | 698394fa62c5a9568f69ffd2615bfc0d23cb418e /databases/Makefile | |
parent | cc1f0d0b74ac3d8da0df3033022f64066451e572 (diff) | |
download | freebsd-ports-gnome-4a92c7e139df0f05dce4c5adba3df46e3268e831.tar.gz freebsd-ports-gnome-4a92c7e139df0f05dce4c5adba3df46e3268e831.tar.zst freebsd-ports-gnome-4a92c7e139df0f05dce4c5adba3df46e3268e831.zip |
A script for making backups of InnoDB and MyISAM tables, indexes and .frm files.
WWW: http://www.innodb.com/support/documentation/innodb-hot-backup-manual/#innobackup
PR: ports/127452
Submitted by: Gea-Suan Lin <gslin at gslin.org>
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 52106651e838..b02fae9bb925 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -88,6 +88,7 @@ SUBDIR += hamsterdb SUBDIR += hk_classes SUBDIR += hsqldb + SUBDIR += innobackup SUBDIR += innotop SUBDIR += ip4r SUBDIR += ipa_sdb |