aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql40-server
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-282-2/+2
| | | | | | | | | | | | | | | 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-172-2/+2
| | | | | | | | | | | | | 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-123-18/+11
| | | | 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-142-3/+2
| | | | Notes: svn path=/head/; revision=38324
* Install mysql-client.sh as 00mysql-client.sh so the includedDirk Froemberg2001-02-072-3/+3
| | | | | | | | | | ldconfig is run earlier. PR: ports/24924 Submitted by: jeh Notes: svn path=/head/; revision=38088
* Add options for alternate charsets (WITH_CHARSET and WITH_XCHARSET).Dirk Froemberg2001-01-251-0/+15
| | | | | | | Submitted by: roam Notes: svn path=/head/; revision=37550
* Add support for BerkeleyDB table type.Dirk Froemberg2001-01-252-5/+16
| | | | | | | | | | | This type allows SQL transactions (COMMIT, ROLLBACK). Note: BerkeleyDB is build as part of mysql323-server since mysql needs a special version of it. Thus we can't depend on databases/db3 at the moment. Notes: svn path=/head/; revision=37548
* Upgrade to 3.23.32.Dirk Froemberg2001-01-223-15/+5
| | | | Notes: svn path=/head/; revision=37459
* Remove NO_LATEST_LINK now that mysql323-{client,server} are theDirk Froemberg2001-01-221-1/+0
| | | | | | | one and only. Notes: svn path=/head/; revision=37431
* Fix moved MASTER_SITE.Dirk Froemberg2001-01-211-1/+1
| | | | Notes: svn path=/head/; revision=37418
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-213-10/+2
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Fix build on FreeBSD-3.x.Dirk Froemberg2001-01-211-2/+8
| | | | | | | PR: ports/24160 Notes: svn path=/head/; revision=37397
* Upgrade to 3.23.31.Dirk Froemberg2001-01-193-5/+5
| | | | Notes: svn path=/head/; revision=37312
* Add "-felide-constructors -fno-exceptions -fno-rtti" to CXXFLAGSDirk Froemberg2001-01-071-0/+4
| | | | | | | | | | to work around a problem causing mysqld to crash under heavy load and multiple connections at the same time. PORTREVISION bumped. Notes: svn path=/head/; revision=36886
* --with-low-memory serves a similar purpose as patch-aq.Dirk Froemberg2001-01-072-14/+2
| | | | Notes: svn path=/head/; revision=36883
* Remove extra .gz in MAN1.Dirk Froemberg2001-01-051-1/+1
| | | | Notes: svn path=/head/; revision=36840