summaryrefslogtreecommitdiff
path: root/databases/mysql55-server
diff options
context:
space:
mode:
authoradam <adam>2012-06-02 22:28:00 +0000
committeradam <adam>2012-06-02 22:28:00 +0000
commit151a3a8d02c12782f5390f902e1a38794e042402 (patch)
tree8dd1b0d487d65d512d8f9e38eb364686b660c895 /databases/mysql55-server
parent82a1d047bab3d0473ea7a839aed46fc51477fd06 (diff)
downloadpkgsrc-151a3a8d02c12782f5390f902e1a38794e042402.tar.gz
Changes 5.5.25:
* The --safe-mode server option now is deprecated and will be removed in MySQL 5.6. * Performance: InnoDB: Improved the algorithm related to adaptive flushing. This fix increases the rate of flushing in cases where compression is used and the data set is larger than the buffer pool, leading to eviction. * InnoDB: In a transaction using the REPEATABLE READ isolation level, an UPDATE or DELETE statement for an InnoDB table could sometimes overlook rows recently committed by other transactions. As explained in Section 14.3.9.2, “Consistent Nonlocking Reads”, DML statements within a REPEATABLE READ transaction apply to rows committed by other transactions, even if a query could not see those rows. * InnoDB: The Innodb_buffer_pool_pages_flushed status variable was incorrectly set to twice the value it should be. Its value should never exceed the value of Innodb_pages_written. * InnoDB: The error handling and message was improved for attempting to create a foreign key with a column referencing itself. The message suggested a potential problem with the data dictionary, when no such problem existed. * InnoDB: The CHECK TABLE statement could fail for a large InnoDB table due to a timeout value of 2 hours. For typical storage devices, the issue could occur for tables that exceeded approximately 200 or 350 GB, depending on I/O speed. The fix relaxes the locking performed on the table being checked, which makes the timeout less likely. It also makes InnoDB recognize the syntax CHECK TABLE QUICK, which avoids the possibility of the timeout entirely. * Replication: It was theoretically possible for concurrent execution of more than one instance of SHOW BINLOG EVENTS to crash the MySQL Server. * Replication: Statements using AUTO_INCREMENT, LAST_INSERT_ID(), RAND(), or user variables could be applied in the wrong context on the slave when using statement-based replication and replication filtering server options (see Section 16.2.3, “How Servers Evaluate Replication Filtering Rules”). * Replication: An INSERT into a table that has a composite primary key that includes an AUTO_INCREMENT column that is not the first column of this composite key is not safe for statement-based binary logging or replication. Such statements are now marked as unsafe and fail with an error when using the STATEMENT binary logging format. For more information, see Section 16.1.2.3, “Determination of Safe and Unsafe Statements in Binary Logging”, as well as Section 16.4.1.1, “Replication and AUTO_INCREMENT”.
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r--databases/mysql55-server/PLIST13
1 files changed, 12 insertions, 1 deletions
diff --git a/databases/mysql55-server/PLIST b/databases/mysql55-server/PLIST
index c19d4ea8e19..8e94fd00b29 100644
--- a/databases/mysql55-server/PLIST
+++ b/databases/mysql55-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2012/05/13 13:05:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.17 2012/06/02 22:28:00 adam Exp $
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
@@ -677,6 +677,7 @@ share/mysql/test/r/blackhole.result
share/mysql/test/r/blackhole_plugin.result
share/mysql/test/r/bool.result
share/mysql/test/r/bootstrap.result
+share/mysql/test/r/bug12427262.result
share/mysql/test/r/bug13633383.result
share/mysql/test/r/bug39022.result
share/mysql/test/r/bug46080.result
@@ -2910,8 +2911,10 @@ share/mysql/test/suite/innodb/r/innodb_bug11754376.result
share/mysql/test/suite/innodb/r/innodb_bug11766634.result
share/mysql/test/suite/innodb/r/innodb_bug12400341.result
share/mysql/test/suite/innodb/r/innodb_bug12661768.result
+share/mysql/test/suite/innodb/r/innodb_bug12902967.result
share/mysql/test/suite/innodb/r/innodb_bug13510739.result
share/mysql/test/suite/innodb/r/innodb_bug13635833.result
+share/mysql/test/suite/innodb/r/innodb_bug14007649.result
share/mysql/test/suite/innodb/r/innodb_bug21704.result
share/mysql/test/suite/innodb/r/innodb_bug30423.result
share/mysql/test/suite/innodb/r/innodb_bug30919.result
@@ -3019,8 +3022,10 @@ share/mysql/test/suite/innodb/t/innodb_bug11766634.test
share/mysql/test/suite/innodb/t/innodb_bug12400341-master.opt
share/mysql/test/suite/innodb/t/innodb_bug12400341.test
share/mysql/test/suite/innodb/t/innodb_bug12661768.test
+share/mysql/test/suite/innodb/t/innodb_bug12902967.test
share/mysql/test/suite/innodb/t/innodb_bug13510739.test
share/mysql/test/suite/innodb/t/innodb_bug13635833.test
+share/mysql/test/suite/innodb/t/innodb_bug14007649.test
share/mysql/test/suite/innodb/t/innodb_bug21704.test
share/mysql/test/suite/innodb/t/innodb_bug30423.test
share/mysql/test/suite/innodb/t/innodb_bug30919-master.opt
@@ -3816,6 +3821,7 @@ share/mysql/test/suite/rpl/r/rpl_alter_db.result
share/mysql/test/suite/rpl/r/rpl_auto_increment.result
share/mysql/test/suite/rpl/r/rpl_auto_increment_11932.result
share/mysql/test/suite/rpl/r/rpl_auto_increment_bug33029.result
+share/mysql/test/suite/rpl/r/rpl_auto_increment_bug45679.result
share/mysql/test/suite/rpl/r/rpl_auto_increment_update_failure.result
share/mysql/test/suite/rpl/r/rpl_begin_commit_rollback.result
share/mysql/test/suite/rpl/r/rpl_binlog_corruption.result
@@ -3943,6 +3949,7 @@ share/mysql/test/suite/rpl/r/rpl_not_null_innodb.result
share/mysql/test/suite/rpl/r/rpl_not_null_myisam.result
share/mysql/test/suite/rpl/r/rpl_optimize.result
share/mysql/test/suite/rpl/r/rpl_packet.result
+share/mysql/test/suite/rpl/r/rpl_parallel_show_binlog_events_purge_logs.result
share/mysql/test/suite/rpl/r/rpl_plugin_load.result
share/mysql/test/suite/rpl/r/rpl_ps.result
share/mysql/test/suite/rpl/r/rpl_rbr_to_sbr.result
@@ -4118,6 +4125,7 @@ share/mysql/test/suite/rpl/t/rpl_auto_increment-master.opt
share/mysql/test/suite/rpl/t/rpl_auto_increment.test
share/mysql/test/suite/rpl/t/rpl_auto_increment_11932.test
share/mysql/test/suite/rpl/t/rpl_auto_increment_bug33029.test
+share/mysql/test/suite/rpl/t/rpl_auto_increment_bug45679.test
share/mysql/test/suite/rpl/t/rpl_auto_increment_update_failure.test
share/mysql/test/suite/rpl/t/rpl_begin_commit_rollback-master.opt
share/mysql/test/suite/rpl/t/rpl_begin_commit_rollback-slave.opt
@@ -4304,6 +4312,7 @@ share/mysql/test/suite/rpl/t/rpl_optimize.test
share/mysql/test/suite/rpl/t/rpl_packet-master.opt
share/mysql/test/suite/rpl/t/rpl_packet-slave.opt
share/mysql/test/suite/rpl/t/rpl_packet.test
+share/mysql/test/suite/rpl/t/rpl_parallel_show_binlog_events_purge_logs.test
share/mysql/test/suite/rpl/t/rpl_plugin_load-master.opt
share/mysql/test/suite/rpl/t/rpl_plugin_load-slave.opt
share/mysql/test/suite/rpl/t/rpl_plugin_load.test
@@ -4322,6 +4331,7 @@ share/mysql/test/suite/rpl/t/rpl_replicate_ignore_db-slave.opt
share/mysql/test/suite/rpl/t/rpl_replicate_ignore_db.test
share/mysql/test/suite/rpl/t/rpl_report-slave.opt
share/mysql/test/suite/rpl/t/rpl_report.test
+share/mysql/test/suite/rpl/t/rpl_report_port-master.opt
share/mysql/test/suite/rpl/t/rpl_report_port.test
share/mysql/test/suite/rpl/t/rpl_rewrt_db-slave.opt
share/mysql/test/suite/rpl/t/rpl_rewrt_db.test
@@ -5559,6 +5569,7 @@ share/mysql/test/t/blackhole_plugin.test
share/mysql/test/t/bool.test
share/mysql/test/t/bootstrap-master.opt
share/mysql/test/t/bootstrap.test
+share/mysql/test/t/bug12427262.test
share/mysql/test/t/bug13633383.test
share/mysql/test/t/bug39022.test
share/mysql/test/t/bug46080-master.opt