Path to this page:
./
databases/mysql5-server,
MySQL 5, a free SQL database (server)
Branch: pkgsrc-2008Q4,
Version: 5.0.67nb1,
Package name: mysql-server-5.0.67nb1,
Maintainer: sketchMySQL is a SQL (Structured Query Language) database server. SQL is the
most popular database language in the world. MySQL is a client-server
implementation that consists of a server daemon `mysqld' and many
different client programs/libraries.
The main goals of MySQL are speed and robustness.
The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years. While
MySQL is still in development it already offers a rich and highly useful
function set.
The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL).
This package contains the MySQL server programs and libraries.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2005/10/31 09:22:26 xtraeme Exp $
case ${STAGE} in
POST-DEINSTALL)
if [ -d @MYSQL_DATADIR@ ]; then
${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, and you don't
wish to preserve your existing databases, then you may remove the
following directory:
@MYSQL_DATADIR@
===========================================================================
EOF
fi
esac
Required to run:[
lang/perl5] [
databases/mysql5-client]
Required to build:[
archivers/bsdtar] [
devel/gmake] [
devel/autoconf] [
devel/libtool-base]
Package options: ssl
Master sites: (Expand)
SHA1: 168090a4698a3a5efa2f2c9380a4352d4433d377
RMD160: 05d38a5f8d91cb4dac1ee446af96b28163bd3722
Filesize: 27705.869 KB
Version history: (Expand)
- (2009-02-07) Updated to version: mysql-server-5.0.67nb1
- (2009-01-06) Package added to pkgsrc.se, version mysql-server-5.0.67 (created)
CVS history: (Expand)
2009-02-07 20:49:37 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Pullup ticket #2685 - requested by he
mysql5-server: bug fixes
Revisions pulled up:
- databases/mysql5-server/Makefile 1.26
- databases/mysql5-server/files/mysqld.sh 1.3
---
Module Name: pkgsrc
Committed By: he
Date: Wed Feb 4 21:17:45 UTC 2009
Modified Files:
pkgsrc/databases/mysql5-server: Makefile
pkgsrc/databases/mysql5-server/files: mysqld.sh
Log message:
Upgrade from version 5.0.67 to 5.0.67nb1.
Two changes to the rc.d script:
1) Move the setting of pidfile to a place so that setting mysqld_datadir
in rc.conf will actually work; otherwise, if you use a non-default
mysqld_datadir, mysqld will not start.
2) ad@ pointed me to http://bugs.mysql.com/bug.php?id=18526, and said
that --skip-thread-priority should not be used on NetBSD, and the
PR spoke about Darwin / OS/X. I'm guessing that this might work
if the host platform is Linux or SunOS (the latter is unconfirmed).
So add that option to the startup in all other cases.
|