summaryrefslogtreecommitdiff
path: root/databases/mysql50-server
AgeCommit message (Collapse)Author
2001-12-02Upgrade to 3.23.46.Dirk Froemberg
2001-11-24Upgrade to 3.23.45.Dirk Froemberg
2001-11-18Update to 3.23.44.Dirk Froemberg
2001-10-05Upgrade to 3.23.43.Dirk Froemberg
2001-09-10Upgrade to 3.23.42.Dirk Froemberg
2001-09-03Comply with NOPORTDOCSDavid W. Chapman Jr.
PR: 29800 Submitted by: pat@databits.net No response: maintainer
2001-08-18Add dependency to p5-Mysql for the server part. mysql_convert_table_format,Dirk Froemberg
mysql_setpermission and mysqlhotcopy need the perl module.
2001-08-13Upgrade to 3.23.41.Dirk Froemberg
2001-08-13Cleanup:Dirk Froemberg
- rename INSTALL_DB_FORCE to SKIP_DNS_CHECK - add additional comments for build options - move printing of build option to server part
2001-08-05Add two new Makefile variables: SKIP_INSTALL_DB, INSTALL_DB_FORCEDirk Froemberg
(see Makefile for explanation).
2001-07-31Upgrade to 3.23.40.Dirk Froemberg
2001-06-14Upgrade to 3.23.39.Dirk Froemberg
2001-06-03POSIX chown syntax.Dirk Froemberg
2001-05-23Add option for linuxthreads (WITH_LINUXTHREADS).Dirk Froemberg
Submitted by: Alexey Zakirov <frank@agava.com>
2001-05-12Upgrade to 3.23.38.Dirk Froemberg
2001-04-21Upgrade to 3.23.37.Dirk Froemberg
2001-04-05Fix typo (Latin1 -> latin1).Dirk Froemberg
Noticed by: Jon Nathan <jon@rupture.net>
2001-03-28Upgrade to 3.23.36.Dirk Froemberg
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."
2001-03-17Upgrade to 3.23.35.Dirk Froemberg
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."
2001-03-12Add ${MASTER_SITE_SOURCEFORGE} to MASTER_SITES and remove www.mysql.netDirk Froemberg
which seems not to be a MySQL mirror anylonger. Submitted by: roam (sort of ;-)
2001-03-12Upgrade to 3.23.34a.Dirk Froemberg
2001-03-04BDB doesn't compile on alpha.Dirk Froemberg
Submitted by: Taylor Mallette <taylor.mallette@compaq.com>
2001-02-14Upgrade to 3.23.33.Dirk Froemberg
2001-02-07Install mysql-client.sh as 00mysql-client.sh so the includedDirk Froemberg
ldconfig is run earlier. PR: ports/24924 Submitted by: jeh
2001-01-25Add options for alternate charsets (WITH_CHARSET and WITH_XCHARSET).Dirk Froemberg
Submitted by: roam
2001-01-25Add support for BerkeleyDB table type.Dirk Froemberg
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.
2001-01-22Upgrade to 3.23.32.Dirk Froemberg
2001-01-22Remove NO_LATEST_LINK now that mysql323-{client,server} are theDirk Froemberg
one and only.
2001-01-21Fix moved MASTER_SITE.Dirk Froemberg
2001-01-21Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg
mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
2001-01-21Fix build on FreeBSD-3.x.Dirk Froemberg
PR: ports/24160
2001-01-19Upgrade to 3.23.31.Dirk Froemberg
2001-01-07Add "-felide-constructors -fno-exceptions -fno-rtti" to CXXFLAGSDirk Froemberg
to work around a problem causing mysqld to crash under heavy load and multiple connections at the same time. PORTREVISION bumped.
2001-01-07--with-low-memory serves a similar purpose as patch-aq.Dirk Froemberg
2001-01-05Remove extra .gz in MAN1.Dirk Froemberg
2001-01-05Upgrade to 3.23.30.Dirk Froemberg
2001-01-01Goodbye, YEAR2000. Hello, 2001.Will Andrews
Approved by: asami
2000-12-18Upgrade to 3.23.29a.Dirk Froemberg
2000-12-04Go back to where I started: Put mysql.sock in /tmp/...Dirk Froemberg
PR: ports/23266 Submitted by: Louis Mamakos <louie@TransSys.COM>
2000-12-04Move mysql.sock from ${DB_DIR} to /var/run/. ${DB_DIR} has mode 700Dirk Froemberg
so only root and mysql were able to connect to the socket... Noticed by: Marco Hinz <marco@todo.de>
2000-12-01Enable libwrap and put socket file into ${DB_DIR}.Dirk Froemberg
Submitted by: Vivek Khera <khera@kcilink.com>
2000-12-01Upgrade to 3.23.28.Dirk Froemberg
2000-11-30Adjust mysql's homedirectory if already exists.Dirk Froemberg
2000-11-16Move mysql-client.sh from Makefile to files/mysql-client.shDirk Froemberg
and add a start/stop parameter to satisfy rc.shutdown.
2000-11-09Set NO_LATEST_LINK.Dirk Froemberg
Spotted by: jedgar
2000-11-09Install my_config.h to satisfy ports depending on mysql.Dirk Froemberg
Submitted by: steve
2000-10-24Fix MASTER_SITES.Dirk Froemberg
2000-10-19Upgrade to 3.23.26.Dirk Froemberg
2000-10-19Upgrade to MySQL-3.23.24 after repository copy from mysql322-clientDirk Froemberg
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.
2000-09-24Fix Y2K URL.Dirk Froemberg