summaryrefslogtreecommitdiff
path: root/databases/mysql55-server
diff options
context:
space:
mode:
authoradam <adam>2014-08-10 14:27:40 +0000
committeradam <adam>2014-08-10 14:27:40 +0000
commit6de10546e826706d1eb6a85e65f97b188d64fbb1 (patch)
treeca44ac616540b97ede8efab217ceb80766422916 /databases/mysql55-server
parentc11b329a5b5cbed60550f5c054568a13819fd68d (diff)
downloadpkgsrc-6de10546e826706d1eb6a85e65f97b188d64fbb1.tar.gz
Changes 5.5.39:
CMake support was updated to handle CMake version 3. The timed_mutexes system variable has no effect and is deprecated. Bugs Fixed InnoDB: Opening a parent table that has thousands of child tables could result in a long semaphore wait condition. Partitioning: Selecting from a table having multiple columns in its primary key and partitioned by LIST COLUMNS(R), where R was the last (rightmost) column listed in the primary key definition, returned an incorrect result. Replication: When using row-based replication, updating or deleting a row on the master that did not exist on the slave led to failure of the slave when it tried to process the change. This problem occurred with InnoDB tables lacking a primary key. Replication: Quotation marks were not always handled correctly by LOAD DATA INFILE when written into the binary log. Replication: A group of threads involved in acquiring locks could deadlock when the following events occurred: Dump thread reconnects from slave; on master, a new dump thread tries to kill zombie dump threads; having acquired the thread's LOCK_thd_data, it is about to acquire LOCK_log. Application thread executing show binary logs, having acquired LOCK_log and about to acquire LOCK_index. Application thread executing PURGE BINARY LOGS; having acquired LOCK_index, it is about to acquire LOCK_thread_count. Application thread executing SHOW PROCESSLIST (or SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST), having acquired LOCK_thread_count and about to acquire the zombie dump thread's LOCK_thd_data.
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r--databases/mysql55-server/Makefile5
-rw-r--r--databases/mysql55-server/PLIST13
2 files changed, 16 insertions, 2 deletions
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile
index 1c7bae615de..625a2b5f5ef 100644
--- a/databases/mysql55-server/Makefile
+++ b/databases/mysql55-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/06/14 10:21:52 wiedi Exp $
+# $NetBSD: Makefile,v 1.23 2014/08/10 14:27:40 adam Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
SVR4_PKGNAME= mysqs
@@ -67,6 +67,9 @@ REPLACE_PERL+= mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl
REPLACE_PERL+= mysql-test/mtr
REPLACE_PERL+= sql-bench/*.sh
+REPLACE_SH+= mysql-test/t/long_tmpdir-master.sh
+REPLACE_SH+= mysql-test/t/lowercase_mixed_tmpdir-master.sh
+
INSTALLATION_DIRS+= bin
.include "../../mk/compiler.mk"
diff --git a/databases/mysql55-server/PLIST b/databases/mysql55-server/PLIST
index 055e70ee5cf..c155c09f071 100644
--- a/databases/mysql55-server/PLIST
+++ b/databases/mysql55-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2014/06/02 07:17:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.30 2014/08/10 14:27:40 adam Exp $
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
@@ -565,6 +565,7 @@ share/mysql/test/include/show_slave_hosts.inc
share/mysql/test/include/show_slave_status.inc
share/mysql/test/include/sp-vars.inc
share/mysql/test/include/start_slave.inc
+share/mysql/test/include/stop_dump_threads.inc
share/mysql/test/include/stop_slave.inc
share/mysql/test/include/stop_slave_io.inc
share/mysql/test/include/stop_slave_sql.inc
@@ -1177,6 +1178,7 @@ share/mysql/test/r/server_id.require
share/mysql/test/r/server_id1.require
share/mysql/test/r/shm.result
share/mysql/test/r/show_check.result
+share/mysql/test/r/show_processlist.result
share/mysql/test/r/show_profile.result
share/mysql/test/r/signal.result
share/mysql/test/r/signal_code.result
@@ -2910,6 +2912,7 @@ share/mysql/test/suite/innodb/r/innodb-autoinc.result
share/mysql/test/suite/innodb/r/innodb-blob.result
share/mysql/test/suite/innodb/r/innodb-change-buffer-recovery.result
share/mysql/test/suite/innodb/r/innodb-consistent.result
+share/mysql/test/suite/innodb/r/innodb-fk.result
share/mysql/test/suite/innodb/r/innodb-index.result
share/mysql/test/suite/innodb/r/innodb-index_ucs2.result
share/mysql/test/suite/innodb/r/innodb-lock.result
@@ -3014,6 +3017,7 @@ share/mysql/test/suite/innodb/t/innodb-change-buffer-recovery-master.opt
share/mysql/test/suite/innodb/t/innodb-change-buffer-recovery.test
share/mysql/test/suite/innodb/t/innodb-consistent-master.opt
share/mysql/test/suite/innodb/t/innodb-consistent.test
+share/mysql/test/suite/innodb/t/innodb-fk.test
share/mysql/test/suite/innodb/t/innodb-index.test
share/mysql/test/suite/innodb/t/innodb-index_ucs2.test
share/mysql/test/suite/innodb/t/innodb-lock.test
@@ -3854,6 +3858,7 @@ share/mysql/test/suite/rpl/r/rpl_000010.result
share/mysql/test/suite/rpl/r/rpl_000011.result
share/mysql/test/suite/rpl/r/rpl_000013.result
share/mysql/test/suite/rpl/r/rpl_000017.result
+share/mysql/test/suite/rpl/r/rpl_4threads_deadlock.result
share/mysql/test/suite/rpl/r/rpl_EE_err.result
share/mysql/test/suite/rpl/r/rpl_LD_INFILE.result
share/mysql/test/suite/rpl/r/rpl_alter.result
@@ -4078,6 +4083,7 @@ share/mysql/test/suite/rpl/r/rpl_row_wide_table.result
share/mysql/test/suite/rpl/r/rpl_savepoint.result
share/mysql/test/suite/rpl/r/rpl_semi_sync.result
share/mysql/test/suite/rpl/r/rpl_semi_sync_event.result
+share/mysql/test/suite/rpl/r/rpl_semi_sync_uninstall_plugin.result
share/mysql/test/suite/rpl/r/rpl_server_id1.result
share/mysql/test/suite/rpl/r/rpl_server_id2.result
share/mysql/test/suite/rpl/r/rpl_server_id_ignore.result
@@ -4159,6 +4165,7 @@ share/mysql/test/suite/rpl/t/rpl_000010.test
share/mysql/test/suite/rpl/t/rpl_000011.test
share/mysql/test/suite/rpl/t/rpl_000013.test
share/mysql/test/suite/rpl/t/rpl_000017.test
+share/mysql/test/suite/rpl/t/rpl_4threads_deadlock.test
share/mysql/test/suite/rpl/t/rpl_EE_err.test
share/mysql/test/suite/rpl/t/rpl_LD_INFILE.test
share/mysql/test/suite/rpl/t/rpl_alter.test
@@ -4464,6 +4471,9 @@ share/mysql/test/suite/rpl/t/rpl_semi_sync.test
share/mysql/test/suite/rpl/t/rpl_semi_sync_event-master.opt
share/mysql/test/suite/rpl/t/rpl_semi_sync_event-slave.opt
share/mysql/test/suite/rpl/t/rpl_semi_sync_event.test
+share/mysql/test/suite/rpl/t/rpl_semi_sync_uninstall_plugin-master.opt
+share/mysql/test/suite/rpl/t/rpl_semi_sync_uninstall_plugin-slave.opt
+share/mysql/test/suite/rpl/t/rpl_semi_sync_uninstall_plugin.test
share/mysql/test/suite/rpl/t/rpl_server_id1.test
share/mysql/test/suite/rpl/t/rpl_server_id2-slave.opt
share/mysql/test/suite/rpl/t/rpl_server_id2.test
@@ -6149,6 +6159,7 @@ share/mysql/test/t/shm-master.opt
share/mysql/test/t/shm.test
share/mysql/test/t/show_check-master.opt
share/mysql/test/t/show_check.test
+share/mysql/test/t/show_processlist.test
share/mysql/test/t/show_profile.test
share/mysql/test/t/signal.test
share/mysql/test/t/signal_code.test