summaryrefslogtreecommitdiff
path: root/databases/mysql5-client/patches/patch-ad
diff options
context:
space:
mode:
authortron <tron>2007-07-15 19:22:06 +0000
committertron <tron>2007-07-15 19:22:06 +0000
commit27a38456c139afc8a147b7b541044cafc8caa27f (patch)
treec0b0d7d20f1eaba83e362f4c6dc89f577e7fc6e7 /databases/mysql5-client/patches/patch-ad
parent58de769fa8be81467530eccbb7bfac81721264e6 (diff)
downloadpkgsrc-27a38456c139afc8a147b7b541044cafc8caa27f.tar.gz
Update "mysql5-client" and "mysql5-server" packages to version 5.0.45.
Change since version 5.0.41: - Functionality added or changed: - A new status variable, Com_call_procedure, indicates the number of calls to stored procedures. (Bug#27994) - NDB Cluster: The server source tree now includes scripts to simplify building MySQL with SCI support. For more information about SCI interconnects and these build scripts, see Section 15.9.1, Configuring MySQL Cluster to use SCI Sockets. (Bug#25470) - Prior to this release, when DATE values were compared with DATETIME values the time portion of the DATETIME value was ignored. Now a DATE value is coerced to the DATETIME type by adding the time portion as 00:00:00. To mimic the old behavior use the CAST() function in the following way: SELECT date_field = CAST(NOW() as DATE);. (Bug#28929) - A large number of bugs including these security problems have been fixed: - A malformed password packet in the connection protocol could cause the server to crash. Thanks for Dormando for reporting this bug and providing details and a proof of concept. (Bug#28984) - CREATE TABLE LIKE did not require any privileges on the source table. Now it requires the SELECT privilege. (Bug#25578) - In addition, CREATE TABLE LIKE was not isolated from alteration by other connections, which resulted in various errors and incorrect binary log order when trying to execute concurrently a CREATE TABLE LIKE statement and either DDL statements on the source table or DML or DDL statements on the target table. (Bug#23667)
Diffstat (limited to 'databases/mysql5-client/patches/patch-ad')
-rw-r--r--databases/mysql5-client/patches/patch-ad12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/mysql5-client/patches/patch-ad b/databases/mysql5-client/patches/patch-ad
index ac95931cbbe..437782bd211 100644
--- a/databases/mysql5-client/patches/patch-ad
+++ b/databases/mysql5-client/patches/patch-ad
@@ -1,15 +1,15 @@
-$NetBSD: patch-ad,v 1.5 2007/03/11 18:42:28 adam Exp $
+$NetBSD: patch-ad,v 1.6 2007/07/15 19:22:06 tron Exp $
---- Makefile.in.orig 2007-03-05 20:23:25.000000000 +0100
-+++ Makefile.in
-@@ -372,12 +372,7 @@ AUTOMAKE_OPTIONS = foreign
+--- Makefile.in.orig 2007-07-04 14:10:07.000000000 +0100
++++ Makefile.in 2007-07-15 17:20:48.000000000 +0100
+@@ -374,12 +374,7 @@
EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \
README COPYING EXCEPTIONS-CLIENT CMakeLists.txt
-SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \
-- @readline_topdir@ sql-common \
+- @readline_topdir@ sql-common scripts \
- @thread_dirs@ pstack \
-- @sql_union_dirs@ scripts @man_dirs@ tests \
+- @sql_union_dirs@ @man_dirs@ tests \
- netware @libmysqld_dirs@ \
- @bench_dirs@ support-files @tools_dirs@
+SUBDIRS = . include strings @sql_client_dirs@ scripts man