aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql41-server/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* o Definitely fix building on -current.Norikatsu Shigemura2003-02-051-22/+5
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=74879
* Update to 4.0.10.Norikatsu Shigemura2003-02-041-2/+2
| | | | | | | | | | Fix configure on -current. PR: ports/47902 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=74675
* Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.Peter Pentchev2003-01-311-71/+70
| | | | | | | | | | PR: 45543 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo-copy approved by: portmgr (will) Repo-copy performed by: cvs (josefk) Notes: svn path=/head/; revision=74356
* Upgrade to 3.23.55.Dirk Froemberg2003-01-291-1/+1
| | | | 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
* Upgrade to 3.23.54.Dirk Froemberg2002-12-141-4/+2
| | | | | | | | | | | | 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-131-1/+4
| | | | | | | | | | | 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-101-1/+1
| | | | | | | | 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-101-1/+1
| | | | | | | 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-2/+2
| | | | | | | Submitted by: sobomax (modified by me a bit) Notes: svn path=/head/; revision=69844
* Upgrade to 3.23.52.Dirk Froemberg2002-10-211-2/+2
| | | | 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-191-2/+4
| | | | Notes: svn path=/head/; revision=64658
* - remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.Dirk Froemberg2002-08-121-2/+1
| | | | | | | - 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
* 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-201-6/+3
| | | | Notes: svn path=/head/; revision=61632
* Upgrade to 3.23.49.Dirk Froemberg2002-02-191-1/+1
| | | | 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-111-2/+2
| | | | | | | | - 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-291-2/+2
| | | | 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-021-1/+1
| | | | Notes: svn path=/head/; revision=50850
* Upgrade to 3.23.45.Dirk Froemberg2001-11-241-1/+1
| | | | Notes: svn path=/head/; revision=50469
* Update to 3.23.44.Dirk Froemberg2001-11-181-1/+1
| | | | Notes: svn path=/head/; revision=50191
* Upgrade to 3.23.43.Dirk Froemberg2001-10-051-1/+1
| | | | Notes: svn path=/head/; revision=48481
* Upgrade to 3.23.42.Dirk Froemberg2001-09-101-2/+7
| | | | Notes: svn path=/head/; revision=47609
* 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-131-1/+1
| | | | 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-311-1/+1
| | | | Notes: svn path=/head/; revision=45676
* Upgrade to 3.23.39.Dirk Froemberg2001-06-141-1/+1
| | | | Notes: svn path=/head/; revision=43980
* 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-121-1/+1
| | | | Notes: svn path=/head/; revision=42551
* Upgrade to 3.23.37.Dirk Froemberg2001-04-211-1/+1
| | | | Notes: svn path=/head/; revision=41757
* Fix typo (Latin1 -> latin1).Dirk Froemberg2001-04-051-1/+1
| | | | | | | Noticed by: Jon Nathan <jon@rupture.net> Notes: svn path=/head/; revision=40885
* Upgrade to 3.23.36.Dirk Froemberg2001-03-281-1/+1
| | | | | | | | | | | | | | | From the announcement: "This release should fix the final bugs we accidently got into 3.23.34 and a long security bug that has been in MySQL a long time! The main fixed bugs are that UPDATE didn't always use keys when updating on something not based on a primary key and that 'affected rows' wasn't returned to the client if the mysqld server wasn't compiled with support for transactions." Notes: svn path=/head/; revision=40481
* Upgrade to 3.23.35.Dirk Froemberg2001-03-171-1/+1
| | | | | | | | | | | | | From the announce mail: "The 3.23.35 mainly fixes a critical bug in 3.23.34 with ORDER BY. We don't know how the ORDER BY bug slipped through our testing suite or how fatal it's really is, but as we have got a couple of reports about core dumps regarding this, we recommend 3.23.34 users to upgrade as soon as possible. Sorry for the inconvenience." Notes: svn path=/head/; revision=39958
* Add ${MASTER_SITE_SOURCEFORGE} to MASTER_SITES and remove www.mysql.netDirk Froemberg2001-03-121-5/+5
| | | | | | | | | which seems not to be a MySQL mirror anylonger. Submitted by: roam (sort of ;-) Notes: svn path=/head/; revision=39648
* Upgrade to 3.23.34a.Dirk Froemberg2001-03-121-12/+2
| | | | Notes: svn path=/head/; revision=39623
* BDB doesn't compile on alpha.Dirk Froemberg2001-03-041-0/+3
| | | | | | | Submitted by: Taylor Mallette <taylor.mallette@compaq.com> Notes: svn path=/head/; revision=39054
* Upgrade to 3.23.33.Dirk Froemberg2001-02-141-2/+1
| | | | Notes: svn path=/head/; revision=38324