summaryrefslogtreecommitdiff
path: root/databases/mysql4-client/patches/patch-af
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23Good-by mysql4-client now. It isn't supported any more and no packagetaca1-73/+0
need it now.
2008-03-26Re-add mysql4 packages.wiz1-0/+73
Andreas Hallmann graciously agreed to maintain them.
2008-03-25Remove mysql4 (4.1 branch) packages.wiz1-73/+0
They have security problems and are not maintained. Removal was announced on pkgsrc-users on March 13.
2007-05-23Updated MySQL to 4.1.22martti1-8/+8
Lots of bug fixes, see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-22.html
2006-05-26Update mysql4-client and mysql4-server to version 4.1.19.seb1-6/+26
Lots of changes since last packaged version (4.1.15), please see: http://dev.mysql.com/doc/refman/4.1/en/news-4-1-19.html http://dev.mysql.com/doc/refman/4.1/en/news-4-1-18.html http://dev.mysql.com/doc/refman/4.1/en/news-4-1-17.html http://dev.mysql.com/doc/refman/4.1/en/news-4-1-16.html Most notably this version includes a fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1517 While here install more man pages and merge mysql4-client/patches/patch-ad into mysql4-client/patches/patch-af.
2005-05-23Update mysql4-* to 4.1.12.xtraeme1-5/+14
Lots of changes and bugs fixed, see http://dev.mysql.com/doc/mysql/en/news-4-1-12.html for more information.
2005-01-17Update mysql4-{client,server} to 4.1.9.xtraeme1-28/+11
Functionality added or changed: * The Mac OS X 10.3 installation disk images now include a MySQL Preference Pane for the Mac OS X Control Panel that enables the user to start and stop the MySQL server via the GUI and activate and deactivate the automatic MySQL server startup on bootup. * Seconds_Behind_Master will be NULL (which means ``unknown'') if the slave SQL thread is not running, or if the slave I/O thread is not running or not connected to master. It will be zero if the SQL thread has caught up with the I/O thread. It no longer grows indefinitely if the master is idle. * InnoDB: Do not acquire an internal InnoDB table lock in LOCK TABLES if AUTOCOMMIT=1. This helps in porting old MyISAM applications to InnoDB. InnoDB table locks in that case caused deadlocks very easily. * InnoDB: Print a more descriptive error and refuse to start InnoDB if the size of `ibdata' files is smaller than what is stored in the tablespace header; innodb_force_recovery overrides this. * The MySQL server aborts immediately instead of simply issuing a warning if it is started with the --log-bin option but cannot initialize the binary log at startup (that is, an error occurs when writing to the binary log file or binary log index file). * The binary log file and binary log index file now behave like MyISAM when there is a "disk full" or "quota exceeded" error. See section A.4.3 How MySQL Handles a Full Disk. Many bugfixes were fixed... see http://dev.mysql.com/doc/mysql/en/News-4.1.9.html
2005-01-10Update mysql4-* to 4.1.8a.xtraeme1-29/+28
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-01move patch-af back here and don't share patches with mysql4-server.grant1-0/+62
some of the patches disable part of the build and break the client build. should fix build issue noted on tech-pkg.
2004-10-31use patches and distinfo from mysql4-server instead of duplicatinggrant1-12/+0
patches here.
2004-03-07Updated mysql-client to 4.0.18martti1-4/+8
* Bug fixes
2003-12-20MySQL is a SQL (Structured Query Language) database server. SQL is themartti1-0/+8
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 client programs and libraries.