summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/patches/patch-ak
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-04 16:28:57 +0000
committertaca <taca@pkgsrc.org>2010-03-04 16:28:57 +0000
commit704692ff8f8d0d2a45e77d56ef99458bb07101cb (patch)
treea08f503406c0d338cd49c50ae3a8df16e6665ed1 /databases/mysql51-server/patches/patch-ak
parent94c5eb84de81ae60f2e1bcb7a0e1da7bc4d84d51 (diff)
downloadpkgsrc-704692ff8f8d0d2a45e77d56ef99458bb07101cb.tar.gz
Importing mysql51-server 5.1.44, server part of MySQL 5.1.44 including
embedded server (by PKG_OPTION). For release MySQL 5.1 specific information please refer: http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html MySQL 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 including embedded server (by PKG_OPTION).
Diffstat (limited to 'databases/mysql51-server/patches/patch-ak')
-rw-r--r--databases/mysql51-server/patches/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/mysql51-server/patches/patch-ak b/databases/mysql51-server/patches/patch-ak
new file mode 100644
index 00000000000..ff85e1277f7
--- /dev/null
+++ b/databases/mysql51-server/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1.1.1 2010/03/04 16:28:58 taca Exp $
+
+--- mysql-test/Makefile.in.orig 2010-02-04 11:46:20.000000000 +0000
++++ mysql-test/Makefile.in
+@@ -401,7 +401,7 @@ yassl_libs = @yassl_libs@
+ yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
+ zlib_dir = @zlib_dir@
+ testroot = $(prefix)
+-testdir = $(testroot)/mysql-test
++testdir = $(testroot)/share/mysql-test
+ test_SCRIPTS = mtr \
+ mysql-test-run \
+ mysql-test-run.pl \