summaryrefslogtreecommitdiff
path: root/databases/mysql54-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Upgrade to 3.23.30.Dirk Froemberg2001-01-054-10/+13
|
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | Approved by: asami
* Upgrade to 3.23.29a.Dirk Froemberg2000-12-185-50/+23
|
* Go back to where I started: Put mysql.sock in /tmp/...Dirk Froemberg2000-12-041-2/+1
| | | | | PR: ports/23266 Submitted by: Louis Mamakos <louie@TransSys.COM>
* Move mysql.sock from ${DB_DIR} to /var/run/. ${DB_DIR} has mode 700Dirk Froemberg2000-12-041-1/+1
| | | | | | so only root and mysql were able to connect to the socket... Noticed by: Marco Hinz <marco@todo.de>
* Enable libwrap and put socket file into ${DB_DIR}.Dirk Froemberg2000-12-011-1/+3
| | | | Submitted by: Vivek Khera <khera@kcilink.com>
* Upgrade to 3.23.28.Dirk Froemberg2000-12-014-12/+15
|
* Adjust mysql's homedirectory if already exists.Dirk Froemberg2000-11-301-0/+7
|
* Move mysql-client.sh from Makefile to files/mysql-client.shDirk Froemberg2000-11-162-3/+16
| | | | and add a start/stop parameter to satisfy rc.shutdown.
* Set NO_LATEST_LINK.Dirk Froemberg2000-11-091-0/+1
| | | | Spotted by: jedgar
* Install my_config.h to satisfy ports depending on mysql.Dirk Froemberg2000-11-092-3/+13
| | | | Submitted by: steve
* Fix MASTER_SITES.Dirk Froemberg2000-10-241-4/+3
|
* Upgrade to 3.23.26.Dirk Froemberg2000-10-194-25/+31
|
* Upgrade to MySQL-3.23.24 after repository copy from mysql322-clientDirk Froemberg2000-10-198-191/+180
| | | | | | | | | | | | | and mysql322-server. - mit-pthread support was dropped. - libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the one coming with MySQL-3.22.x) so ports depending on MySQL having a chance of using 3.23.x if installed. mysql322-(client|server) and mysql323-(client|server) can't be installed at the same time, of course.
* Fix Y2K URL.Dirk Froemberg2000-09-241-1/+1
|
* Remove stale information.Dirk Froemberg2000-09-241-8/+2
|
* - "@exec killall mysqld" should read "@unexec killall mysqld"...Dirk Froemberg2000-09-242-2/+4
| | | | - introduce MYSQL_VERSION in PLIST and PLIST_SUB
* Set INSTALLS_SHLIB (instead of calling ldconfig).Dirk Froemberg2000-09-232-4/+3
|
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-1/+1
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Remove -Werror from configure script. This caused incorrect resultsDirk Froemberg2000-05-031-7/+40
| | | | | | if -Wall was in CFLAGS. Thus mysql didn't build. Reported, analyzed and tested by: deischen
* portlint and add SLAVEDIRS variableMichael Haro2000-04-201-1/+2
|
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-141-1/+0
|
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-131-2/+4
|
* - move startup file from Makefile to files/mysql-server.shDirk Froemberg2000-04-023-17/+30
| | | | | - check for start/stop arguments in startup file - don't rip off --force option from mysql_install_db
* Fix URL.Dirk Froemberg2000-03-261-1/+1
|
* Fix build error!Dirk Froemberg2000-02-211-6/+8
| | | | Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org>