summaryrefslogtreecommitdiffstats
path: root/databases/mysql51-server
Commit message (Collapse)AuthorAgeFilesLines
* Correct configure patcharved2003-05-191-5/+3
| | | | | PR: 51342 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client.nork2003-04-185-55/+59
| | | | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Repo copied by: joe (cvs) Approved by: portmgr (no objections)
* o Move USE_PERL5_RUN into server part.nork2003-04-041-3/+4
| | | | | | | | | | o Switch from p5-Mysql to p5-DBD-mysql. o Add MySQL 4 support (and set it as default) to p5-DBD-mysql. o Bump PORTREVISION accordingly. PR: ports/50315 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (mysql40 maintainer) Approved by: skv (p5-DBD-myql maintainer)
* Under FreeBSD 5.X, libstdc++ and libsupc++ in /usr/lib use FreeBSDmbr2003-03-261-1/+2
| | | | | | | | | native (libc_r style) mutexes, thus some of the linked application might indirectly try to pass native style mutexes to linuxthreads pthread functions, either hanging at program startup or overwriting data following the native style mutex. <tegge> Reviewed by: tegge
* o Build thread-safe libs by default.nork2003-03-252-4/+5
| | | | | | | | o Fix pkg-plist. o Bump PORTREVISION accordingly. PR: ports/50293 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to 4.0.12.nork2003-03-247-55/+54
| | | | | PR: ports/50130 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-062-2/+1
| | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly)
* FreeBSD 5.X does have lthread.3, FreeBSD 4.X lthread.2mbr2003-02-251-2/+7
|
* Add WITH_LINUXTHREADS option to build with linuxthreads.mbr2003-02-231-0/+9
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Definitely fix building on -current.nork2003-02-052-22/+17
| | | | | | | | | o Really overwrite databases when OVERWRITE_DB is set. o Automatically skip installing databases if they already exist (unless OVERWRITE_DB is set). PR: ports/47945 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to 4.0.10.nork2003-02-044-14/+59
| | | | | | | Fix configure on -current. PR: ports/47902 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.roam2003-01-3111-328/+119
| | | | | | | PR: 45543 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo-copy approved by: portmgr (will) Repo-copy performed by: cvs (josefk)
* Upgrade to 3.23.55.dirk2003-01-293-7/+8
|
* mysql-server compiles and runs fine on sparc64.dirk2003-01-231-1/+1
| | | | Submitted by: Joao Pedras <jpedras@webvolution.net>
* make USE_LIBTOOL actually workingdirk2002-12-161-10/+18
| | | | Submitted by: sobomax
* Upgrade to 3.23.54.dirk2002-12-145-52/+44
| | | | | | | | | This fixes a security hole which is remotely exploitable. See http://security.e-matters.de/advisories/042002.html for details. Submitted by: sobomax Approved by: sobomax
* Mark as FORBIDDEN - multiple security vulnerabilities exist. Seesobomax2002-12-131-0/+2
| | | | | | http://security.e-matters.de/advisories/042002.html Submitted by: Constantin Deribin <deribin@portaone.com>
* Fix MASTER_SITES.dirk2002-11-211-4/+6
|
* WITH_XCHARSET is independent of WITH_CHARSET.dirk2002-11-171-1/+1
| | | | | PR: ports/45173 Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
* -STABLE exits with signal 11 while connecting via TCP/IP if emptydirk2002-11-132-5/+9
| | | | | | | | prototypes are used. -CURRENT needs empty prototypes to build. Use __FreeBSD_version to differentiate. Set CXX to $CC on -STABLE again to get around stability problems under heavy load.
* FreeBSD has broken realpath(3), too.dirk2002-11-102-9/+17
| | | | | PR: ports/44784 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Set limits from user mysql before starting mysqld.dirk2002-11-102-1/+2
| | | | Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru>
* Only kill mysqld we started. Don't kill all mysqld.dirk2002-11-101-4/+12
| | | | Submitted by: Submitted by: sobomax (modified by me a bit)
* Only kill mysqld we started. Don't kill all mysqld.dirk2002-11-102-4/+11
| | | | Submitted by: sobomax (modified by me a bit)
* Fix build on 5.0-CURRENT.dirk2002-11-101-0/+11
| | | | Submitted by: sobomax
* Upgrade to 3.23.52.dirk2002-10-213-24/+25
|
* Don't restrict InnoDB to i386. Works on alpha, too.dirk2002-09-031-3/+4
| | | | PR: ports/42337
* Upgrade to 3.23.52.dirk2002-08-195-51/+30
|
* - remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.dirk2002-08-122-2/+12
| | | | - add patch to use correct prototypes for libwrap
* Bump PORTREVISION after fixing startup script.dirk2002-08-071-1/+1
|
* Workaround revision 1.42 and 1.29.2.7 of src/bin/sh/parser.c.dirk2002-08-071-1/+2
| | | | Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
* Back out last commit. It was unapproved and inappropriate since itdirk2002-08-071-4/+0
| | | | | | | breaks existing installations (very clever!). An appropriate "fix" for this "problem" would be to look in both /etc and ${PREFIX}/etc.
* Look for my.cnf in ${PREFIX}/etc rather than /etc.anders2002-06-301-0/+4
| | | | Silence by: dirk
* Upgrade to 3.23.51.dirk2002-06-207-87/+71
|
* Upgrade to 3.23.49.dirk2002-02-192-2/+2
|
* Add knob for --enable-thread-safe-client (THREAD_SAFE_CLIENT)dirk2002-02-141-0/+3
| | | | | PR: ports/33280 Submitted by: Olafur Osvaldsson <oli@isnic.is>
* Fix argument for chmod (00mysql-client.sh -> 000.mysql-client.sh)dirk2002-02-121-1/+1
| | | | Submitted by: Jens Trzaska <j_trzaska@gmx.net>
* - upgrade to 3.23.48dirk2002-02-113-4/+4
| | | | | - install mysql-client.sh as 000.mysql-client.sh. The 000. prefix seems to be more common, now.
* Upgrade to 3.23.47.dirk2001-12-292-3/+3
|
* Add support for InnoDB tables.dirk2001-12-191-2/+2
| | | | | | | This will emit a warning on startup and will be disabled if not configured properly. See http://www.mysql.com/doc/I/n/InnoDB.html for details.
* - remove -fno-omit-frame-pointer from CFLAGS if BUILD_OPTIMIZED is setdirk2001-12-181-4/+7
| | | | - add a warning for BUILD_OPTIMIZED
* - CXX=${CC} to get rid of libstdc++ in order to improve stabilitydirk2001-12-171-1/+11
| | | | | | | | | | | under heavy load - add BUILD_STATIC option to link mysqld statically - add BUILD_OPTIMIZED to add -mcpu=pentiumpro -O3 -fno-omit-frame-pointer to CFLAGS (and thus to CXXFLAGS) Submitted by: Sergei Golubchik <serg@mysql.com>
* Upgrade to 3.23.46.dirk2001-12-022-2/+2
|
* Upgrade to 3.23.45.dirk2001-11-242-2/+2
|
* Update to 3.23.44.dirk2001-11-182-2/+2
|
* Upgrade to 3.23.43.dirk2001-10-053-2/+5
|
* Upgrade to 3.23.42.dirk2001-09-104-4/+9
|
* Comply with NOPORTDOCSdwcjr2001-09-031-54/+54
| | | | | | PR: 29800 Submitted by: pat@databits.net No response: maintainer
* Add dependency to p5-Mysql for the server part. mysql_convert_table_format,dirk2001-08-181-1/+3
| | | | mysql_setpermission and mysqlhotcopy need the perl module.
OpenPOWER on IntegriCloud