summaryrefslogtreecommitdiff
path: root/databases/mysql4-server/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-01-10Update mysql4-* to 4.1.8a.xtraeme1-13/+13
Please check http://dev.mysql.com/doc/mysql/en/News-4.1.8.html to see the list of changes, new features added and a bunch of bugs were fixed.
2004-11-08Fix breakage added in last commits in mysql4-* packages:xtraeme1-3/+2
* Make mysql4-client build on NetBSD 1.[56]* * Don't install mysqld and friends in mysql4-client (eww!) * Remove an unneeded patch. * Remove duplicated files in mysql4-client's PLIST. Also, use assembler functions when MACHINE_ARCH == i386. This closes PR pkg/27154, pkg/27720, pkg/27744 and pkg/28035. BTW, I tested them on NetBSD 1.6.2, 2.0_RC4 and -current. Bump PKGREVISION for both packages.
2004-10-31fix test for zlib so that it works with sunpro.grant1-2/+2
2004-10-28Update mysql4-{client,server} to 4.1.7 (latest production release).xtraeme1-9/+11
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.
2004-10-22Update databases/mysql4* packages to 4.0.21 (latest stable productionxtraeme1-7/+7
release) and take maintainership. Functionality added or changed: # Print version_comment (from ./configure --comment during compilation) when starting the server. E.g.: Version: '4.0.21-debug' socket: '/tmp/mysql.sock' port: 0 Official MySQL Binary # Made the MySQL server not react to signals SIGHUP and SIGQUIT on Mac OS X 10.3. This is needed because under this OS, the MySQL server receives lots of these signals (reported as Bug #2030). # On Windows, the mysqld-nt and mysqld-max-nt servers now write error messages to the Windows event log in addition to the MySQL error log. Tons of bugfixes were fixed, more information: http://dev.mysql.com/doc/mysql/en/News-4.0.21.html
2004-06-20Update databases/mysql4-* to 4.0.20.xtraeme1-3/+3
Lots of bugfixes, please review the Changelog file.
2004-03-13Fix the build by adding USE_LANGUAGES=c c++ and linking myisam/isamrecht1-1/+3
with CXX. Noted by kristerw's bulk-build and Michal Pasternak on tech-pkg@.
2004-03-07Updated mysql-server to 4.0.18martti1-10/+10
* Bug fixes
2004-02-24adapt patch from FreeBSD ports to fix build on FreeBSD 5.2:grant1-1/+2
http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/mysql41-server/files/patch-sql::mysqld.cc?rev=1.1 from Michal Pasternak in PR pkg/24447.
2003-12-20MySQL is a SQL (Structured Query Language) database server. SQL is themartti1-0/+14
most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL server programs and libraries.