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