summaryrefslogtreecommitdiff
path: root/databases/mysql-server
AgeCommit message (Collapse)AuthorFilesLines
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-26When using the included mit-pthreads, do not link against randombad4-9/+14
-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.bad11-671/+79
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-03-26Fix configure script to not use "-Lyes/lib" when tcp_wrapper supportbad2-39/+48
is configured in. Work around the fact that our libtool doesn't seem to grok "-L dir" syntax.
2001-03-26Replace with hack to do the __RENAME hack for sigaction() in mit-pthreads.bad1-38/+26
Now, mysql-server doesn't require COMPAT_NETBSD13 anymore.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-10Add support for NetBSD-*-powerpc to embedded mit-pthreads, and enablebriggs9-3/+665
this package for same.
2001-01-09It's "--with-named-curses-libs=...".bad1-2/+3
2000-12-24Fix timezone return value in threads. From Thomas T. Thai in pkg/11256.skrll2-1/+27
2000-08-23Recognize 1.5 systems; add an #include <errno.h> (still some warnings left,wiz4-2/+76
though). Addresses pkg/10881 & pkg/10882.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+4
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-12Update MASTER_SITES to current locations.jlam1-3/+2
2000-02-15Update mysql to 3.22.32.bad20-1100/+16
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.bad2-28/+17
``This time for sure!''
1999-12-29Regen.bad1-2/+3
1999-12-29Use mit-pthreads/stdio/xprintf.c instead of printf.c because the latterbad1-0/+13
isn't thread safe.
1999-12-29Restore a line that was lost in my previous commit.bad1-7/+11
1999-12-28RCS tag addedwiz1-0/+1
1999-12-22Regen.bad1-4/+3
1999-12-22Defuzz again.bad2-24/+7
1999-12-22Use less context to avoid a RCS keyword in the patch.bad1-30/+8
1999-12-13Oops. This needs to depend on the real mysql-client pkg and not the clientbad1-2/+2
from the test environment.
1999-12-13Regen.bad1-2/+2
1999-12-13Update MySQL to 3.22.27.bad31-1699/+541
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 wrongrh2-3/+3
places) and redo defuzz.
1999-11-15defuzzrh2-19/+12
1999-08-24Extract distfile with pax. This works around bugs in our tar that manifestbad1-1/+3
themselves on big endian machines. XXX As a side effect most of the files in bench/Results won't get extracted, but we don't install them anyway.
1999-08-03regen.bad1-3/+8
1999-08-03Add support for m68k machines. Patches by Andy Finnell.bad8-13/+559
Thanks to Greg Oster for testing.
1999-07-12Add ftp.sunet.se to the master sites as ftp.mysql.com doesn't accept passivebad1-2/+3
FTP connections. Per Michael C. Richardson.
1999-07-09Add package patch-sum filesagc1-0/+27
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron1-2/+3
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-24/+20
pattern match format. Minor pkglint along the way.
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-4/+1
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-10Make the `ps' check work with systems where ps doesn't necessarily matchtv1-0/+13
the kernel (and ps falls back to /proc).
1999-05-06Second half of the split mysql pkg (server). Works on alpha, arm32, i386,tv29-0/+1858
and sparc (more to come when this works properly with PTL2).