summaryrefslogtreecommitdiff
path: root/databases/percona55-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 3.23.52.Dirk Froemberg2002-08-195-51/+30
|
* - 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
* Bump PORTREVISION after fixing startup script.Dirk Froemberg2002-08-071-1/+1
|
* 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>
* 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.
* Look for my.cnf in ${PREFIX}/etc rather than /etc.Anders Nordby2002-06-301-0/+4
| | | | Silence by: dirk
* Upgrade to 3.23.51.Dirk Froemberg2002-06-207-87/+71
|
* Upgrade to 3.23.49.Dirk Froemberg2002-02-192-2/+2
|
* 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>
* 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>
* - 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.
* Upgrade to 3.23.47.Dirk Froemberg2001-12-292-3/+3
|
* 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.
* - remove -fno-omit-frame-pointer from CFLAGS if BUILD_OPTIMIZED is setDirk Froemberg2001-12-181-4/+7
| | | | - add a warning for BUILD_OPTIMIZED
* - 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>
* Upgrade to 3.23.46.Dirk Froemberg2001-12-022-2/+2
|
* Upgrade to 3.23.45.Dirk Froemberg2001-11-242-2/+2
|
* Update to 3.23.44.Dirk Froemberg2001-11-182-2/+2
|
* Upgrade to 3.23.43.Dirk Froemberg2001-10-053-2/+5
|
* Upgrade to 3.23.42.Dirk Froemberg2001-09-104-4/+9
|
* Comply with NOPORTDOCSDavid W. Chapman Jr.2001-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,Dirk Froemberg2001-08-181-1/+3
| | | | mysql_setpermission and mysqlhotcopy need the perl module.
* Upgrade to 3.23.41.Dirk Froemberg2001-08-133-2/+4
|
* 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
* Add two new Makefile variables: SKIP_INSTALL_DB, INSTALL_DB_FORCEDirk Froemberg2001-08-051-1/+15
| | | | (see Makefile for explanation).
* Upgrade to 3.23.40.Dirk Froemberg2001-07-312-2/+2
|
* Upgrade to 3.23.39.Dirk Froemberg2001-06-143-2/+3
|
* POSIX chown syntax.Dirk Froemberg2001-06-031-1/+1
|
* Add option for linuxthreads (WITH_LINUXTHREADS).Dirk Froemberg2001-05-231-0/+7
| | | | Submitted by: Alexey Zakirov <frank@agava.com>
* Upgrade to 3.23.38.Dirk Froemberg2001-05-125-18/+18
|
* Upgrade to 3.23.37.Dirk Froemberg2001-04-216-33/+37
|
* Fix typo (Latin1 -> latin1).Dirk Froemberg2001-04-051-1/+1
| | | | Noticed by: Jon Nathan <jon@rupture.net>
* 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."
* 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."
* 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 ;-)
* Upgrade to 3.23.34a.Dirk Froemberg2001-03-123-18/+11
|
* BDB doesn't compile on alpha.Dirk Froemberg2001-03-041-0/+3
| | | | Submitted by: Taylor Mallette <taylor.mallette@compaq.com>
* Upgrade to 3.23.33.Dirk Froemberg2001-02-142-3/+2
|
* 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
* Add options for alternate charsets (WITH_CHARSET and WITH_XCHARSET).Dirk Froemberg2001-01-251-0/+15
| | | | Submitted by: roam
* 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.
* Upgrade to 3.23.32.Dirk Froemberg2001-01-223-15/+5
|
* Remove NO_LATEST_LINK now that mysql323-{client,server} are theDirk Froemberg2001-01-221-1/+0
| | | | one and only.
* Fix moved MASTER_SITE.Dirk Froemberg2001-01-211-1/+1
|
* 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).
* Fix build on FreeBSD-3.x.Dirk Froemberg2001-01-211-2/+8
| | | | PR: ports/24160
* Upgrade to 3.23.31.Dirk Froemberg2001-01-193-5/+5
|
* 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.
* --with-low-memory serves a similar purpose as patch-aq.Dirk Froemberg2001-01-072-14/+2
|
* Remove extra .gz in MAN1.Dirk Froemberg2001-01-051-1/+1
|