summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/PLIST
diff options
context:
space:
mode:
authoradam <adam>2013-08-04 10:20:24 +0000
committeradam <adam>2013-08-04 10:20:24 +0000
commit45246a391cfe960baf3b416ff17fa06b434f68e3 (patch)
treea7d2961853d8b89f2a2cec1a0e2d24dfa81384b6 /databases/mysql51-server/PLIST
parent0018acce429a24f67f55504a643b9a16d6232a25 (diff)
downloadpkgsrc-45246a391cfe960baf3b416ff17fa06b434f68e3.tar.gz
Changes 5.1.71:
Functionality Added or Changed * comp_err now checks to make sure that new errors are not being added to MySQL 5.1 or 5.5 because the set of errors for these series is frozen. Bugs Fixed * InnoDB: During an insert buffer merge, InnoDB would invoke lock_rec_restore_from_page_infimum() on a potentially invalid record pointer. * InnoDB: The page_zip_validate() consistency check would fail after compressing a page, in page_zip_compress(). This problem was caused by page_zip_decompress(), which would fail to set heap_no correctly when a record contained no user data bytes. A record with no user data bytes occurs when, for example, a primary key is an empty string and all secondary index fields are NULL or an empty string. * InnoDB: The pthread_mutex, commit_threads_m, which was initialized but never used, has been removed from the code base. * Partitioning: When dropping a partitioned table, the table's .par file was deleted first, before the table definition or data. This meant that, if the server failed during the drop operation, the table could be left in an inconsistent state in which it could neither be accessed nor dropped. * Shared-compatibility conflict errors occurred for RPM install operations, even if no shared-compatibility RPMs were already installed. * A user variable referenced during execution of a prepared statement is set to memory that is freed at the end of execution. A second execution of the statement could result in Valgrind warnings when accessing this memory. * Misoptimization of left expressions in prepared statements could cause a server exit. * Subsequent to Prepared statement needs to be re-prepared errors, inserts into DECIMAL columns caused a server exit. * Assigning the result of a subquery to a user variable raised an assertion when the outer query included DISTINCT and GROUP BY.
Diffstat (limited to 'databases/mysql51-server/PLIST')
-rw-r--r--databases/mysql51-server/PLIST8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/mysql51-server/PLIST b/databases/mysql51-server/PLIST
index 4c87848ffb1..96e2fd128cb 100644
--- a/databases/mysql51-server/PLIST
+++ b/databases/mysql51-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2013/01/21 08:58:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2013/08/04 10:20:24 adam Exp $
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
@@ -225,7 +225,6 @@ share/mysql-test/include/endspace.inc
share/mysql-test/include/file_does_not_exist.inc
share/mysql-test/include/force_restart.inc
share/mysql-test/include/force_restart_if_skipped.inc
-share/mysql-test/include/get_binlog_dump_thread_id.inc
share/mysql-test/include/get_relay_log_pos.inc
share/mysql-test/include/gis_generic.inc
share/mysql-test/include/gis_keys.inc
@@ -456,7 +455,6 @@ share/mysql-test/lib/My/Options.pm
share/mysql-test/lib/My/Platform.pm
share/mysql-test/lib/My/SafeProcess.pm
share/mysql-test/lib/My/SafeProcess/Base.pm
-share/mysql-test/lib/My/SafeProcess/safe_process.pl
share/mysql-test/lib/My/SysInfo.pm
share/mysql-test/lib/My/Test.pm
share/mysql-test/lib/mtr_cases.pm
@@ -2676,6 +2674,7 @@ 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_bug13510739.result
share/mysql-test/suite/innodb/r/innodb_bug13635833.result
+share/mysql-test/suite/innodb/r/innodb_bug14676111.result
share/mysql-test/suite/innodb/r/innodb_bug14704286.result
share/mysql-test/suite/innodb/r/innodb_bug21704.result
share/mysql-test/suite/innodb/r/innodb_bug30423.result
@@ -2741,6 +2740,7 @@ share/mysql-test/suite/innodb/t/innodb_bug12661768.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_bug14676111.test
share/mysql-test/suite/innodb/t/innodb_bug14704286.test
share/mysql-test/suite/innodb/t/innodb_bug21704.test
share/mysql-test/suite/innodb/t/innodb_bug30423.test
@@ -2825,6 +2825,7 @@ share/mysql-test/suite/innodb_plugin/r/innodb_bug12400341.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug13510739.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug13635833.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug14007649.result
+share/mysql-test/suite/innodb_plugin/r/innodb_bug14676111.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug21704.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug30423.result
share/mysql-test/suite/innodb_plugin/r/innodb_bug30919.result
@@ -2923,6 +2924,7 @@ share/mysql-test/suite/innodb_plugin/t/innodb_bug12400341.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug13510739.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug13635833.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug14007649.test
+share/mysql-test/suite/innodb_plugin/t/innodb_bug14676111.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug21704.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug30423.test
share/mysql-test/suite/innodb_plugin/t/innodb_bug30919-master.opt