summaryrefslogtreecommitdiff
path: root/databases/mysql51-server
diff options
context:
space:
mode:
authortaca <taca>2010-09-08 16:24:57 +0000
committertaca <taca>2010-09-08 16:24:57 +0000
commit5e6e1dfc48e69831589f916214132265241300d0 (patch)
tree1eb6e277a3ae45c08aef9fd5beeeaaf7f6f38318 /databases/mysql51-server
parent0fce670cbfb7a6a980f13fe82399de27f2d673cf (diff)
downloadpkgsrc-5e6e1dfc48e69831589f916214132265241300d0.tar.gz
Update mysql51-{client,server} to 5.1.50.
Please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-50.html for full changes . InnoDB Notes: InnoDB Plugin has been upgraded to version 1.0.11. This version is considered of General Availability (GA) quality. In this release, the InnoDB Plugin is included in source and binary distributions, except RHEL3, RHEL4, SuSE 9 (x86, x86_64, ia64), generic Linux RPM packages, and any builds produced with the icc compiler. It also does not work for FreeBSD 6 and HP-UX or for Linux on generic ia64. Bugs fixed: Important Change: Replication: The LOAD DATA INFILE statement is now considered unsafe for statement-based replication. When using statement-based logging mode, the statement now produces a warning; when using mixed-format logging, the statement is made using the row-based format. (Bug#34283) Partitioning: UPDATE and INSERT statements affecting partitioned tables performed poorly when using row-based replication. (Bug#52517) Partitioning: INSERT ON DUPLICATE KEY UPDATE statements performed poorly on tables having many partitions. This was because the handler function for reading a row from a specific index was not optimized in the partitioning handler. (Bug#52455) The server could crash on shutdown, if started with --innodb-use-system-malloc=0. (Bug#55581) GROUP BY operations used max_sort_length inconsistently. (Bug#55188) Building MySQL on Solaris 8 x86 failed when using Sun Studio due to gcc inline assembler code. (Bug#55061) In debug builds, an assertion could be raised when the server tried to send an OK packet to the client after having failed to detect errors during processing of the WHERE condition of an UPDATE statement. (Bug#54734) The database server could crash when renaming a table that had active transactions. (This issue only affected the database server when built for debugging.) (Bug#54453) The server could crash during the recovery phase of startup, if it previously crashed while inserting BLOB or other large columns that use off-page storage into an InnoDB table created with ROW_FORMAT=REDUNDANT or ROW_FORMAT=COMPACT. (Bug#54408) For an InnoDB table created with ROW_FORMAT=COMPRESSED or ROW_FORMAT=DYNAMIC, a query using the READ UNCOMMITTED isolation level could cause the server to stop with an assertion error, if BLOB or other large columns that use off-page storage were being inserted at the same time. (Bug#54358) A client could supply data in chunks to a prepared statement parameter other than of type TEXT or BLOB using the mysql_stmt_send_long_data() C API function (or COM_STMT_SEND_LONG_DATA command). This led to a crash because other data types are not valid for long data. (Bug#54041) mysql_secure_installation did not properly identify local accounts and could incorrectly remove nonlocal root accounts. (Bug#54004) Transactions could be incorrectly committed during recovery, rather than rolled back, if the server crashed and was restarted after performing ALTER TABLE...ADD PRIMARY KEY on an InnoDB table, or some other operation that involves copying the entire table. (Bug#53756) Portability problems in SHOW STATUS could lead to incorrect results on some platforms. (Bug#53493) Builds of MySQL generated a large number of warnings. (Bug#53445) With lower_case_table_names set to a nonzero value, searches for table or database names in INFORMATION_SCHEMA tables could produce incorrect results. (Bug#53095) The ABI check for MySQL failed to compile with gcc 4.5. (Bug#52514) mysql_secure_installation sometimes failed to locate the mysql client. (Bug#52274) Reading a ucs2 data file with LOAD DATA INFILE was subject to three problems. 1) Incorrect parsing of the file as ucs2 data, resulting in incorrect length of the parsed string. This is fixed by truncating the invalid trailing bytes (incomplete multibyte characters) when reading from the file. 2) Reads from a proper ucs2 file did not recognize newline characters. This is fixed by first checking whether a byte is a newline (or any other special character) before reading it as a part of a multibyte character. 3) When using user variables to hold column data, the character set of the user variable was set incorrectly to the database charset. This is fixed by setting it to the character set specified in the LOAD DATA INFILE statement, if any. (Bug#51876) Searches in INFORMATION_SCHEMA tables for rows matching a nonexistent database produced an error instead of an empty query result. (Bug#49542) On FreeBSD, memory mapping for MERGE tables could fail if underlying tables were empty. (Bug#47139) The my_like_range_xxx() functions returned badly formed maximum strings for Asian character sets, which caused problems for storage engines. (Bug#45012) A debugging assertion could be raised after a write failure to a closed socket. (Bug#42496) An assertion failure occurred within yaSSL for very long keys. (Bug#29784) See also Bug#53463.
Diffstat (limited to 'databases/mysql51-server')
-rw-r--r--databases/mysql51-server/Makefile3
-rw-r--r--databases/mysql51-server/PLIST14
-rw-r--r--databases/mysql51-server/distinfo8
3 files changed, 18 insertions, 7 deletions
diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile
index 38bdca3025e..9af17fcd323 100644
--- a/databases/mysql51-server/Makefile
+++ b/databases/mysql51-server/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2010/08/13 14:25:34 taca Exp $
+# $NetBSD: Makefile,v 1.7 2010/09/08 16:24:57 taca Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
-PKGREVISION= 1
SVR4_PKGNAME= mysqs
COMMENT= MySQL 5, a free SQL database (server)
diff --git a/databases/mysql51-server/PLIST b/databases/mysql51-server/PLIST
index b352ee1e017..dbb0e1f7091 100644
--- a/databases/mysql51-server/PLIST
+++ b/databases/mysql51-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2010/08/11 23:18:04 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2010/09/08 16:24:57 taca Exp $
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
@@ -347,6 +347,7 @@ share/mysql-test/include/report-features.test
share/mysql-test/include/reset_master_and_slave.inc
share/mysql-test/include/restart_mysqld.inc
share/mysql-test/include/rowid_order.inc
+share/mysql-test/include/rpl_diff_tables.inc
share/mysql-test/include/rpl_events.inc
share/mysql-test/include/rpl_loaddata_charset.inc
share/mysql-test/include/rpl_multi_engine.inc
@@ -2632,6 +2633,7 @@ share/mysql-test/suite/innodb/r/innodb_bug49164.result
share/mysql-test/suite/innodb/r/innodb_bug51920.result
share/mysql-test/suite/innodb/r/innodb_bug52663.result
share/mysql-test/suite/innodb/r/innodb_bug53674.result
+share/mysql-test/suite/innodb/r/innodb_bug53756.result
share/mysql-test/suite/innodb/r/innodb_bug54044.result
share/mysql-test/suite/innodb/r/innodb_gis.result
share/mysql-test/suite/innodb/r/innodb_lock_wait_timeout_1.result
@@ -2681,6 +2683,8 @@ share/mysql-test/suite/innodb/t/innodb_bug52663-master.opt
share/mysql-test/suite/innodb/t/innodb_bug52663.test
share/mysql-test/suite/innodb/t/innodb_bug53674-master.opt
share/mysql-test/suite/innodb/t/innodb_bug53674.test
+share/mysql-test/suite/innodb/t/innodb_bug53756-master.opt
+share/mysql-test/suite/innodb/t/innodb_bug53756.test
share/mysql-test/suite/innodb/t/innodb_bug54044.test
share/mysql-test/suite/innodb/t/innodb_gis.test
share/mysql-test/suite/innodb/t/innodb_lock_wait_timeout_1-master.opt
@@ -2751,6 +2755,7 @@ share/mysql-test/suite/innodb_plugin/r/innodb_bug53591.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug53592.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug53674.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug54044.result
+share/mysql-test/suite/innodb_plugin/r/innodb_bug54453.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug54679.result
share/mysql-test/suite/innodb_plugin/r/innodb_file_format.result
share/mysql-test/suite/innodb_plugin/r/innodb_gis.result
@@ -2824,6 +2829,7 @@ share/mysql-test/suite/innodb_plugin/t/innodb_bug53592.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug53674-master.opt
share/mysql-test/suite/innodb_plugin/t/innodb_bug53674.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug54044.test
+share/mysql-test/suite/innodb_plugin/t/innodb_bug54453.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug54679.test
share/mysql-test/suite/innodb_plugin/t/innodb_file_format.test
share/mysql-test/suite/innodb_plugin/t/innodb_gis.test
@@ -3548,12 +3554,14 @@ share/mysql-test/suite/rpl/r/rpl_circular_for_4_hosts.result
share/mysql-test/suite/rpl/r/rpl_colSize.result
share/mysql-test/suite/rpl/r/rpl_commit_after_flush.result
share/mysql-test/suite/rpl/r/rpl_concurrency_error.result
+share/mysql-test/suite/rpl/r/rpl_conditional_comments.result
share/mysql-test/suite/rpl/r/rpl_create_database.result
share/mysql-test/suite/rpl/r/rpl_create_if_not_exists.result
share/mysql-test/suite/rpl/r/rpl_create_tmp_table_if_not_exists.result
share/mysql-test/suite/rpl/r/rpl_critical_errors.result
share/mysql-test/suite/rpl/r/rpl_critical_errors.result.txt
share/mysql-test/suite/rpl/r/rpl_cross_version.result
+share/mysql-test/suite/rpl/r/rpl_current_user.result
share/mysql-test/suite/rpl/r/rpl_ddl.result
share/mysql-test/suite/rpl/r/rpl_deadlock_innodb.result
share/mysql-test/suite/rpl/r/rpl_delete_no_where.result
@@ -3812,6 +3820,7 @@ share/mysql-test/suite/rpl/t/rpl_colSize.test
share/mysql-test/suite/rpl/t/rpl_commit_after_flush.test
share/mysql-test/suite/rpl/t/rpl_concurrency_error-master.opt
share/mysql-test/suite/rpl/t/rpl_concurrency_error.test
+share/mysql-test/suite/rpl/t/rpl_conditional_comments.test
share/mysql-test/suite/rpl/t/rpl_create_database-master.opt
share/mysql-test/suite/rpl/t/rpl_create_database-slave.opt
share/mysql-test/suite/rpl/t/rpl_create_database.test
@@ -3820,6 +3829,8 @@ share/mysql-test/suite/rpl/t/rpl_create_tmp_table_if_not_exists.test
share/mysql-test/suite/rpl/t/rpl_critical_errors.test
share/mysql-test/suite/rpl/t/rpl_cross_version-master.opt
share/mysql-test/suite/rpl/t/rpl_cross_version.test
+share/mysql-test/suite/rpl/t/rpl_current_user.cnf
+share/mysql-test/suite/rpl/t/rpl_current_user.test
share/mysql-test/suite/rpl/t/rpl_ddl.test
share/mysql-test/suite/rpl/t/rpl_deadlock_innodb-slave.opt
share/mysql-test/suite/rpl/t/rpl_deadlock_innodb.test
@@ -4743,6 +4754,7 @@ share/mysql-test/t/sp_trans_log.test
share/mysql-test/t/sql_mode.test
share/mysql-test/t/ssl-big.test
share/mysql-test/t/ssl.test
+share/mysql-test/t/ssl_8k_key-master.opt
share/mysql-test/t/ssl_8k_key.test
share/mysql-test/t/ssl_compress.test
share/mysql-test/t/ssl_connect.test
diff --git a/databases/mysql51-server/distinfo b/databases/mysql51-server/distinfo
index 66ea6c75220..bfaa55b314d 100644
--- a/databases/mysql51-server/distinfo
+++ b/databases/mysql51-server/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2010/08/13 14:25:35 taca Exp $
+$NetBSD: distinfo,v 1.10 2010/09/08 16:24:57 taca Exp $
-SHA1 (mysql-5.1.49.tar.gz) = c173614fa307eeed34607292205290715f20bcd5
-RMD160 (mysql-5.1.49.tar.gz) = e4d43fa48f1c2ffe16c16119422fd9f3d1c812b2
-Size (mysql-5.1.49.tar.gz) = 23687599 bytes
+SHA1 (mysql-5.1.50.tar.gz) = fb5982fb73bb2eb0494615352a7510f75114c6d9
+RMD160 (mysql-5.1.50.tar.gz) = 5f4b6ac445ee386bb3004f0c27607283d011da3c
+Size (mysql-5.1.50.tar.gz) = 23750564 bytes
SHA1 (patch-aa) = 2a5321738e637a56e57cd6b1b40908d2bf275506
SHA1 (patch-ab) = 39ca30e2e78645bb6975d057ace30e8c91e6e405
SHA1 (patch-ac) = bfb6eec77d7c5aa8d2b849632769005dcf2e272c