summaryrefslogtreecommitdiffstats
path: root/databases/mysql41-server/files
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 3.23.37.dirk2001-04-213-31/+34
|
* Upgrade to 3.23.34a.dirk2001-03-121-4/+8
|
* Upgrade to 3.23.32.dirk2001-01-221-12/+3
|
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-9/+0
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* --with-low-memory serves a similar purpose as patch-aq.dirk2001-01-071-13/+0
|
* Upgrade to 3.23.30.dirk2001-01-051-7/+7
|
* Upgrade to 3.23.29a.dirk2000-12-182-48/+20
|
* Upgrade to 3.23.28.dirk2000-12-011-8/+9
|
* Move mysql-client.sh from Makefile to files/mysql-client.shdirk2000-11-161-0/+15
| | | | and add a start/stop parameter to satisfy rc.shutdown.
* Install my_config.h to satisfy ports depending on mysql.dirk2000-11-091-3/+12
| | | | Submitted by: steve
* Upgrade to 3.23.26.dirk2000-10-191-22/+28
|
* Upgrade to MySQL-3.23.24 after repository copy from mysql322-clientdirk2000-10-194-71/+75
| | | | | | | | | | | | | 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.
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-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 resultsdirk2000-05-031-7/+40
| | | | | | if -Wall was in CFLAGS. Thus mysql didn't build. Reported, analyzed and tested by: deischen
* - move startup file from Makefile to files/mysql-server.shdirk2000-04-022-9/+25
| | | | | - check for start/stop arguments in startup file - don't rip off --force option from mysql_install_db
* Fix build error!dirk2000-02-211-6/+8
| | | | Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org>
* With a minor little tweak this now builds on the Alpha.steve2000-02-201-0/+14
|
* Upgrade to 3.22.30.dirk2000-01-251-28/+17
|
* - upgrade to 3.22.29dirk2000-01-054-17/+43
| | | | | | - add -O0 for compiling sql/sql_yacc.cc. Otherwise gcc eats a lot of memory and cpu time. It seems to be a gcc compiler bug in conjunction with -O.
* Use stripped hostname via `hostname -s` in various scripts, to make themdirk1999-11-271-1/+10
| | | | | | consistent with mysqld and other OS. Reported by: Clive Lin <clive@CirX.ORG>
* Upgrade to 3.22.27.dirk1999-10-181-19/+53
|
* - upgrade to 3.22.26adirk1999-09-172-2/+26
| | | | | | | | | | | | - use --enable-assembler for ${ARCH}==i386 Requested by: Martin Nilsson <martin@filex.se> There is an annoying bug in gcc 2.7.2.*: If -pipe is used for .s files, gcc will "hang" forever, because the assembler is called with '-' and noone is sending data. As a workaround use .S (capital s) files. Then cpp will be called prior to as and thus a pipe can be build.
* Split mysql322 into mysql322-client and mysql322-server.dirk1999-07-011-0/+16
| | | | | | | | | | mysql322-client uses mysql322-server as a master port. So all the magic is in mysql322-server. mysql322-client must be used to add dependencies to, now. Thanks to Dan Moschuk <dan@trinsec.com> for giving the initial point.
* Upgrade to 3.22.23b.dirk1999-06-081-11/+11
|
* - upgrade to 3.22.21dirk1999-04-061-2/+11
| | | | - pass ${CONFIGURE_ARGS} to mit-pthreads configure
* Upgrade to 3.22.19b.dirk1999-03-041-29/+9
|
* Cleanups:dirk1999-02-071-13/+28
| | | | | | | | - don't pollute CFLAGS with extra optimizer flags - remove part of patch-ac which forces -pthread instead of -lc_r (was included in the main distribution) - don't name freebsd version in mit-pthreads/config/configure explicitly. settings work for 2.*, 3.* and 4.*.
* Upgrade to 3.22.14b-gamma.dirk1999-01-051-11/+15
| | | | | According to T.c.X DataKonsultAB this is the recommended version now. So remove NO_LATEST_LINK (and set it for mysql321).
* Upgrade to 3.22.13-beta.dirk1998-12-242-16/+25
|
* Upgrade to 3.22.11-beta.dirk1998-12-221-34/+20
| | | | Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Don't try to be too fancy about using ps to find its flags, it breaksasami1998-12-011-4/+36
| | | | | | | chrooted builds. Don't start mysql automatically if PACKAGE_BUILDING is defined. Submitted by: maintainer
* Update to version 3.22.10-beta.steve1998-11-212-114/+30
| | | | | PR: 8701 Submitted by: maintainer
* Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>thepish1998-10-222-42/+70
| | | | | - Upgrade to mysql-3.22.9-beta - fix build under ELF
* link with -pthread = -nostdlib und -lc_randreas1998-09-131-0/+11
| | | | | | not only using -lc_r what would result in linking in libc and libc_r Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Obtained from: John Birrell
* This is the latest mysql version.andreas1998-09-062-23/+141
| | | | | In the future we have to mysql ports, a stable one and a developer version. Under FreeBSD-current this port supports threads ...
* upgrade to 3.21.33thepish1998-08-141-13/+15
|
* Upgrade to version 3.21.25g-gamma.steve1998-03-161-25/+52
| | | | | PR: 5983 Submitted by: Dirk Foremberg <ibex@physik.TU-Berlin.DE>
* Add patch to make this compile on -currentjfitz1997-07-021-0/+25
Submitted by: Josh Tiefenbach <josh@ican.net>
OpenPOWER on IntegriCloud