summaryrefslogtreecommitdiff
path: root/databases/mysql55-server
diff options
context:
space:
mode:
authoradam <adam>2015-06-01 07:40:36 +0000
committeradam <adam>2015-06-01 07:40:36 +0000
commitd10aeeb8e3c69d2a36df061139870b6a71d3b19a (patch)
treefcd0c5ac1de2b7c86bee6dab8d2d46a9344b047e /databases/mysql55-server
parent9553c3c86ca8a55795745850e52d1dbbd8ae4bdd (diff)
downloadpkgsrc-d10aeeb8e3c69d2a36df061139870b6a71d3b19a.tar.gz
Changes 5.5.44:
Bugs fixed: * InnoDB; Partitioning: The CREATE_TIME column of the INFORMATION_SCHEMA.TABLES table now shows the correct table creation time for partitioned InnoDB tables. The CREATE_TIME column of the INFORMATION_SCHEMA.PARTITIONS table now shows the correct partition creation time for a partition of partitioned InnoDB tables. The UPDATE_TIME column of the INFORMATION_SCHEMA.TABLES table now shows when a partitioned InnoDB table was last updated by an INSERT, DELETE, or UPDATE. The UPDATE_TIME column of the INFORMATION_SCHEMA.PARTITIONS table now shows when a partition of a partitioned InnoDB table was last updated. * InnoDB: An assertion was raised on shutdown due to XA PREPARE transactions holding explicit locks. * InnoDB: Removal of a foreign key object from the data dictionary cache during error handling caused the server to exit. * InnoDB: SHOW ENGINE INNODB STATUS output showed negative reservation and signal count values due to a counter overflow error. * InnoDB: Estimates that were too low for the size of merge chunks in the result sorting algorithm caused a server exit. * SHOW VARIABLES mutexes were being locked twice, resulting in a server exit. * A Provides rule in RPM .spec files misspelled “mysql-embedded” as “mysql-emdedded”. * Under certain conditions, the libedit command-line library could write outside an array boundary and cause a client program crash. * Host value matching for the grant tables could fail to use the most specific of values that contained wildcard characters. * A user with a name of event_scheduler could view the Event Scheduler process list without the PROCESS privilege. * SHOW GRANTS after connecting using a proxy user could display the password hash of the proxied user. * For a prepared statement with an ORDER BY that refers by column number to a GROUP_CONCAT() expression that has an outer reference, repeated statement execution could cause a server exit. * Loading corrupt spatial data into a MyISAM table could cause the server to exit during index building. * Certain queries for the INFORMATION_SCHEMA TABLES and COLUMNS tables could lead to excessive memory use when there were large numbers of empty InnoDB tables. * MySQL failed to compile using OpenSSL 0.9.8e.
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r--databases/mysql55-server/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql55-server/PLIST b/databases/mysql55-server/PLIST
index 13a04c490e9..29f5a590b54 100644
--- a/databases/mysql55-server/PLIST
+++ b/databases/mysql55-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2015/04/08 10:38:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.36 2015/06/01 07:40:36 adam Exp $
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
@@ -3008,6 +3008,7 @@ share/mysql/test/suite/innodb/r/innodb_trx_weight.result
share/mysql/test/suite/innodb/r/insert_debug.result
share/mysql/test/suite/innodb/r/sp_temp_table.result
share/mysql/test/suite/innodb/r/strict_mode.result
+share/mysql/test/suite/innodb/r/xa_recovery.result
share/mysql/test/suite/innodb/t/blob-update-debug.test
share/mysql/test/suite/innodb/t/create-index.test
share/mysql/test/suite/innodb/t/disabled.def
@@ -3140,6 +3141,7 @@ share/mysql/test/suite/innodb/t/innodb_trx_weight.test
share/mysql/test/suite/innodb/t/insert_debug.test
share/mysql/test/suite/innodb/t/sp_temp_table.test
share/mysql/test/suite/innodb/t/strict_mode.test
+share/mysql/test/suite/innodb/t/xa_recovery.test
share/mysql/test/suite/innodb_zip/r/innodb-create-options.result
share/mysql/test/suite/innodb_zip/r/innodb-zip.result
share/mysql/test/suite/innodb_zip/r/innodb_bug36169.result