Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to 3.23.52. | Dirk Froemberg | 2002-08-19 | 5 | -51/+30 |
| | |||||
* | - remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer. | Dirk Froemberg | 2002-08-12 | 2 | -2/+12 |
| | | | | - add patch to use correct prototypes for libwrap | ||||
* | Bump PORTREVISION after fixing startup script. | Dirk Froemberg | 2002-08-07 | 1 | -1/+1 |
| | |||||
* | Workaround revision 1.42 and 1.29.2.7 of src/bin/sh/parser.c. | Dirk Froemberg | 2002-08-07 | 1 | -1/+2 |
| | | | | Submitted by: The Anarcat <anarcat@anarcat.ath.cx> | ||||
* | Back out last commit. It was unapproved and inappropriate since it | Dirk Froemberg | 2002-08-07 | 1 | -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 Nordby | 2002-06-30 | 1 | -0/+4 |
| | | | | Silence by: dirk | ||||
* | Upgrade to 3.23.51. | Dirk Froemberg | 2002-06-20 | 7 | -87/+71 |
| | |||||
* | Upgrade to 3.23.49. | Dirk Froemberg | 2002-02-19 | 2 | -2/+2 |
| | |||||
* | Add knob for --enable-thread-safe-client (THREAD_SAFE_CLIENT) | Dirk Froemberg | 2002-02-14 | 1 | -0/+3 |
| | | | | | PR: ports/33280 Submitted by: Olafur Osvaldsson <oli@isnic.is> | ||||
* | Fix argument for chmod (00mysql-client.sh -> 000.mysql-client.sh) | Dirk Froemberg | 2002-02-12 | 1 | -1/+1 |
| | | | | Submitted by: Jens Trzaska <j_trzaska@gmx.net> | ||||
* | - upgrade to 3.23.48 | Dirk Froemberg | 2002-02-11 | 3 | -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 Froemberg | 2001-12-29 | 2 | -3/+3 |
| | |||||
* | Add support for InnoDB tables. | Dirk Froemberg | 2001-12-19 | 1 | -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 set | Dirk Froemberg | 2001-12-18 | 1 | -4/+7 |
| | | | | - add a warning for BUILD_OPTIMIZED | ||||
* | - CXX=${CC} to get rid of libstdc++ in order to improve stability | Dirk Froemberg | 2001-12-17 | 1 | -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 Froemberg | 2001-12-02 | 2 | -2/+2 |
| | |||||
* | Upgrade to 3.23.45. | Dirk Froemberg | 2001-11-24 | 2 | -2/+2 |
| | |||||
* | Update to 3.23.44. | Dirk Froemberg | 2001-11-18 | 2 | -2/+2 |
| | |||||
* | Upgrade to 3.23.43. | Dirk Froemberg | 2001-10-05 | 3 | -2/+5 |
| | |||||
* | Upgrade to 3.23.42. | Dirk Froemberg | 2001-09-10 | 4 | -4/+9 |
| | |||||
* | Comply with NOPORTDOCS | David W. Chapman Jr. | 2001-09-03 | 1 | -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 Froemberg | 2001-08-18 | 1 | -1/+3 |
| | | | | mysql_setpermission and mysqlhotcopy need the perl module. | ||||
* | Upgrade to 3.23.41. | Dirk Froemberg | 2001-08-13 | 3 | -2/+4 |
| | |||||
* | Cleanup: | Dirk Froemberg | 2001-08-13 | 1 | -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_FORCE | Dirk Froemberg | 2001-08-05 | 1 | -1/+15 |
| | | | | (see Makefile for explanation). | ||||
* | Upgrade to 3.23.40. | Dirk Froemberg | 2001-07-31 | 2 | -2/+2 |
| | |||||
* | Upgrade to 3.23.39. | Dirk Froemberg | 2001-06-14 | 3 | -2/+3 |
| | |||||
* | POSIX chown syntax. | Dirk Froemberg | 2001-06-03 | 1 | -1/+1 |
| | |||||
* | Add option for linuxthreads (WITH_LINUXTHREADS). | Dirk Froemberg | 2001-05-23 | 1 | -0/+7 |
| | | | | Submitted by: Alexey Zakirov <frank@agava.com> | ||||
* | Upgrade to 3.23.38. | Dirk Froemberg | 2001-05-12 | 5 | -18/+18 |
| | |||||
* | Upgrade to 3.23.37. | Dirk Froemberg | 2001-04-21 | 6 | -33/+37 |
| | |||||
* | Fix typo (Latin1 -> latin1). | Dirk Froemberg | 2001-04-05 | 1 | -1/+1 |
| | | | | Noticed by: Jon Nathan <jon@rupture.net> | ||||
* | Upgrade to 3.23.36. | Dirk Froemberg | 2001-03-28 | 2 | -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 Froemberg | 2001-03-17 | 2 | -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.net | Dirk Froemberg | 2001-03-12 | 1 | -5/+5 |
| | | | | | | which seems not to be a MySQL mirror anylonger. Submitted by: roam (sort of ;-) | ||||
* | Upgrade to 3.23.34a. | Dirk Froemberg | 2001-03-12 | 3 | -18/+11 |
| | |||||
* | BDB doesn't compile on alpha. | Dirk Froemberg | 2001-03-04 | 1 | -0/+3 |
| | | | | Submitted by: Taylor Mallette <taylor.mallette@compaq.com> | ||||
* | Upgrade to 3.23.33. | Dirk Froemberg | 2001-02-14 | 2 | -3/+2 |
| | |||||
* | Install mysql-client.sh as 00mysql-client.sh so the included | Dirk Froemberg | 2001-02-07 | 2 | -3/+3 |
| | | | | | | | ldconfig is run earlier. PR: ports/24924 Submitted by: jeh | ||||
* | Add options for alternate charsets (WITH_CHARSET and WITH_XCHARSET). | Dirk Froemberg | 2001-01-25 | 1 | -0/+15 |
| | | | | Submitted by: roam | ||||
* | Add support for BerkeleyDB table type. | Dirk Froemberg | 2001-01-25 | 2 | -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 Froemberg | 2001-01-22 | 3 | -15/+5 |
| | |||||
* | Remove NO_LATEST_LINK now that mysql323-{client,server} are the | Dirk Froemberg | 2001-01-22 | 1 | -1/+0 |
| | | | | one and only. | ||||
* | Fix moved MASTER_SITE. | Dirk Froemberg | 2001-01-21 | 1 | -1/+1 |
| | |||||
* | Switch from mysql322-{client,server} to mysql323-{client,server}. | Dirk Froemberg | 2001-01-21 | 3 | -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 Froemberg | 2001-01-21 | 1 | -2/+8 |
| | | | | PR: ports/24160 | ||||
* | Upgrade to 3.23.31. | Dirk Froemberg | 2001-01-19 | 3 | -5/+5 |
| | |||||
* | Add "-felide-constructors -fno-exceptions -fno-rtti" to CXXFLAGS | Dirk Froemberg | 2001-01-07 | 1 | -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 Froemberg | 2001-01-07 | 2 | -14/+2 |
| | |||||
* | Remove extra .gz in MAN1. | Dirk Froemberg | 2001-01-05 | 1 | -1/+1 |
| |