summaryrefslogtreecommitdiff
path: root/databases/mysql-cluster/PLIST
diff options
context:
space:
mode:
authorjnemeth <jnemeth>2015-02-09 06:46:55 +0000
committerjnemeth <jnemeth>2015-02-09 06:46:55 +0000
commitcc124a6bcd13cf83c0783d1156f4d6a4ab87b052 (patch)
treea9f7b6d8c54b014654e8920726ca99a9f702ddfd /databases/mysql-cluster/PLIST
parent3c2a50d0123e710b944308badc3503609f9dfc9e (diff)
downloadpkgsrc-cc124a6bcd13cf83c0783d1156f4d6a4ab87b052.tar.gz
Update to MySQL Cluster 7.3.8:
Changes in MySQL Cluster NDB 7.3.8 (5.6.22-ndb-7.3.8) (2015-01-21) MySQL Cluster NDB 7.3.8 is a new release of MySQL Cluster, based on MySQL Server 5.6 and including features from version 7.3 of the NDB storage engine, as well as fixing a number of recently discovered bugs in previous MySQL Cluster releases. This release also incorporates all bugfixes and changes made in previous MySQL Cluster releases, as well as all bugfixes and feature changes which were added in mainline MySQL 5.6 through MySQL 5.6.22 (see Changes in MySQL 5.6.22 (2014-12-01)). Functionality Added or Changed * Performance: Recent improvements made to the multithreaded scheduler were intended to optimize the cache behavior of its internal data structures, with members of these structures placed such that those local to a given thread do not overflow into a cache line which can be accessed by another thread. Where required, extra padding bytes are inserted to isolate cache lines owned (or shared) by other threads, thus avoiding invalidation of the entire cache line if another thread writes into a cache line not entirely owned by itself. This optimization improved MT Scheduler performance by several percent. It has since been found that the optimization just described depends on the global instance of struct thr_repository starting at a cache line aligned base address as well as the compiler not rearranging or adding extra padding to the scheduler struct; it was also found that these prerequisites were not guaranteed (or even checked). Thus this cache line optimization has previously worked only when g_thr_repository (that is, the global instance) ended up being cache line aligned only by accident. In addition, on 64-bit platforms, the compiler added extra padding words in struct thr_safe_pool such that attempts to pad it to a cache line aligned size failed. The current fix ensures that g_thr_repository is constructed on a cache line aligned address, and the constructors modified so as to verify cacheline aligned adresses where these are assumed by design. Results from internal testing show improvements in MT Scheduler read performance of up to 10% in some cases, following these changes. (Bug #18352514) * Cluster API: Two new example programs, demonstrating reads and writes of CHAR, VARCHAR, and VARBINARY column values, have been added to storage/ndb/ndbapi-examples in the MySQL Cluster source tree. For more information about these programs, including source code listings, see NDB API Simple Array Example, and NDB API Simple Array Example Using Adapter. Bugs Fixed * The global checkpoint commit and save protocols can be delayed by various causes, including slow disk I/O. The DIH master node monitors the progress of both of these protocols, and can enforce a maximum lag time during which the protocols are stalled by killing the node responsible for the lag when it reaches this maximum. This DIH master GCP monitor mechanism did not perform its task more than once per master node; that is, it failed to continue monitoring after detecting and handling a GCP stop. (Bug #20128256) References: See also Bug #19858151. * When running mysql_upgrade on a MySQL Cluster SQL node, the expected drop of the performance_schema database on this node was instead performed on all SQL nodes connected to the cluster. (Bug #20032861) * A number of problems relating to the fired triggers pool have been fixed, including the following issues: + When the fired triggers pool was exhausted, NDB returned Error 218 (Out of LongMessageBuffer). A new error code 221 is added to cover this case. + An additional, separate case in which Error 218 was wrongly reported now returns the correct error. + Setting low values for MaxNoOfFiredTriggers led to an error when no memory was allocated if there was only one hash bucket. + An aborted transaction now releases any fired trigger records it held. Previously, these records were held until its ApiConnectRecord was reused by another transaction. + In addition, for the Fired Triggers pool in the internal ndbinfo.ndb$pools table, the high value always equalled the total, due to the fact that all records were momentarily seized when initializing them. Now the high value shows the maximum following completion of initialization. (Bug #19976428) * Online reorganization when using ndbmtd data nodes and with binary logging by mysqld enabled could sometimes lead to failures in the TRIX and DBLQH kernel blocks, or in silent data corruption. (Bug #19903481) References: See also Bug #19912988. * The local checkpoint scan fragment watchdog and the global checkpoint monitor can each exclude a node when it is too slow when participating in their respective protocols. This exclusion was implemented by simply asking the failing node to shut down, which in case this was delayed (for whatever reason) could prolong the duration of the GCP or LCP stall for other, unaffected nodes. To minimize this time, an isolation mechanism has been added to both protocols whereby any other live nodes forcibly disconnect the failing node after a predetermined amount of time. This allows the failing node the opportunity to shut down gracefully (after logging debugging and other information) if possible, but limits the time that other nodes must wait for this to occur. Now, once the remaining live nodes have processed the disconnection of any failing nodes, they can commence failure handling and restart the related protocol or protocol, even if the failed node takes an excessiviely long time to shut down. (Bug #19858151) References: See also Bug #20128256. * A watchdog failure resulted from a hang while freeing a disk page in TUP_COMMITREQ, due to use of an uninitialized block variable. (Bug #19815044, Bug #74380) * Multiple threads crashing led to multiple sets of trace files being printed and possibly to deadlocks. (Bug #19724313) * When a client retried against a new master a schema transaction that failed previously against the previous master while the latter was restarting, the lock obtained by this transaction on the new master prevented the previous master from progressing past start phase 3 until the client was terminated, and resources held by it were cleaned up. (Bug #19712569, Bug #74154) * When using the NDB storage engine, the maximum possible length of a database or table name is 63 characters, but this limit was not always strictly enforced. This meant that a statement using a name having 64 characters such CREATE DATABASE, DROP DATABASE, or ALTER TABLE RENAME could cause the SQL node on which it was executed to fail. Now such statements fail with an appropriate error message. (Bug #19550973) * When a new data node started, API nodes were allowed to attempt to register themselves with the data node for executing transactions before the data node was ready. This forced the API node to wait an extra heartbeat interval before trying again. To address this issue, a number of HA_ERR_NO_CONNECTION errors (Error 4009) that could be issued during this time have been changed to Cluster temporarily unavailable errors (Error 4035), which should allow API nodes to use new data nodes more quickly than before. As part of this fix, some errors which were incorrectly categorised have been moved into the correct categories, and some errors which are no longer used have been removed. (Bug #19524096, Bug #73758) * When executing very large pushdown joins involving one or more indexes each defined over several columns, it was possible in some cases for the DBSPJ block (see The DBSPJ Block) in the NDB kernel to generate SCAN_FRAGREQ signals that were excessively large. This caused data nodes to fail when these could not be handled correctly, due to a hard limit in the kernel on the size of such signals (32K). This fix bypasses that limitation by breaking up SCAN_FRAGREQ data that is too large for one such signal, and sending the SCAN_FRAGREQ as a chunked or fragmented signal instead. (Bug #19390895) * ndb_index_stat sometimes failed when used against a table containing unique indexes. (Bug #18715165) * Queries against tables containing a CHAR(0) columns failed with ERROR 1296 (HY000): Got error 4547 'RecordSpecification has overlapping offsets' from NDBCLUSTER. (Bug #14798022) * In the NDB kernel, it was possible for a TransporterFacade object to reset a buffer while the data contained by the buffer was being sent, which could lead to a race condition. (Bug #75041, Bug #20112981) * mysql_upgrade failed to drop and recreate the ndbinfo database and its tables as expected. (Bug #74863, Bug #20031425) * Due to a lack of memory barriers, MySQL Cluster programs such as ndbmtd did not compile on POWER platforms. (Bug #74782, Bug #20007248) * In some cases, when run against a table having an AFTER DELETE trigger, a DELETE statement that matched no rows still caused the trigger to execute. (Bug #74751, Bug #19992856) * A basic requirement of the NDB storage engine's design is that the transporter registry not attempt to receive data (TransporterRegistry::performReceive()) from and update the connection status (TransporterRegistry::update_connections()) of the same set of transporters concurrently, due to the fact that the updates perform final cleanup and reinitialization of buffers used when receiving data. Changing the contents of these buffers while reading or writing to them could lead to "garbage" or inconsistent signals being read or written. During the course of work done previously to improve the implementation of the transporter facade, a mutex intended to protect against the concurrent use of the performReceive() and update_connections()) methods on the same transporter was inadvertently removed. This fix adds a watchdog check for concurrent usage. In addition, update_connections() and performReceive() calls are now serialized together while polling the transporters. (Bug #74011, Bug #19661543) * ndb_restore failed while restoring a table which contained both a built-in conversion on the primary key and a staging conversion on a TEXT column. During staging, a BLOB table is created with a primary key column of the target type. However, a conversion function was not provided to convert the primary key values before loading them into the staging blob table, which resulted in corrupted primary key values in the staging BLOB table. While moving data from the staging table to the target table, the BLOB read failed because it could not find the primary key in the BLOB table. Now all BLOB tables are checked to see whether there are conversions on primary keys of their main tables. This check is done after all the main tables are processed, so that conversion functions and parameters have already been set for the main tables. Any conversion functions and parameters used for the primary key in the main table are now duplicated in the BLOB table. (Bug #73966, Bug #19642978) * Corrupted messages to data nodes sometimes went undetected, causing a bad signal to be delivered to a block which aborted the data node. This failure in combination with disconnecting nodes could in turn cause the entire cluster to shut down. To keep this from happening, additional checks are now made when unpacking signals received over TCP, including checks for byte order, compression flag (which must not be used), and the length of the next message in the receive buffer (if there is one). Whenever two consecutive unpacked messages fail the checks just described, the current message is assumed to be corrupted. In this case, the transporter is marked as having bad data and no more unpacking of messages occurs until the transporter is reconnected. In addition, an entry is written to the cluster log containing the error as well as a hex dump of the corrupted message. (Bug #73843, Bug #19582925) * Transporter send buffers were not updated properly following a failed send. (Bug #45043, Bug #20113145) * ndb_restore --print_data truncated TEXT and BLOB column values to 240 bytes rather than 256 bytes. * Disk Data: An update on many rows of a large Disk Data table could in some rare cases lead to node failure. In the event that such problems are observed with very large transactions on Disk Data tables you can now increase the number of page entries allocated for disk page buffer memory by raising the value of the DiskPageBufferEntries data node configuration parameter added in this release. (Bug #19958804) * Disk Data: When a node acting as a DICT master fails, the arbitrator selects another node to take over in place of the failed node. During the takeover procedure, which includes cleaning up any schema transactions which are still open when the master failed, the disposition of the uncommitted schema transaction is decided. Normally this transaction be rolled back, but if it has completed a sufficient portion of a commit request, the new master finishes processing the commit. Until the fate of the transaction has been decided, no new TRANS_END_REQ messages from clients can be processed. In addition, since multiple concurrent schema transactions are not supported, takeover cleanup must be completed before any new transactions can be started. A similar restriction applies to any schema operations which are performed in the scope of an open schema transaction. The counter used to coordinate schema operation across all nodes is employed both during takeover processing and when executing any non-local schema operations. This means that starting a schema operation while its schema transaction is in the takeover phase causes this counter to be overwritten by concurrent uses, with unpredictable results. The scenarios just described were handled previously using a pseudo-random delay when recovering from a node failure. Now we check before the new master has rolled forward or backwards any schema transactions remaining after the failure of the previous master and avoid starting new schema transactions or performing operations using old transactions until takeover processing has cleaned up after the abandoned transaction. (Bug #19874809, Bug #74503) * Disk Data: When a node acting as DICT master fails, it is still possible to request that any open schema transaction be either committed or aborted by sending this request to the new DICT master. In this event, the new master takes over the schema transaction and reports back on whether the commit or abort request succeeded. In certain cases, it was possible for the new master to be misidentified--that is, the request was sent to the wrong node, which responded with an error that was interpreted by the client application as an aborted schema transaction, even in cases where the transaction could have been successfully committed, had the correct node been contacted. (Bug #74521, Bug #19880747) * Cluster Replication: When an NDB client thread made a request to flush the binary log using statements such as FLUSH BINARY LOGS or SHOW BINLOG EVENTS, this caused not only the most recent changes made by this client to be flushed, but all recent changes made by all other clients to be flushed as well, even though this was not needed. This behavior caused unnecessary waiting for the statement to execute, which could lead to timeouts and other issues with replication. Now such statements flush the most recent database changes made by the requesting thread only. As part of this fix, the status variables Ndb_last_commit_epoch_server, Ndb_last_commit_epoch_session, and Ndb_slave_max_replicated_epoch, originally implemented in MySQL Cluster NDB 7.4, are also now available in MySQL Cluster NDB 7.3. For descriptions of these variables, see MySQL Cluster Status Variables; for further information, see MySQL Cluster Replication Conflict Resolution. (Bug #19793475) * Cluster Replication: It was possible using wildcards to set up conflict resolution for an exceptions table (that is, a table named using the suffix $EX), which should not be allowed. Now when a replication conflict function is defined using wildcard expressions, these are checked for possible matches so that, in the event that the function would cover an exceptions table, it is not set up for this table. (Bug #19267720) * Cluster API: It was possible to delete an Ndb_cluster_connection object while there remained instances of Ndb using references to it. Now the Ndb_cluster_connection destructor waits for all related Ndb objects to be released before completing. (Bug #19999242) References: See also Bug #19846392. * Cluster API: The buffer allocated by an NdbScanOperation for receiving scanned rows was not released until the NdbTransaction owning the scan operation was closed. This could lead to excessive memory usage in an application where multiple scans were created within the same transaction, even if these scans were closed at the end of their lifecycle, unless NdbScanOperation::close() was invoked with the releaseOp argument equal to true. Now the buffer is released whenever the cursor navigating the result set is closed with NdbScanOperation::close(), regardless of the value of this argument. (Bug #75128, Bug #20166585) * ClusterJ: The following errors were logged at the SEVERE level; they are now logged at the NORMAL level, as they should be: + Duplicate primary key + Duplicate unique key + Foreign key constraint error: key does not exist + Foreign key constraint error: key exists (Bug #20045455) * ClusterJ: The com.mysql.clusterj.tie class gave off a logging message at the INFO logging level for every single query, which was unnecessary and was affecting the performance of applications that used ClusterJ. (Bug #20017292) * ClusterJ: ClusterJ reported a segmentation violation when an application closed a session factory while some sessions were still active. This was because MySQL Cluster allowed an Ndb_cluster_connection object be to deleted while some Ndb instances were still active, which might result in the usage of null pointers by ClusterJ. This fix stops that happening by preventing ClusterJ from closing a session factory when any of its sessions are still active. (Bug #19846392) References: See also Bug #19999242.
Diffstat (limited to 'databases/mysql-cluster/PLIST')
-rw-r--r--databases/mysql-cluster/PLIST70
1 files changed, 67 insertions, 3 deletions
diff --git a/databases/mysql-cluster/PLIST b/databases/mysql-cluster/PLIST
index 374e8b0fc8d..a6d3c63f035 100644
--- a/databases/mysql-cluster/PLIST
+++ b/databases/mysql-cluster/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/01/20 11:03:51 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/02/09 06:46:55 jnemeth Exp $
bin/innochecksum
bin/mcc_config.py
bin/memclient
@@ -6212,6 +6212,7 @@ share/mysql/test/extra/rpl_tests/rpl_mixing_engines.inc
share/mysql/test/extra/rpl_tests/rpl_mixing_engines.test
share/mysql/test/extra/rpl_tests/rpl_mts_crash_safe.inc
share/mysql/test/extra/rpl_tests/rpl_mts_crash_safe.test
+share/mysql/test/extra/rpl_tests/rpl_mts_execute_partial_trx_in_relay_log.inc
share/mysql/test/extra/rpl_tests/rpl_multi_query.test
share/mysql/test/extra/rpl_tests/rpl_multi_update.test
share/mysql/test/extra/rpl_tests/rpl_multi_update2.test
@@ -6460,6 +6461,7 @@ share/mysql/test/include/have_utf16.inc
share/mysql/test/include/have_utf32.inc
share/mysql/test/include/have_utf8.inc
share/mysql/test/include/have_utf8mb4.inc
+share/mysql/test/include/have_util_nc.inc
share/mysql/test/include/have_valgrind.inc
share/mysql/test/include/have_validate_password_plugin.inc
share/mysql/test/include/ib_logfile_size_check.inc
@@ -7110,6 +7112,7 @@ share/mysql/test/r/innodb_mysql_lock2.result
share/mysql/test/r/innodb_mysql_sync.result
share/mysql/test/r/innodb_pk_extension_off.result
share/mysql/test/r/innodb_pk_extension_on.result
+share/mysql/test/r/innodb_recovery_with_upper_case_names.result
share/mysql/test/r/insert.result
share/mysql/test/r/insert_notembedded.result
share/mysql/test/r/insert_select.result
@@ -7232,6 +7235,7 @@ share/mysql/test/r/mysql_upgrade_ssl.result
share/mysql/test/r/mysqladmin.result
share/mysql/test/r/mysqlbinlog.result
share/mysql/test/r/mysqlbinlog_debug.result
+share/mysql/test/r/mysqlbinlog_mixed_or_statment.result
share/mysql/test/r/mysqlbinlog_raw_mode.result
share/mysql/test/r/mysqlbinlog_raw_mode_win.result
share/mysql/test/r/mysqlbinlog_row_big.result
@@ -7824,6 +7828,7 @@ share/mysql/test/suite/binlog/r/binlog_database.result
share/mysql/test/suite/binlog/r/binlog_delete_and_flush_index.result
share/mysql/test/suite/binlog/r/binlog_drop_if_exists.result
share/mysql/test/suite/binlog/r/binlog_enforce_gtid_consistency.result
+share/mysql/test/suite/binlog/r/binlog_error_action.result
share/mysql/test/suite/binlog/r/binlog_format_switch_in_tmp_table.result
share/mysql/test/suite/binlog/r/binlog_grant.result
share/mysql/test/suite/binlog/r/binlog_gtid_cache.result
@@ -7908,7 +7913,6 @@ share/mysql/test/suite/binlog/r/binlog_variables_log_bin_index.result
share/mysql/test/suite/binlog/r/binlog_variables_relay_log.result
share/mysql/test/suite/binlog/r/binlog_variables_relay_log_index.result
share/mysql/test/suite/binlog/r/binlog_write_error.result
-share/mysql/test/suite/binlog/r/binlogging_impossible.result
share/mysql/test/suite/binlog/std_data/binlog_old_version_4_1.000001
share/mysql/test/suite/binlog/std_data/bug11747887-bin.000003
share/mysql/test/suite/binlog/std_data/bug32407.001
@@ -7933,6 +7937,7 @@ share/mysql/test/suite/binlog/t/binlog_database.test
share/mysql/test/suite/binlog/t/binlog_delete_and_flush_index.test
share/mysql/test/suite/binlog/t/binlog_drop_if_exists.test
share/mysql/test/suite/binlog/t/binlog_enforce_gtid_consistency.test
+share/mysql/test/suite/binlog/t/binlog_error_action.test
share/mysql/test/suite/binlog/t/binlog_format_switch_in_tmp_table.test
share/mysql/test/suite/binlog/t/binlog_grant.test
share/mysql/test/suite/binlog/t/binlog_gtid_cache-master.opt
@@ -8040,7 +8045,6 @@ share/mysql/test/suite/binlog/t/binlog_variables_relay_log.test
share/mysql/test/suite/binlog/t/binlog_variables_relay_log_index-master.opt
share/mysql/test/suite/binlog/t/binlog_variables_relay_log_index.test
share/mysql/test/suite/binlog/t/binlog_write_error.test
-share/mysql/test/suite/binlog/t/binlogging_impossible.test
share/mysql/test/suite/binlog/t/disabled.def
share/mysql/test/suite/engines/README
share/mysql/test/suite/engines/funcs/r/ai_init_alter_table.result
@@ -9332,12 +9336,15 @@ share/mysql/test/suite/funcs_2/t/innodb_charset.test
share/mysql/test/suite/funcs_2/t/memory_charset.test
share/mysql/test/suite/funcs_2/t/myisam_charset.test
share/mysql/test/suite/funcs_2/t/suite.opt
+share/mysql/test/suite/innodb/include/checksum_not_strict.inc
share/mysql/test/suite/innodb/include/innodb_dict.inc
share/mysql/test/suite/innodb/include/innodb_stats.inc
share/mysql/test/suite/innodb/include/innodb_stats_table_flag.inc
share/mysql/test/suite/innodb/include/innodb_stats_table_flag_analyze.inc
share/mysql/test/suite/innodb/r/add_foreign_key.result
share/mysql/test/suite/innodb/r/blob-update-debug.result
+share/mysql/test/suite/innodb/r/blob_redo.result
+share/mysql/test/suite/innodb/r/checksum.result
share/mysql/test/suite/innodb/r/create-index.result
share/mysql/test/suite/innodb/r/foreign_key.result
share/mysql/test/suite/innodb/r/index_tree_operation.result
@@ -9508,8 +9515,14 @@ share/mysql/test/suite/innodb/r/innodb_timeout_rollback.result
share/mysql/test/suite/innodb/r/innodb_trx_weight.result
share/mysql/test/suite/innodb/r/innodb_upd_stats_if_needed_not_inited.result
share/mysql/test/suite/innodb/r/innodb_ut_format_name.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/t/add_foreign_key.test
share/mysql/test/suite/innodb/t/blob-update-debug.test
+share/mysql/test/suite/innodb/t/blob_redo-master.opt
+share/mysql/test/suite/innodb/t/blob_redo.test
+share/mysql/test/suite/innodb/t/checksum.test
share/mysql/test/suite/innodb/t/create-index.test
share/mysql/test/suite/innodb/t/disabled.def
share/mysql/test/suite/innodb/t/foreign_key.test
@@ -9715,8 +9728,13 @@ share/mysql/test/suite/innodb/t/innodb_timeout_rollback.test
share/mysql/test/suite/innodb/t/innodb_trx_weight.test
share/mysql/test/suite/innodb/t/innodb_upd_stats_if_needed_not_inited.test
share/mysql/test/suite/innodb/t/innodb_ut_format_name.test
+share/mysql/test/suite/innodb/t/insert_debug.test
share/mysql/test/suite/innodb/t/portability_wl5980_linux.zip
share/mysql/test/suite/innodb/t/portability_wl5980_windows.zip
+share/mysql/test/suite/innodb/t/sp_temp_table.test
+share/mysql/test/suite/innodb/t/strict_mode.test
+share/mysql/test/suite/innodb_fts/r/fts_compatibility.result
+share/mysql/test/suite/innodb_fts/r/fts_compatibility_win.result
share/mysql/test/suite/innodb_fts/r/fulltext.result
share/mysql/test/suite/innodb_fts/r/fulltext2.result
share/mysql/test/suite/innodb_fts/r/fulltext3.result
@@ -9747,6 +9765,8 @@ share/mysql/test/suite/innodb_fts/r/innodb_fts_savepoint.result
share/mysql/test/suite/innodb_fts/r/innodb_fts_stopword_charset.result
share/mysql/test/suite/innodb_fts/r/innodb_fts_transaction.result
share/mysql/test/suite/innodb_fts/t/disabled.def
+share/mysql/test/suite/innodb_fts/t/fts_compatibility.test
+share/mysql/test/suite/innodb_fts/t/fts_compatibility_win.test
share/mysql/test/suite/innodb_fts/t/fulltext.test
share/mysql/test/suite/innodb_fts/t/fulltext2.test
share/mysql/test/suite/innodb_fts/t/fulltext3.test
@@ -10177,6 +10197,8 @@ share/mysql/test/suite/ndb/include/ndb_desc_print.inc
share/mysql/test/suite/ndb/include/ndb_diff_tables.inc
share/mysql/test/suite/ndb/include/ndb_error_reporter.inc
share/mysql/test/suite/ndb/include/ndb_execute_count.inc
+share/mysql/test/suite/ndb/include/ndb_find_index_stat_tool.inc
+share/mysql/test/suite/ndb/include/ndb_find_print_file_tool.inc
share/mysql/test/suite/ndb/include/ndb_get_blob_tables.inc
share/mysql/test/suite/ndb/include/ndb_info.inc
share/mysql/test/suite/ndb/include/ndb_init_execute_count.inc
@@ -10220,6 +10242,7 @@ share/mysql/test/suite/ndb/r/ndb_bug13563280.result
share/mysql/test/suite/ndb/r/ndb_bug14166590.result
share/mysql/test/suite/ndb/r/ndb_bug17624736.result
share/mysql/test/suite/ndb/r/ndb_bug17719439.result
+share/mysql/test/suite/ndb/r/ndb_bug19390895.result
share/mysql/test/suite/ndb/r/ndb_bug26793.result
share/mysql/test/suite/ndb/r/ndb_bug31477.result
share/mysql/test/suite/ndb/r/ndb_bulk_delete.result
@@ -10255,6 +10278,7 @@ share/mysql/test/suite/ndb/r/ndb_discover_db.result
share/mysql/test/suite/ndb/r/ndb_dist_priv.result
share/mysql/test/suite/ndb/r/ndb_dist_priv_bug_13340854.result
share/mysql/test/suite/ndb/r/ndb_error_reporter.result
+share/mysql/test/suite/ndb/r/ndb_fired_trigger_shortage.result
share/mysql/test/suite/ndb/r/ndb_fk_addnode.result
share/mysql/test/suite/ndb/r/ndb_fk_alter.result
share/mysql/test/suite/ndb/r/ndb_fk_bugs.result
@@ -10371,6 +10395,7 @@ share/mysql/test/suite/ndb/r/ndbapi-examples.result
share/mysql/test/suite/ndb/r/ndbinfo.result
share/mysql/test/suite/ndb/r/ndbinfo_cache.result
share/mysql/test/suite/ndb/r/ndbinfo_dump.result
+share/mysql/test/suite/ndb/r/ndbinfo_upgrade.result
share/mysql/test/suite/ndb/r/ps_7ndb.result
share/mysql/test/suite/ndb/r/strict_autoinc_5ndb.result
share/mysql/test/suite/ndb/t/bug36547.test
@@ -10386,6 +10411,8 @@ share/mysql/test/suite/ndb/t/ndb_add_partition.cnf
share/mysql/test/suite/ndb/t/ndb_add_partition.test
share/mysql/test/suite/ndb/t/ndb_addnode.cnf
share/mysql/test/suite/ndb/t/ndb_addnode.test
+share/mysql/test/suite/ndb/t/ndb_addnode_withbinlog.cnf
+share/mysql/test/suite/ndb/t/ndb_addnode_withbinlog.test
share/mysql/test/suite/ndb/t/ndb_alter_table.test
share/mysql/test/suite/ndb/t/ndb_alter_table2.test
share/mysql/test/suite/ndb/t/ndb_alter_table3.test
@@ -10412,6 +10439,8 @@ share/mysql/test/suite/ndb/t/ndb_bug17624736.cnf
share/mysql/test/suite/ndb/t/ndb_bug17624736.test
share/mysql/test/suite/ndb/t/ndb_bug17719439.cnf
share/mysql/test/suite/ndb/t/ndb_bug17719439.test
+share/mysql/test/suite/ndb/t/ndb_bug19390895.cnf
+share/mysql/test/suite/ndb/t/ndb_bug19390895.test
share/mysql/test/suite/ndb/t/ndb_bug26793.test
share/mysql/test/suite/ndb/t/ndb_bug31477.test
share/mysql/test/suite/ndb/t/ndb_bulk_delete.test
@@ -10461,6 +10490,8 @@ share/mysql/test/suite/ndb/t/ndb_dist_priv.test
share/mysql/test/suite/ndb/t/ndb_dist_priv_bug_13340854.test
share/mysql/test/suite/ndb/t/ndb_error_reporter.ini
share/mysql/test/suite/ndb/t/ndb_error_reporter.test
+share/mysql/test/suite/ndb/t/ndb_fired_trigger_shortage.cnf
+share/mysql/test/suite/ndb/t/ndb_fired_trigger_shortage.test
share/mysql/test/suite/ndb/t/ndb_fk_addnode.cnf
share/mysql/test/suite/ndb/t/ndb_fk_addnode.test
share/mysql/test/suite/ndb/t/ndb_fk_alter.test
@@ -10620,6 +10651,7 @@ share/mysql/test/suite/ndb/t/ndbinfo_cache.test
share/mysql/test/suite/ndb/t/ndbinfo_create.inc
share/mysql/test/suite/ndb/t/ndbinfo_drop.inc
share/mysql/test/suite/ndb/t/ndbinfo_dump.test
+share/mysql/test/suite/ndb/t/ndbinfo_upgrade.test
share/mysql/test/suite/ndb/t/ps_7ndb.test
share/mysql/test/suite/ndb/t/show_attributes.inc
share/mysql/test/suite/ndb/t/show_indexes.inc
@@ -10660,10 +10692,12 @@ share/mysql/test/suite/ndb_binlog/r/ndb_binlog_ddl_multi.result
share/mysql/test/suite/ndb_binlog/r/ndb_binlog_default_format.result
share/mysql/test/suite/ndb_binlog/r/ndb_binlog_discover.result
share/mysql/test/suite/ndb_binlog/r/ndb_binlog_discover_multi.result
+share/mysql/test/suite/ndb_binlog/r/ndb_binlog_flush_log_waits.result
share/mysql/test/suite/ndb_binlog/r/ndb_binlog_flush_tables_with_read_lock.result
share/mysql/test/suite/ndb_binlog/r/ndb_binlog_format.result
share/mysql/test/suite/ndb_binlog/r/ndb_binlog_ignore_db.result
share/mysql/test/suite/ndb_binlog/r/ndb_binlog_index.result
+share/mysql/test/suite/ndb_binlog/r/ndb_binlog_last_commit_epoch.result
share/mysql/test/suite/ndb_binlog/r/ndb_binlog_log_apply_status.result
share/mysql/test/suite/ndb_binlog/r/ndb_binlog_log_bin.result
share/mysql/test/suite/ndb_binlog/r/ndb_binlog_log_transaction_id.result
@@ -10677,12 +10711,14 @@ share/mysql/test/suite/ndb_binlog/r/ndb_binlog_variants.result
share/mysql/test/suite/ndb_binlog/t/disabled.def
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_basic.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_check_binlog_index.inc
+share/mysql/test/suite/ndb_binlog/t/ndb_binlog_cmp_epoch_vals.inc
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_ddl_multi.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_default_format-master.opt
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_default_format.cnf
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_default_format.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_discover.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_discover_multi.test
+share/mysql/test/suite/ndb_binlog/t/ndb_binlog_flush_log_waits.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_flush_tables_with_read_lock.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_format.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_get_binlog_stmts.inc
@@ -10692,6 +10728,8 @@ share/mysql/test/suite/ndb_binlog/t/ndb_binlog_ignore_db-master.opt
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_ignore_db.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_index.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_index_test_schema_independent.inc
+share/mysql/test/suite/ndb_binlog/t/ndb_binlog_init_epoch_vals.inc
+share/mysql/test/suite/ndb_binlog/t/ndb_binlog_last_commit_epoch.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_log_apply_status.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_log_bin.test
share/mysql/test/suite/ndb_binlog/t/ndb_binlog_log_transaction_id-master.opt
@@ -11810,6 +11848,7 @@ share/mysql/test/suite/perfschema/r/threads_innodb.result
share/mysql/test/suite/perfschema/r/threads_insert_delayed.result
share/mysql/test/suite/perfschema/r/threads_mysql.result
share/mysql/test/suite/perfschema/r/trigger_table_io.result
+share/mysql/test/suite/perfschema/r/unary_digest.result
share/mysql/test/suite/perfschema/r/view_table_io.result
share/mysql/test/suite/perfschema/t/aggregate.test
share/mysql/test/suite/perfschema/t/all_tests.test
@@ -12226,6 +12265,7 @@ share/mysql/test/suite/perfschema/t/threads_insert_delayed.test
share/mysql/test/suite/perfschema/t/threads_mysql-master.opt
share/mysql/test/suite/perfschema/t/threads_mysql.test
share/mysql/test/suite/perfschema/t/trigger_table_io.test
+share/mysql/test/suite/perfschema/t/unary_digest.test
share/mysql/test/suite/perfschema/t/view_table_io.test
share/mysql/test/suite/perfschema_stress/README
share/mysql/test/suite/perfschema_stress/include/settings.inc
@@ -12359,6 +12399,7 @@ share/mysql/test/suite/rpl/r/rpl_get_master_version_and_clock.result
share/mysql/test/suite/rpl/r/rpl_grant.result
share/mysql/test/suite/rpl/r/rpl_grant_plugin.result
share/mysql/test/suite/rpl/r/rpl_group_commit_deadlock.result
+share/mysql/test/suite/rpl/r/rpl_gtid_binary_log_as_relay_log.result
share/mysql/test/suite/rpl/r/rpl_gtid_binlog_errors.result
share/mysql/test/suite/rpl/r/rpl_gtid_do_table_filter_insensitive.result
share/mysql/test/suite/rpl/r/rpl_gtid_do_table_filter_sensitive.result
@@ -12381,6 +12422,7 @@ share/mysql/test/suite/rpl/r/rpl_gtid_sql_until_before_after.result
share/mysql/test/suite/rpl/r/rpl_gtid_stm_insert_delayed.result
share/mysql/test/suite/rpl/r/rpl_gtid_stm_mix_show_relaylog_events.result
share/mysql/test/suite/rpl/r/rpl_gtid_stress_failover.result
+share/mysql/test/suite/rpl/r/rpl_gtid_validate_slave_gtids.result
share/mysql/test/suite/rpl/r/rpl_gtids_restart_slave_io_lost_trx.result
share/mysql/test/suite/rpl/r/rpl_heartbeat.result
share/mysql/test/suite/rpl/r/rpl_heartbeat_2slaves.result
@@ -12444,7 +12486,10 @@ share/mysql/test/suite/rpl/r/rpl_mixed_implicit_commit_binlog.result
share/mysql/test/suite/rpl/r/rpl_mixed_mixing_engines.result
share/mysql/test/suite/rpl/r/rpl_mixed_row_innodb.result
share/mysql/test/suite/rpl/r/rpl_mts_debug.result
+share/mysql/test/suite/rpl/r/rpl_mts_execute_partial_trx_with_auto_pos_off.result
+share/mysql/test/suite/rpl/r/rpl_mts_execute_partial_trx_with_auto_pos_on.result
share/mysql/test/suite/rpl/r/rpl_mts_gtids_restart_slave_io_lost_trx.result
+share/mysql/test/suite/rpl/r/rpl_mts_slave_hang_with_partial_trx.result
share/mysql/test/suite/rpl/r/rpl_multi_delete.result
share/mysql/test/suite/rpl/r/rpl_multi_delete2.result
share/mysql/test/suite/rpl/r/rpl_multi_engine.result
@@ -12487,6 +12532,8 @@ share/mysql/test/suite/rpl/r/rpl_ps.result
share/mysql/test/suite/rpl/r/rpl_rbr_to_sbr.result
share/mysql/test/suite/rpl/r/rpl_read_old_relay_log_info.result
share/mysql/test/suite/rpl/r/rpl_read_only.result
+share/mysql/test/suite/rpl/r/rpl_recovery_empty_sqlthd_pos.result
+share/mysql/test/suite/rpl/r/rpl_recovery_replicate_same_server_id.result
share/mysql/test/suite/rpl/r/rpl_relay_space_innodb.result
share/mysql/test/suite/rpl/r/rpl_relay_space_myisam.result
share/mysql/test/suite/rpl/r/rpl_relayrotate.result
@@ -12830,6 +12877,7 @@ share/mysql/test/suite/rpl/t/rpl_grant_plugin-master.opt
share/mysql/test/suite/rpl/t/rpl_grant_plugin-slave.opt
share/mysql/test/suite/rpl/t/rpl_grant_plugin.test
share/mysql/test/suite/rpl/t/rpl_group_commit_deadlock.test
+share/mysql/test/suite/rpl/t/rpl_gtid_binary_log_as_relay_log.test
share/mysql/test/suite/rpl/t/rpl_gtid_binlog_errors-master.opt
share/mysql/test/suite/rpl/t/rpl_gtid_binlog_errors.test
share/mysql/test/suite/rpl/t/rpl_gtid_do_table_filter_insensitive-master.opt
@@ -12873,6 +12921,7 @@ share/mysql/test/suite/rpl/t/rpl_gtid_stm_insert_delayed.test
share/mysql/test/suite/rpl/t/rpl_gtid_stm_mix_show_relaylog_events.test
share/mysql/test/suite/rpl/t/rpl_gtid_stress_failover.cnf
share/mysql/test/suite/rpl/t/rpl_gtid_stress_failover.test
+share/mysql/test/suite/rpl/t/rpl_gtid_validate_slave_gtids.test
share/mysql/test/suite/rpl/t/rpl_gtids_restart_slave_io_lost_trx.test
share/mysql/test/suite/rpl/t/rpl_heartbeat-master.opt
share/mysql/test/suite/rpl/t/rpl_heartbeat.test
@@ -12983,8 +13032,14 @@ share/mysql/test/suite/rpl/t/rpl_mixed_mixing_engines.test
share/mysql/test/suite/rpl/t/rpl_mixed_row_innodb-master.opt
share/mysql/test/suite/rpl/t/rpl_mts_debug-slave.opt
share/mysql/test/suite/rpl/t/rpl_mts_debug.test
+share/mysql/test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_off-slave.opt
+share/mysql/test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_off.test
+share/mysql/test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_on-slave.opt
+share/mysql/test/suite/rpl/t/rpl_mts_execute_partial_trx_with_auto_pos_on.test
share/mysql/test/suite/rpl/t/rpl_mts_gtids_restart_slave_io_lost_trx-slave.opt
share/mysql/test/suite/rpl/t/rpl_mts_gtids_restart_slave_io_lost_trx.test
+share/mysql/test/suite/rpl/t/rpl_mts_slave_hang_with_partial_trx-slave.opt
+share/mysql/test/suite/rpl/t/rpl_mts_slave_hang_with_partial_trx.test
share/mysql/test/suite/rpl/t/rpl_multi_delete-slave.opt
share/mysql/test/suite/rpl/t/rpl_multi_delete.test
share/mysql/test/suite/rpl/t/rpl_multi_delete2-slave.opt
@@ -13050,6 +13105,10 @@ share/mysql/test/suite/rpl/t/rpl_ps.test
share/mysql/test/suite/rpl/t/rpl_rbr_to_sbr.test
share/mysql/test/suite/rpl/t/rpl_read_old_relay_log_info.test
share/mysql/test/suite/rpl/t/rpl_read_only.test
+share/mysql/test/suite/rpl/t/rpl_recovery_empty_sqlthd_pos-slave.opt
+share/mysql/test/suite/rpl/t/rpl_recovery_empty_sqlthd_pos.test
+share/mysql/test/suite/rpl/t/rpl_recovery_replicate_same_server_id-slave.opt
+share/mysql/test/suite/rpl/t/rpl_recovery_replicate_same_server_id.test
share/mysql/test/suite/rpl/t/rpl_relay_space_innodb.test
share/mysql/test/suite/rpl/t/rpl_relay_space_myisam.test
share/mysql/test/suite/rpl/t/rpl_relayrotate-slave.opt
@@ -13483,6 +13542,7 @@ share/mysql/test/suite/sys_vars/r/binlog_cache_size_basic_32.result
share/mysql/test/suite/sys_vars/r/binlog_cache_size_basic_64.result
share/mysql/test/suite/sys_vars/r/binlog_checksum_basic.result
share/mysql/test/suite/sys_vars/r/binlog_direct_non_transactional_updates_basic.result
+share/mysql/test/suite/sys_vars/r/binlog_error_action_basic.result
share/mysql/test/suite/sys_vars/r/binlog_format_basic.result
share/mysql/test/suite/sys_vars/r/binlog_max_flush_queue_time_basic.result
share/mysql/test/suite/sys_vars/r/binlog_order_commits_basic.result
@@ -14079,6 +14139,7 @@ share/mysql/test/suite/sys_vars/t/binlog_cache_size_basic_32.test
share/mysql/test/suite/sys_vars/t/binlog_cache_size_basic_64.test
share/mysql/test/suite/sys_vars/t/binlog_checksum_basic.test
share/mysql/test/suite/sys_vars/t/binlog_direct_non_transactional_updates_basic.test
+share/mysql/test/suite/sys_vars/t/binlog_error_action_basic.test
share/mysql/test/suite/sys_vars/t/binlog_format_basic.test
share/mysql/test/suite/sys_vars/t/binlog_max_flush_queue_time_basic.test
share/mysql/test/suite/sys_vars/t/binlog_order_commits_basic.test
@@ -15067,6 +15128,8 @@ share/mysql/test/t/innodb_mysql_lock2.test
share/mysql/test/t/innodb_mysql_sync.test
share/mysql/test/t/innodb_pk_extension_off.test
share/mysql/test/t/innodb_pk_extension_on.test
+share/mysql/test/t/innodb_recovery_with_upper_case_names-master.opt
+share/mysql/test/t/innodb_recovery_with_upper_case_names.test
share/mysql/test/t/insert.test
share/mysql/test/t/insert_notembedded.test
share/mysql/test/t/insert_select.test
@@ -15229,6 +15292,7 @@ share/mysql/test/t/mysqladmin.test
share/mysql/test/t/mysqlbinlog-master.opt
share/mysql/test/t/mysqlbinlog.test
share/mysql/test/t/mysqlbinlog_debug.test
+share/mysql/test/t/mysqlbinlog_mixed_or_statment.test
share/mysql/test/t/mysqlbinlog_raw_mode.test
share/mysql/test/t/mysqlbinlog_raw_mode_win.test
share/mysql/test/t/mysqlbinlog_row_big.test