aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql323-server
Commit message (Collapse)AuthorAgeFilesLines
* Under FreeBSD 5.X, libstdc++ and libsupc++ in /usr/lib use FreeBSDMartin Blapp2003-03-261-1/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=77499
* Upgrade to 3.23.56.Martin Blapp2003-03-262-2/+2
| | | | | | | | Maintainer timeout. I successfully run this package on ~ 10 servers since Mar 19. Notes: svn path=/head/; revision=77498
* Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2003-03-063-2/+1
| | | | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77037
* FreeBSD 5.X does have lthread.3, FreeBSD 4.X lthread.2Martin Blapp2003-02-251-3/+6
| | | | Notes: svn path=/head/; revision=76433
* Upgrade to 3.23.55.Dirk Froemberg2003-01-293-7/+8
| | | | Notes: svn path=/head/; revision=74215
* mysql-server compiles and runs fine on sparc64.Dirk Froemberg2003-01-231-1/+1
| | | | | | | Submitted by: Joao Pedras <jpedras@webvolution.net> Notes: svn path=/head/; revision=73859
* make USE_LIBTOOL actually workingDirk Froemberg2002-12-161-10/+18
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=71680
* Upgrade to 3.23.54.Dirk Froemberg2002-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 Notes: svn path=/head/; revision=71630
* Mark as FORBIDDEN - multiple security vulnerabilities exist. SeeMaxim Sobolev2002-12-131-0/+2
| | | | | | | | | http://security.e-matters.de/advisories/042002.html Submitted by: Constantin Deribin <deribin@portaone.com> Notes: svn path=/head/; revision=71599
* Fix MASTER_SITES.Dirk Froemberg2002-11-211-4/+6
| | | | Notes: svn path=/head/; revision=70717
* WITH_XCHARSET is independent of WITH_CHARSET.Dirk Froemberg2002-11-171-1/+1
| | | | | | | | PR: ports/45173 Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp> Notes: svn path=/head/; revision=70311
* -STABLE exits with signal 11 while connecting via TCP/IP if emptyDirk Froemberg2002-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. Notes: svn path=/head/; revision=70020
* FreeBSD has broken realpath(3), too.Dirk Froemberg2002-11-102-9/+17
| | | | | | | | PR: ports/44784 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=69859
* Set limits from user mysql before starting mysqld.Dirk Froemberg2002-11-102-1/+2
| | | | | | | Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> Notes: svn path=/head/; revision=69853
* Only kill mysqld we started. Don't kill all mysqld.Dirk Froemberg2002-11-101-4/+12
| | | | | | | Submitted by: Submitted by: sobomax (modified by me a bit) Notes: svn path=/head/; revision=69845
* Only kill mysqld we started. Don't kill all mysqld.Dirk Froemberg2002-11-102-4/+11
| | | | | | | Submitted by: sobomax (modified by me a bit) Notes: svn path=/head/; revision=69844
* Fix build on 5.0-CURRENT.Dirk Froemberg2002-11-101-0/+11
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=69810
* Upgrade to 3.23.52.Dirk Froemberg2002-10-213-24/+25
| | | | Notes: svn path=/head/; revision=68483
* Don't restrict InnoDB to i386. Works on alpha, too.Dirk Froemberg2002-09-031-3/+4
| | | | | | | PR: ports/42337 Notes: svn path=/head/; revision=65576
* Upgrade to 3.23.52.Dirk Froemberg2002-08-195-51/+30
| | | | Notes: svn path=/head/; revision=64658
* - remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.Dirk Froemberg2002-08-122-2/+12
| | | | | | | - add patch to use correct prototypes for libwrap Notes: svn path=/head/; revision=64441
* Bump PORTREVISION after fixing startup script.Dirk Froemberg2002-08-071-1/+1
| | | | Notes: svn path=/head/; revision=64174
* Workaround revision 1.42 and 1.29.2.7 of src/bin/sh/parser.c.Dirk Froemberg2002-08-071-1/+2
| | | | | | | Submitted by: The Anarcat <anarcat@anarcat.ath.cx> Notes: svn path=/head/; revision=64170
* Back out last commit. It was unapproved and inappropriate since itDirk Froemberg2002-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. Notes: svn path=/head/; revision=64169
* Look for my.cnf in ${PREFIX}/etc rather than /etc.Anders Nordby2002-06-301-0/+4
| | | | | | | Silence by: dirk Notes: svn path=/head/; revision=62229
* Upgrade to 3.23.51.Dirk Froemberg2002-06-207-87/+71
| | | | Notes: svn path=/head/; revision=61632
* Upgrade to 3.23.49.Dirk Froemberg2002-02-192-2/+2
| | | | Notes: svn path=/head/; revision=54905
* Add knob for --enable-thread-safe-client (THREAD_SAFE_CLIENT)Dirk Froemberg2002-02-141-0/+3
| | | | | | | | PR: ports/33280 Submitted by: Olafur Osvaldsson <oli@isnic.is> Notes: svn path=/head/; revision=54714
* Fix argument for chmod (00mysql-client.sh -> 000.mysql-client.sh)Dirk Froemberg2002-02-121-1/+1
| | | | | | | Submitted by: Jens Trzaska <j_trzaska@gmx.net> Notes: svn path=/head/; revision=54606
* - upgrade to 3.23.48Dirk Froemberg2002-02-113-4/+4
| | | | | | | | - install mysql-client.sh as 000.mysql-client.sh. The 000. prefix seems to be more common, now. Notes: svn path=/head/; revision=54554
* Upgrade to 3.23.47.Dirk Froemberg2001-12-292-3/+3
| | | | Notes: svn path=/head/; revision=52351
* Add support for InnoDB tables.Dirk Froemberg2001-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. Notes: svn path=/head/; revision=51867
* - remove -fno-omit-frame-pointer from CFLAGS if BUILD_OPTIMIZED is setDirk Froemberg2001-12-181-4/+7
| | | | | | | - add a warning for BUILD_OPTIMIZED Notes: svn path=/head/; revision=51761
* - CXX=${CC} to get rid of libstdc++ in order to improve stabilityDirk Froemberg2001-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> Notes: svn path=/head/; revision=51707
* Upgrade to 3.23.46.Dirk Froemberg2001-12-022-2/+2
| | | | Notes: svn path=/head/; revision=50850
* Upgrade to 3.23.45.Dirk Froemberg2001-11-242-2/+2
| | | | Notes: svn path=/head/; revision=50469
* Update to 3.23.44.Dirk Froemberg2001-11-182-2/+2
| | | | Notes: svn path=/head/; revision=50191
* Upgrade to 3.23.43.Dirk Froemberg2001-10-053-2/+5
| | | | Notes: svn path=/head/; revision=48481
* Upgrade to 3.23.42.Dirk Froemberg2001-09-104-4/+9
| | | | Notes: svn path=/head/; revision=47609
* Comply with NOPORTDOCSDavid W. Chapman Jr.2001-09-031-54/+54
| | | | | | | | | PR: 29800 Submitted by: pat@databits.net No response: maintainer Notes: svn path=/head/; revision=47400
* Add dependency to p5-Mysql for the server part. mysql_convert_table_format,Dirk Froemberg2001-08-181-1/+3
| | | | | | | mysql_setpermission and mysqlhotcopy need the perl module. Notes: svn path=/head/; revision=46446
* Upgrade to 3.23.41.Dirk Froemberg2001-08-133-2/+4
| | | | Notes: svn path=/head/; revision=46217
* Cleanup:Dirk Froemberg2001-08-131-10/+13
| | | | | | | | | - rename INSTALL_DB_FORCE to SKIP_DNS_CHECK - add additional comments for build options - move printing of build option to server part Notes: svn path=/head/; revision=46215
* Add two new Makefile variables: SKIP_INSTALL_DB, INSTALL_DB_FORCEDirk Froemberg2001-08-051-1/+15
| | | | | | | (see Makefile for explanation). Notes: svn path=/head/; revision=45833
* Upgrade to 3.23.40.Dirk Froemberg2001-07-312-2/+2
| | | | Notes: svn path=/head/; revision=45676
* Upgrade to 3.23.39.Dirk Froemberg2001-06-143-2/+3
| | | | Notes: svn path=/head/; revision=43980
* POSIX chown syntax.Dirk Froemberg2001-06-031-1/+1
| | | | Notes: svn path=/head/; revision=43473
* Add option for linuxthreads (WITH_LINUXTHREADS).Dirk Froemberg2001-05-231-0/+7
| | | | | | | Submitted by: Alexey Zakirov <frank@agava.com> Notes: svn path=/head/; revision=42986
* Upgrade to 3.23.38.Dirk Froemberg2001-05-125-18/+18
| | | | Notes: svn path=/head/; revision=42551
* Upgrade to 3.23.37.Dirk Froemberg2001-04-216-33/+37
| | | | Notes: svn path=/head/; revision=41757