summaryrefslogtreecommitdiff
path: root/databases/mysql40-server (unfollow)
Commit message (Expand)AuthorFilesLines
2003-10-25Move CXXFLAGS out of BUILD_OPTIMIZED section, since theyNorikatsu Shigemura1-1/+1
2003-10-24utilize SITE_PERLYing-Chieh Liao1-1/+1
2003-10-23o Update to 4.0.16 release.Norikatsu Shigemura4-24/+38
2003-10-03Protect against accidentally defining USE_MYSQL in the environment orPeter Pentchev1-0/+6
2003-09-23Update to MySQL 4.0.15 to fix the password denial-of-service problem.Peter Pentchev3-7/+8
2003-07-24update databases/mysql40-server: 4.0.13 -> 4.0.14Daichi GOTO3-23/+4
2003-05-22We finally have a threadsafe realpath(3) in 4.x and 5.x.Martin Blapp2-7/+26
2003-05-21Update to 4.0.13.Norikatsu Shigemura4-4/+5
2003-05-19Correct configure patchTilman Keskinoz1-5/+3
2003-04-04o Move USE_PERL5_RUN into server part.Norikatsu Shigemura1-3/+4
2003-03-26Under FreeBSD 5.X, libstdc++ and libsupc++ in /usr/lib use FreeBSDMartin Blapp1-1/+2
2003-03-25o Build thread-safe libs by default.Norikatsu Shigemura2-4/+5
2003-03-24Update to 4.0.12.Norikatsu Shigemura7-55/+54
2003-03-06Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2-2/+1
2003-02-25FreeBSD 5.X does have lthread.3, FreeBSD 4.X lthread.2Martin Blapp1-2/+7
2003-02-23Add WITH_LINUXTHREADS option to build with linuxthreads.Martin Blapp1-0/+9
2003-02-21De-pkg-comment.Akinori MUSHA2-1/+1
2003-02-05o Definitely fix building on -current.Norikatsu Shigemura2-22/+17
2003-02-04Update to 4.0.10.Norikatsu Shigemura4-14/+59
2003-01-31Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.Peter Pentchev11-328/+119
2003-01-29Upgrade to 3.23.55.Dirk Froemberg3-7/+8
2003-01-23mysql-server compiles and runs fine on sparc64.Dirk Froemberg1-1/+1
2002-12-16make USE_LIBTOOL actually workingDirk Froemberg1-10/+18
2002-12-14Upgrade to 3.23.54.Dirk Froemberg5-52/+44
2002-12-13Mark as FORBIDDEN - multiple security vulnerabilities exist. SeeMaxim Sobolev1-0/+2
2002-11-21Fix MASTER_SITES.Dirk Froemberg1-4/+6
2002-11-17WITH_XCHARSET is independent of WITH_CHARSET.Dirk Froemberg1-1/+1
2002-11-13-STABLE exits with signal 11 while connecting via TCP/IP if emptyDirk Froemberg2-5/+9
2002-11-10FreeBSD has broken realpath(3), too.Dirk Froemberg2-9/+17
2002-11-10Set limits from user mysql before starting mysqld.Dirk Froemberg2-1/+2
2002-11-10Only kill mysqld we started. Don't kill all mysqld.Dirk Froemberg1-4/+12
2002-11-10Only kill mysqld we started. Don't kill all mysqld.Dirk Froemberg2-4/+11
2002-11-10Fix build on 5.0-CURRENT.Dirk Froemberg1-0/+11
2002-10-21Upgrade to 3.23.52.Dirk Froemberg3-24/+25
2002-09-03Don't restrict InnoDB to i386. Works on alpha, too.Dirk Froemberg1-3/+4
2002-08-19Upgrade to 3.23.52.Dirk Froemberg5-51/+30
2002-08-12- remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.Dirk Froemberg2-2/+12
2002-08-07Bump PORTREVISION after fixing startup script.Dirk Froemberg1-1/+1
2002-08-07Workaround revision 1.42 and 1.29.2.7 of src/bin/sh/parser.c.Dirk Froemberg1-1/+2
2002-08-07Back out last commit. It was unapproved and inappropriate since itDirk Froemberg1-4/+0
2002-06-30Look for my.cnf in ${PREFIX}/etc rather than /etc.Anders Nordby1-0/+4
2002-06-20Upgrade to 3.23.51.Dirk Froemberg7-87/+71
2002-02-19Upgrade to 3.23.49.Dirk Froemberg2-2/+2
2002-02-14Add knob for --enable-thread-safe-client (THREAD_SAFE_CLIENT)Dirk Froemberg1-0/+3
2002-02-12Fix argument for chmod (00mysql-client.sh -> 000.mysql-client.sh)Dirk Froemberg1-1/+1
2002-02-11- upgrade to 3.23.48Dirk Froemberg3-4/+4
2001-12-29Upgrade to 3.23.47.Dirk Froemberg2-3/+3
2001-12-19Add support for InnoDB tables.Dirk Froemberg1-2/+2
2001-12-18- remove -fno-omit-frame-pointer from CFLAGS if BUILD_OPTIMIZED is setDirk Froemberg1-4/+7
2001-12-17- CXX=${CC} to get rid of libstdc++ in order to improve stabilityDirk Froemberg1-1/+11