summaryrefslogtreecommitdiff
path: root/databases/mysql-server/files
AgeCommit message (Collapse)AuthorFilesLines
2004-10-28Update mysql-{client,server} to 4.0.21 (previously mysql4-*).xtraeme1-13/+85
2003-10-05Updated mysql-server to 3.23.58martti1-2/+2
A lot of bug and security fixes since 3.23.51...
2003-01-21- add rc.d script; based on [pkg/19055], with rework by me.lukem1-0/+31
- add support for MYSQL_USER and MYSQL_GROUP (user & group to run database as) - change ownership of $MYSQL_DATADIR to ${MYSQL_USER}:${MYSQL_GROUP} 700 - fix safe_mysqld to send all output to the error log and to NOT output random messages to the tty it was started on. - display a MESSAGE reminding people to change the password of the mysql 'root' user. - bump PKGREVISION (to 3.23.49nb2)
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-11/+0
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-03-26When using the included mit-pthreads, do not link against randombad1-3/+3
-lpthread found in library search path, use explicit path to library. Noticed by hubertf. When OPSYS == NetBSD, force use of included mit-pthreads. Bumb version to "nb1".
2001-03-26Update to mysql-3.23.35.bad2-14/+9
Enable use of tcp_wrappers in the server. BDB and Innobase table types are not configured in, so no transaction support yet. The 3.23 release has several major features that are not present in previous versions. We have added new table types: MyISAM, a new ISAM library which is tuned for SQL and supports large files; BDB, which uses the Berkeley DB library from Sleepycat Software to implement transaction-safe tables; INNOBASE, which uses the Innobase database backend to implement transaction-safe tables. The 3.23 release also includes support for database replication between a master and many slaves, full-text indexing, and much more. For a detailed list of changes see appendix E of the online documentation at http://www.mysql.com/. The replication code and BerkeleyDB code is still not as tested and as the rest of the code, so we will probably need to do a couple of future releases of 3.23 with small fixes for this part of the code. As long as you don't use these features, you should be quite safe with MySQL 3.23! Note that the above doesn't mean that replication or Berkeley DB doesn't work; We have done a lot of testing of all code, including replication and BDB without finding any problems. It only means that not as many users uses this code as the rest of the code and because of this we are not yet 100 % confident in this code.
2001-01-10Add support for NetBSD-*-powerpc to embedded mit-pthreads, and enablebriggs1-1/+8
this package for same.
2000-12-24Fix timezone return value in threads. From Thomas T. Thai in pkg/11256.skrll1-1/+2
2000-08-23Recognize 1.5 systems; add an #include <errno.h> (still some warnings left,wiz1-1/+3
though). Addresses pkg/10881 & pkg/10882.
2000-02-15Update mysql to 3.22.32.bad2-19/+4
This includes a security fix for the remote password checking protocol. Other wise it's just the regular bunch of bugfixes. See appendix D of the manual.
2000-01-17Redo this patch with less context to avoid a RCS keyword.bad1-2/+2
``This time for sure!''
1999-12-29Regen.bad1-2/+3
1999-12-22Regen.bad1-4/+3
1999-12-13Regen.bad1-2/+2
1999-12-13Update MySQL to 3.22.27.bad2-29/+15
There are a bunch of bug fixes to the server. For a complete list see the documentation. Also, get rid of USE_GMAKE. The normal make works just fine. Delete a whole bunch of patches that have been integrated into the distribution. Update the mit-pthreads patches to use _C_LABEL where appropriate so that mit-pthreads works on ELF and a.out for the affected platforms.
1999-11-15cvs admin -ko patch-be (because it contains RCS keywords at the wrongrh1-2/+2
places) and redo defuzz.
1999-11-15defuzzrh1-2/+2
1999-08-03regen.bad1-3/+8
1999-07-09Add package patch-sum filesagc1-0/+27
1999-05-06Second half of the split mysql pkg (server). Works on alpha, arm32, i386,tv1-0/+3
and sparc (more to come when this works properly with PTL2).