summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/PLIST
diff options
context:
space:
mode:
authortaca <taca>2010-03-21 14:41:41 +0000
committertaca <taca>2010-03-21 14:41:41 +0000
commit1cfce2756cc62bfe93ae4703c4594c5f9e00c9fb (patch)
tree406e75bec7c55984e1d65204a836df458d64b55c /databases/mysql51-server/PLIST
parent70b959866bafabfd3562a404fbf00c80905b6c05 (diff)
downloadpkgsrc-1cfce2756cc62bfe93ae4703c4594c5f9e00c9fb.tar.gz
Add mysqlmanager, ndb-cluster and pstack PKG_OPTIONS.
These are control some optional functions for mysql51-server (leaf package). Bump PKGREVISION.
Diffstat (limited to 'databases/mysql51-server/PLIST')
-rw-r--r--databases/mysql51-server/PLIST59
1 files changed, 57 insertions, 2 deletions
diff --git a/databases/mysql51-server/PLIST b/databases/mysql51-server/PLIST
index 1a1e0467d93..3ea82946f42 100644
--- a/databases/mysql51-server/PLIST
+++ b/databases/mysql51-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/04 16:28:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/03/21 14:41:41 taca Exp $
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
@@ -15,10 +15,58 @@ bin/mysql_waitpid
bin/mysqld_multi
bin/mysqld_safe
${PLIST.embedded}bin/mysqltest_embedded
+${PLIST.ndb}bin/ndb_config
+${PLIST.ndb}bin/ndb_delete_all
+${PLIST.ndb}bin/ndb_desc
+${PLIST.ndb}bin/ndb_drop_index
+${PLIST.ndb}bin/ndb_drop_table
+${PLIST.ndb}bin/ndb_error_reporter
+${PLIST.ndb}bin/ndb_mgm
+${PLIST.ndb}bin/ndb_print_backup_file
+${PLIST.ndb}bin/ndb_print_schema_file
+${PLIST.ndb}bin/ndb_print_sys_file
+${PLIST.ndb}bin/ndb_restore
+${PLIST.ndb}bin/ndb_select_all
+${PLIST.ndb}bin/ndb_select_count
+${PLIST.ndb}bin/ndb_show_tables
+${PLIST.ndb}bin/ndb_size.pl
+${PLIST.ndb}bin/ndb_test_platform
+${PLIST.ndb}bin/ndb_waiter
bin/perror
bin/replace
bin/resolve_stack_dump
bin/resolveip
+${PLIST.ndb}include/mysql/storage/ndb/mgmapi/mgmapi.h
+${PLIST.ndb}include/mysql/storage/ndb/mgmapi/mgmapi_config_parameters.h
+${PLIST.ndb}include/mysql/storage/ndb/mgmapi/mgmapi_config_parameters_debug.h
+${PLIST.ndb}include/mysql/storage/ndb/mgmapi/mgmapi_debug.h
+${PLIST.ndb}include/mysql/storage/ndb/mgmapi/mgmapi_error.h
+${PLIST.ndb}include/mysql/storage/ndb/mgmapi/ndb_logevent.h
+${PLIST.ndb}include/mysql/storage/ndb/mgmapi/ndbd_exit_codes.h
+${PLIST.ndb}include/mysql/storage/ndb/ndb_constants.h
+${PLIST.ndb}include/mysql/storage/ndb/ndb_init.h
+${PLIST.ndb}include/mysql/storage/ndb/ndb_types.h
+${PLIST.ndb}include/mysql/storage/ndb/ndb_version.h
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/Ndb.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbApi.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbBlob.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbDictionary.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbError.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbEventOperation.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbIndexOperation.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbIndexScanOperation.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbIndexStat.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbOperation.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbPool.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbRecAttr.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbReceiver.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbScanFilter.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbScanOperation.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/NdbTransaction.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/ndb_cluster_connection.hpp
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/ndb_opt_defaults.h
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/ndbapi_limits.h
+${PLIST.ndb}include/mysql/storage/ndb/ndbapi/ndberror.h
lib/mysql/libdbug.a
lib/mysql/libheap.a
lib/mysql/libmyisam.a
@@ -26,17 +74,24 @@ lib/mysql/libmyisammrg.a
${PLIST.embedded}lib/mysql/libmysqld.a
lib/mysql/libmystrings.a
lib/mysql/libmysys.a
+${PLIST.ndb}lib/mysql/libndbclient.la
lib/mysql/libvio.a
lib/mysql/plugin/ha_archive.la
lib/mysql/plugin/ha_blackhole.la
lib/mysql/plugin/ha_example.la
lib/mysql/plugin/ha_federated.la
-lib/mysql/plugin/ha_innodb.la
lib/mysql/plugin/ha_innodb_plugin.la
libexec/mysqld
+${PLIST.manager}libexec/mysqlmanager
+${PLIST.ndb}libexec/ndb_cpcd
+${PLIST.ndb}libexec/ndb_mgmd
+${PLIST.ndb}libexec/ndbd
man/man1/mysqld_multi.1
man/man8/mysqld.8
man/man8/mysqlmanager.8
+${PLIST.ndb}man/man8/ndb_mgmd.8
+${PLIST.ndb}man/man8/ndbd.8
+${PLIST.ndb}man/man8/ndbmtd.8
mysql-test/lib/My/SafeProcess/my_safe_process
share/aclocal/mysql.m4
share/examples/rc.d/mysqld