aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql55-server
Commit message (Collapse)AuthorAgeFilesLines
* Add options for alternate charsets (WITH_CHARSET and WITH_XCHARSET).Dirk Froemberg2001-01-251-0/+15
| | | | | | | Submitted by: roam Notes: svn path=/head/; revision=37550
* 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. Notes: svn path=/head/; revision=37548
* Upgrade to 3.23.32.Dirk Froemberg2001-01-223-15/+5
| | | | Notes: svn path=/head/; revision=37459
* Remove NO_LATEST_LINK now that mysql323-{client,server} are theDirk Froemberg2001-01-221-1/+0
| | | | | | | one and only. Notes: svn path=/head/; revision=37431
* Fix moved MASTER_SITE.Dirk Froemberg2001-01-211-1/+1
| | | | Notes: svn path=/head/; revision=37418
* 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). Notes: svn path=/head/; revision=37401
* Fix build on FreeBSD-3.x.Dirk Froemberg2001-01-211-2/+8
| | | | | | | PR: ports/24160 Notes: svn path=/head/; revision=37397
* Upgrade to 3.23.31.Dirk Froemberg2001-01-193-5/+5
| | | | Notes: svn path=/head/; revision=37312
* 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. Notes: svn path=/head/; revision=36886
* --with-low-memory serves a similar purpose as patch-aq.Dirk Froemberg2001-01-072-14/+2
| | | | Notes: svn path=/head/; revision=36883
* Remove extra .gz in MAN1.Dirk Froemberg2001-01-051-1/+1
| | | | Notes: svn path=/head/; revision=36840
* Upgrade to 3.23.30.Dirk Froemberg2001-01-054-10/+13
| | | | Notes: svn path=/head/; revision=36826
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Upgrade to 3.23.29a.Dirk Froemberg2000-12-185-50/+23
| | | | Notes: svn path=/head/; revision=36063
* 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> Notes: svn path=/head/; revision=35655
* 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> Notes: svn path=/head/; revision=35647
* Enable libwrap and put socket file into ${DB_DIR}.Dirk Froemberg2000-12-011-1/+3
| | | | | | | Submitted by: Vivek Khera <khera@kcilink.com> Notes: svn path=/head/; revision=35577
* Upgrade to 3.23.28.Dirk Froemberg2000-12-014-12/+15
| | | | Notes: svn path=/head/; revision=35576
* Adjust mysql's homedirectory if already exists.Dirk Froemberg2000-11-301-0/+7
| | | | Notes: svn path=/head/; revision=35568
* 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. Notes: svn path=/head/; revision=35184
* Set NO_LATEST_LINK.Dirk Froemberg2000-11-091-0/+1
| | | | | | | Spotted by: jedgar Notes: svn path=/head/; revision=34928
* Install my_config.h to satisfy ports depending on mysql.Dirk Froemberg2000-11-092-3/+13
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=34927
* Fix MASTER_SITES.Dirk Froemberg2000-10-241-4/+3
| | | | Notes: svn path=/head/; revision=34183
* Upgrade to 3.23.26.Dirk Froemberg2000-10-194-25/+31
| | | | Notes: svn path=/head/; revision=33997
* 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. Notes: svn path=/head/; revision=33988
* Fix Y2K URL.Dirk Froemberg2000-09-241-1/+1
| | | | Notes: svn path=/head/; revision=33074
* Remove stale information.Dirk Froemberg2000-09-241-8/+2
| | | | Notes: svn path=/head/; revision=33073
* - "@exec killall mysqld" should read "@unexec killall mysqld"...Dirk Froemberg2000-09-242-2/+4
| | | | | | | - introduce MYSQL_VERSION in PLIST and PLIST_SUB Notes: svn path=/head/; revision=33072
* Set INSTALLS_SHLIB (instead of calling ldconfig).Dirk Froemberg2000-09-232-4/+3
| | | | Notes: svn path=/head/; revision=33048
* 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. Notes: svn path=/head/; revision=30229
* 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 Notes: svn path=/head/; revision=28281
* portlint and add SLAVEDIRS variableMichael Haro2000-04-201-1/+2
| | | | Notes: svn path=/head/; revision=27773
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-141-1/+0
| | | | Notes: svn path=/head/; revision=27534
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-131-2/+4
| | | | Notes: svn path=/head/; revision=27472
* - 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 Notes: svn path=/head/; revision=27292
* Fix URL.Dirk Froemberg2000-03-261-1/+1
| | | | Notes: svn path=/head/; revision=27070
* Fix build error!Dirk Froemberg2000-02-211-6/+8
| | | | | | | Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> Notes: svn path=/head/; revision=26106
* With a minor little tweak this now builds on the Alpha.Steve Price2000-02-202-4/+14
| | | | Notes: svn path=/head/; revision=26056
* Upgrade to 3.22.32.Dirk Froemberg2000-02-154-3/+10
| | | | | | | | This upgrade contains fixes for security problems. So everyone is strongly encouraged to upgrade. Notes: svn path=/head/; revision=25850
* Upgrade to 3.22.30.Dirk Froemberg2000-01-254-37/+24
| | | | Notes: svn path=/head/; revision=25061
* Put mysql.grant.patch on www.freebsd.org, too. Some users seem to haveDirk Froemberg2000-01-181-1/+2
| | | | | | | | | problems fetching it from the german site. PR: ports/16172 Notes: svn path=/head/; revision=24818
* Add a patch for fixing a serious bug in MySQL password handling.Dirk Froemberg2000-01-122-0/+4
| | | | | | | | | | | | | See http://www.securityfocus.com/templates/archive.pike?list=1&date=2000-01-08&msg=Pine.GSO.4.10.10001111730040.11035-100000@palver.dtek.chalmers.se for details. Everyone is strongly encouraged to upgrade. Submitted by: Spidey <beaupran@iro.umontreal.ca> Notes: svn path=/head/; revision=24691
* - upgrade to 3.22.29Dirk Froemberg2000-01-058-23/+59
| | | | | | | | | - 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. Notes: svn path=/head/; revision=24452
* General comment cleanups.Tim Vanderhoek1999-12-281-1/+1
| | | | Notes: svn path=/head/; revision=24206
* Use stripped hostname via `hostname -s` in various scripts, to make themDirk Froemberg1999-11-271-1/+10
| | | | | | | | | consistent with mysqld and other OS. Reported by: Clive Lin <clive@CirX.ORG> Notes: svn path=/head/; revision=23449
* Upgrade to 3.22.27.Dirk Froemberg1999-10-184-22/+56
| | | | Notes: svn path=/head/; revision=22503
* Remove stale MASTER_SITE.Dirk Froemberg1999-09-211-1/+0
| | | | Notes: svn path=/head/; revision=21865
* - upgrade to 3.22.26aDirk Froemberg1999-09-175-5/+45
| | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=21697
* - If ${OSVERSION} >= 320000 then use native threads (libc_r) by default.Dirk Froemberg1999-09-041-14/+35
| | | | | | | | | | | | | Set MIT_PTHREADS to use the supplied mit-pthreads. This is a workaround for PR ports/12824. - replace one occurance of gcc with ${CC} - don't use CFLAGS twice somewhere in mit-pthreads compilation (There is still one place left where CFLAGS are used twice.) Notes: svn path=/head/; revision=21233
* Upgrade to 3.22.25.Dirk Froemberg1999-08-273-3/+3
| | | | | | | | | This upgrade contains - as far as I can see - no functional change in regard to the port. But I'm tired of receiving requests or patches for an upgrade. People are focused on version numbers too much. *sigh* ;-) Notes: svn path=/head/; revision=21022