summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/PLIST
diff options
context:
space:
mode:
authortaca <taca>2010-12-16 03:42:49 +0000
committertaca <taca>2010-12-16 03:42:49 +0000
commitb8e2b493c51f4c94cdc63f9a5b9475f9b3626574 (patch)
tree60e3713d3d510c557ccf7d5c595821b2d312a121 /databases/mysql51-server/PLIST
parent319432f64b617b1d501577aeb998274986281b7b (diff)
downloadpkgsrc-b8e2b493c51f4c94cdc63f9a5b9475f9b3626574.tar.gz
Update mysql51-{client,server} package to 5.1.54.
Functionality added or changed: * Support for the IBMDB2I storage engine has been removed. (Bug#58079) * The pstack library was nonfunctional and has been removed, along with the --with-pstack option for configure. The --enable-pstack option for mysqld is deprecated and will be removed in MySQL 5.5. (Bug#57210) Bugs fixed: * Performance: InnoDB Storage Engine: Improved concurrency when several ANALYZE TABLE or SHOW TABLE STATUS statements are run simultaneously for InnoDB tables. (Bug#53046) * InnoDB Storage Engine: 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#57799) * Partitioning: An INSERT ... ON DUPLICATE KEY UPDATE column = 0 statement on an AUTO_INCREMENT column caused the debug server to crash. (Bug#57890) * Several compilation problems were fixed. (Bug#57992, Bug#57993, Bug#57994, Bug#57995, Bug#57996, Bug#57997, Bug#58057) * Passing a string that was not null-terminated to UpdateXML() or ExtractValue() caused the server to fail with an assertion. (Bug#57279) * Queries executed using the Index Merge access method and a temporary file could return incorrect results. (Bug#56862) * The find_files() function used by SHOW statements performed redundant and unnecessary memory allocation. (Bug#51208)
Diffstat (limited to 'databases/mysql51-server/PLIST')
-rw-r--r--databases/mysql51-server/PLIST15
1 files changed, 10 insertions, 5 deletions
diff --git a/databases/mysql51-server/PLIST b/databases/mysql51-server/PLIST
index 0b07300c043..95c8560ce11 100644
--- a/databases/mysql51-server/PLIST
+++ b/databases/mysql51-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2010/11/26 13:52:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2010/12/16 03:42:50 taca Exp $
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
@@ -101,6 +101,8 @@ share/mysql-test/collections/default.daily
share/mysql-test/collections/default.experimental
share/mysql-test/collections/default.push
share/mysql-test/collections/default.weekly
+share/mysql-test/collections/mysql-5.1-bugteam.daily
+share/mysql-test/collections/mysql-5.1-bugteam.push
share/mysql-test/extra/binlog_tests/binlog.test
share/mysql-test/extra/binlog_tests/binlog_failure_mixing_engines.test
share/mysql-test/extra/binlog_tests/binlog_insert_delayed.test
@@ -1226,6 +1228,7 @@ share/mysql-test/suite/binlog/t/binlog_delete_and_flush_index.test
share/mysql-test/suite/binlog/t/binlog_grant.test
share/mysql-test/suite/binlog/t/binlog_incident-master.opt
share/mysql-test/suite/binlog/t/binlog_incident.test
+share/mysql-test/suite/binlog/t/binlog_index-master.opt
share/mysql-test/suite/binlog/t/binlog_index.test
share/mysql-test/suite/binlog/t/binlog_innodb.test
share/mysql-test/suite/binlog/t/binlog_innodb_row.test
@@ -2728,6 +2731,7 @@ share/mysql-test/suite/innodb_plugin/r/innodb-autoinc-44030.result
share/mysql-test/suite/innodb_plugin/r/innodb-autoinc-optimize.result
share/mysql-test/suite/innodb_plugin/r/innodb-autoinc.result
share/mysql-test/suite/innodb_plugin/r/innodb-consistent.result
+share/mysql-test/suite/innodb_plugin/r/innodb-create-options.result
share/mysql-test/suite/innodb_plugin/r/innodb-index.result
share/mysql-test/suite/innodb_plugin/r/innodb-index_ucs2.result
share/mysql-test/suite/innodb_plugin/r/innodb-lock.result
@@ -2770,6 +2774,7 @@ share/mysql-test/suite/innodb_plugin/r/innodb_bug51378.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug51920.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug52663.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug52745.result
+share/mysql-test/suite/innodb_plugin/r/innodb_bug53046.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug53290.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug53591.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug53592.result
@@ -2777,9 +2782,7 @@ share/mysql-test/suite/innodb_plugin/r/innodb_bug53674.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug53756.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_bug56143.result
-share/mysql-test/suite/innodb_plugin/r/innodb_bug56632.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug56680.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug56716.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug56947.result
@@ -2802,6 +2805,7 @@ share/mysql-test/suite/innodb_plugin/t/innodb-autoinc-optimize.test
share/mysql-test/suite/innodb_plugin/t/innodb-autoinc.test
share/mysql-test/suite/innodb_plugin/t/innodb-consistent-master.opt
share/mysql-test/suite/innodb_plugin/t/innodb-consistent.test
+share/mysql-test/suite/innodb_plugin/t/innodb-create-options.test
share/mysql-test/suite/innodb_plugin/t/innodb-index.test
share/mysql-test/suite/innodb_plugin/t/innodb-index_ucs2.test
share/mysql-test/suite/innodb_plugin/t/innodb-lock.test
@@ -2851,6 +2855,7 @@ share/mysql-test/suite/innodb_plugin/t/innodb_bug51378.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug51920.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug52663.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug52745.test
+share/mysql-test/suite/innodb_plugin/t/innodb_bug53046.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug53290.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug53591.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug53592.test
@@ -2860,9 +2865,7 @@ share/mysql-test/suite/innodb_plugin/t/innodb_bug53756-master.opt
share/mysql-test/suite/innodb_plugin/t/innodb_bug53756.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_bug56143.test
-share/mysql-test/suite/innodb_plugin/t/innodb_bug56632.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug56680.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug56716.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug56947.test
@@ -3867,6 +3870,7 @@ 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-master.opt
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
@@ -4098,6 +4102,7 @@ share/mysql-test/suite/rpl/t/rpl_slave_grp_exec.test
share/mysql-test/suite/rpl/t/rpl_slave_load_in.test
share/mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile-slave.opt
share/mysql-test/suite/rpl/t/rpl_slave_load_remove_tmpfile.test
+share/mysql-test/suite/rpl/t/rpl_slave_load_tmpdir_not_exist-master.opt
share/mysql-test/suite/rpl/t/rpl_slave_load_tmpdir_not_exist-slave.opt
share/mysql-test/suite/rpl/t/rpl_slave_load_tmpdir_not_exist.test
share/mysql-test/suite/rpl/t/rpl_slave_skip.test