diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-28 01:12:44 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-28 01:12:44 +0000 |
commit | 62638d12163b916950d5bfff1a60c84a652b32ff (patch) | |
tree | 2ecd9ae2c486fa40745230ef99a22cfafdd04777 /databases/mysql4-client/PLIST | |
parent | 9a1b201f5eee35df73c76b94c062836777e16b58 (diff) | |
download | pkgsrc-62638d12163b916950d5bfff1a60c84a652b32ff.tar.gz |
Update mysql4-{client,server} to 4.1.7 (latest production release).
MySQL version 4.1 offers dozens of important product enhancements
and new features, including support for:
* Subqueries and derived tables -- allowing users to search
complex data sets with greater ease and efficiency;
* A significantly faster and more flexible client-server protocol
with support for prepared statements, providing optimized query
execution and improved warning information;
* New GUI installer and configuration wizards for Linux and Windows,
making it easier for developers to set up and optimize their
MySQL databases;
* Encrypted client-server communication using OpenSSL (GPL),
greatly increasing security against malicious intrusion and
unauthorized access.
* A more highly-optimized MySQL server library with a smaller
memory footprint that performs significantly faster when embedded
in third-party software.
* Extensive Unicode support through the utf8 and ucs2 international
character sets for applications that require the use of local
languages;
* Industry-standard GIS spatial types for storing and managing
geographic data;
* Improved full text search and Help features.
Diffstat (limited to 'databases/mysql4-client/PLIST')
-rw-r--r-- | databases/mysql4-client/PLIST | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/databases/mysql4-client/PLIST b/databases/mysql4-client/PLIST index 83ed45c3b8a..233ee178928 100644 --- a/databases/mysql4-client/PLIST +++ b/databases/mysql4-client/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.5 2004/10/22 01:10:04 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/10/28 01:12:44 xtraeme Exp $ +bin/client_test bin/make_win_binary_distribution bin/make_win_src_distribution bin/msql2mysql bin/mysql bin/mysql_config bin/mysql_convert_table_format +bin/mysql_create_system_tables bin/mysql_explain_log bin/mysql_find_rows bin/mysql_fix_extensions @@ -28,6 +30,7 @@ bin/mysqlmanagerc bin/mysqlshow bin/mysqltest include/mysql/errmsg.h +include/mysql/keycache.h include/mysql/m_ctype.h include/mysql/m_string.h include/mysql/my_alloc.h @@ -42,15 +45,20 @@ include/mysql/my_no_pthread.h include/mysql/my_pthread.h include/mysql/my_semaphore.h include/mysql/my_sys.h +include/mysql/my_xml.h include/mysql/mysql.h include/mysql/mysql_com.h include/mysql/mysql_embed.h +include/mysql/mysql_time.h include/mysql/mysql_version.h include/mysql/mysqld_error.h include/mysql/raid.h +include/mysql/sql_common.h +include/mysql/sql_state.h include/mysql/sslopt-case.h include/mysql/sslopt-longopts.h include/mysql/sslopt-vars.h +include/mysql/typelib.h lib/mysql/libmysqlclient.la man/man1/isamchk.1 man/man1/isamlog.1 @@ -67,9 +75,7 @@ share/mysql/Description.plist share/mysql/Info.plist share/mysql/MySQL-shared-compat.spec share/mysql/StartupParameters.plist -share/mysql/binary-configure -share/mysql/make_binary_distribution -share/mysql/make_sharedlib_distribution +share/mysql/fill_help_tables.sql share/mysql/my-huge.cnf share/mysql/my-innodb-heavy-4G.cnf share/mysql/my-large.cnf @@ -77,6 +83,7 @@ share/mysql/my-medium.cnf share/mysql/my-small.cnf share/mysql/mysql-${PKGVERSION}.spec share/mysql/mysql-log-rotate +share/mysql/mysql_fix_privilege_tables.sql share/mysql/postinstall share/mysql/preinstall @dirrm share/mysql |